How to Use the Benchmark Email MCP in VS Code Copilot
Give your engineering team direct access to Benchmark Email data right inside VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Benchmark Email MCP to VS Code Copilot
Create your Vinkius account to connect Benchmark Email to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Share the Benchmark Email MCP Server across your team
Engineering teams waste hours passing API keys around to test marketing integrations. You commit a `.vscode/mcp.json` file to your repository once, and everyone gets access. Any developer on the project can immediately ask Copilot to run `list_contact_lists` to see available segments. Onboarding new hires becomes trivial. They pull the repo, open the editor, and the agent already knows how to fetch campaign data. When they need to test a signup form, Copilot fires `add_contact` using the shared configuration.
Debug email integrations without leaving the editor
Troubleshooting a broken webhook is painful when you lack visibility into the destination system. Your MCP agent calls `get_contact_list` to verify if a test user actually made it into the target segment. You stay in your code while the AI checks the external state. Verifying campaign deployments works exactly the same. If a triggered email fails to send, you ask the chat panel to run `get_email_details`. The response shows you the exact configuration errors preventing the send from going out.
Pull reporting data into your local environment
Building analytics dashboards requires knowing what the raw data looks like. You instruct Copilot to fetch recent performance numbers, and it uses `list_reports` to grab the JSON structures. You map your frontend components against actual API responses. Diving deeper into specific sends takes one more prompt. The agent executes `get_report_details` to pull the hard metrics for a single campaign. You see the exact format of the click-through arrays before writing the parsing logic.
Set up Benchmark Email MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Benchmark Email MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Benchmark Email tools listed. Try asking: "List my recent Benchmark Email transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"benchmark-email-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Benchmark Email. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Benchmark Email MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Benchmark Email MCP today
We host it, we monitor it, we maintain it. You just paste one token.