How to Use the Eventzilla MCP in VS Code Copilot
Give your whole team read-only access to Eventzilla data directly within VS Code Copilot. Standardize your tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Eventzilla MCP to VS Code Copilot
Create your Vinkius account to connect Eventzilla 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.
Shared Event Context for Your Team
Add the MCP server to a `.vscode/mcp.json` file and commit it to your repository. Now every developer on the team gets the same tools. No more asking the marketing manager for event IDs or sales figures in Slack. Anyone on the team can open Copilot Chat and ask, 'Are there any `list_currently_live_events`?' or 'Show me the `list_future_scheduled_events`.' It standardizes how your team gets information about company events, directly in the editor they already use.
Generate Reports with Copilot
Your finance team needs a report on discount code usage. Instead of manual exports, an engineer can just tell Copilot: 'Write a Node.js script that pulls all ticket orders and flags any that used the 'EARLYBIRD20' discount.' Copilot's agent will use the `list_event_ticket_orders` and `list_event_discount_codes` tools to get the necessary data from Eventzilla. Then, it will generate a complete, working script to produce the report. This turns a half-day manual task into a five-minute request.
Read-Only Eventzilla Access in VS Code
This MCP server provides a safe, read-only window into your Eventzilla account. Your developers can get the context they need—like account limits from `get_eventzilla_account_metadata` or event settings from `get_event_detailed_data`—without having risky write permissions. It's the right way to grant data access. You eliminate the security risk of sharing full-access API keys while giving your team the live information they need to build and debug. The agent can read, but it can't write. Simple as that.
Set up Eventzilla 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 Eventzilla 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 Eventzilla tools listed. Try asking: "List my recent Eventzilla transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"eventzilla-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 Eventzilla. 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 Eventzilla 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 Eventzilla MCP today
We host it, we monitor it, we maintain it. You just paste one token.