Eventzilla Connector for AI agents.
11 live capabilities
Manage event registrations and attendee check-ins through natural language.
Waiting for input…
Why people use Eventzilla
Stop the manual data hunt with Eventzilla event management
With this Connector, you just ask. You can query your agent to find a specific attendee or pull a list of transactions in seconds. It turns your event data into a conversation, letting you stay focused on the event instead of the software.
What Vinkius changes
You get a conversational interface for your entire event operations.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Door Crisis
A volunteer is stuck with a long line.
- Real-world use case 02
The Sponsor Update
A sponsor asks for the latest numbers.
- Real-world use case 03
The Promo Audit
A marketer wants to see which code is winning.
Complete set · 11capabilities
The complete Eventzilla capability set.
These are the exact actions your AI can choose when you ask it to work with Eventzilla.
01—04
4 capabilities in this set.
Part of 11 available through Eventzilla.
- 01 Capability
Checkin attendee
Mark a specific guest as checked in to your event. This helps clear queues at the door.
- 02 Capability
Get attendee
Pull the full profile and registration details for a single attendee. Use this to see custom answers.
- 03 Capability
Get event
Retrieve all the metadata and details for a specific event. This gives you the full event context.
- 04 Capability
Get transaction
Get the specific details for a single ticket purchase or transaction. Use it to verify a specific order.
05—08
4 capabilities in this set.
Part of 11 available through Eventzilla.
- 05 Capability
List events
Get a complete list of all events managed in your account. Use this to see your full schedule at a glance.
- 06 Capability
List questions
See the custom registration questions you've set up for your audience. Use this to review your data collection.
- 07 Capability
List tickets
View all the different ticket types and prices for a specific event. This helps you manage your inventory.
- 08 Capability
List transactions
Pull a full history of all financial transactions for a specific event. Use it to see your total revenue.
09—11
3 capabilities in this set.
Part of 11 available through Eventzilla.
- 09 Capability
List attendees
Pull a full list of every person registered for a specific event. This is great for auditing your guest list.
- 10 Capability
List categories
See all the different event categories available in your account. Use this to organize your event types.
- 11 Capability
List discount codes
View all active discount codes currently being used for an event. Use it to monitor your promo performance.
Set up in minutes
One URL. Then ask Eventzilla to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Eventzilla from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Eventzilla, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Eventzilla for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Eventzilla URL.
- Step 03
Save and start
Save the connection and enable Eventzilla in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"eventzilla-alternative": {
"url": "https://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Eventzilla
Open Agent mode in chat and ask: "Using Eventzilla, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"eventzilla-alternative": {
"url": "https://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Eventzilla
Ask Copilot: "Using Eventzilla, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"eventzilla-alternative": {
"url": "https://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Eventzilla
Open Cascade and ask: "Using Eventzilla, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"eventzilla-alternative": {
"url": "https://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Eventzilla
Ask Cline: "Using Eventzilla, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add eventzilla-alternative --transport http "https://edge.vinkius.com/vk_preview_mhIpT8F6PJpZJH8SPT6CpL4pzqtncaTowGqfHQLK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Eventzilla
Ask Claude: "Using Eventzilla, show me...". 11 tools are ready
Where the request belongs
Work Eventzilla can move forward.
This is for event organizers and ops staff who are tired of clicking through nested menus to find basic registration data or manage door flow during a live show.
Event Organizer
They need to know who's coming and how many tickets are left without manual spreadsheet updates.
Marketing Manager
They use this to track which discount codes are actually driving the most conversions.
On-site Staff
They use the agent to quickly verify guests and handle check-ins at the door during high-traffic periods.
Financial Controller
They pull transaction histories to audit revenue and ensure all orders are accounted for.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAccelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Eventmaker
Equip your AI agent to manage events, track participants, and monitor check-ins via the Eventmaker API.
Brushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Eventbrite
Equip your AI agent to manage events, track attendees, and monitor ticket orders via the Eventbrite API.
Sympla
Orchestrate Sympla events. manage ticket orders, handle check-ins, and track event statistics directly from any AI agent.
Bizzabo
Orchestrate your event experience via Bizzabo. manage events, registrations, and attendees directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Eventzilla connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Eventzilla.
The practical details behind the request, access and result.
Can I use Eventzilla MCP to see my registrations?
Yes, the Connector allows your agent to pull your full attendee list instantly. You can ask for specific names, check counts, or view registration details without logging into the dashboard.
Can I check people in at the door with Eventzilla MCP?
Yes, it supports real-time check-ins. Your staff can use the agent to verify a guest's status and mark them as arrived through a simple chat interface.
Does Eventzilla MCP work with my existing API key?
Yes, it connects directly to your account using your existing Eventzilla API Key. Once connected, your agent can perform all the actions listed in the toolset.
Can I see my discount codes using the Eventzilla MCP?
Yes, you can ask your agent to list all active discount codes. This is helpful for monitoring which promotions are currently live and being used.
Can I get transaction details for specific orders?
Yes, you can pull specific transaction details or a full history of all financial orders for a given event to audit your revenue.
Is Eventzilla MCP good for live event management?
It's designed specifically for that. By moving the most common tasks like check-ins and data lookups into a conversational agent, you can handle live event logistics much faster.
How do I check if an attendee has checked in?
Use the get_attendee capability with the attendee ID. The response will include the check-in status and timestamp if they are already on-site.
Can I perform a check-in directly through the AI agent?
Yes! Use the checkin_attendee capability by providing the attendee's barcode. You can also revert a check-in by setting the eventcheckin parameter to 'false'.
How do I see all ticket sales for a specific event?
Use the list_transactions capability with the target Event ID. It will return a full history of all financial orders and transaction details for that event.
One connection away
Give your agent a direct line to Eventzilla.
Connect Eventzilla once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available