Eventbrite Connector for AI agents.
10 live capabilities
Manage event ticketing, attendee lists, and ticket sales with natural language.
Waiting for input…
Why people use Eventbrite
Eventbrite Ticketing Management for AI Agents
This Connector changes that by bringing your data into a single conversation. Instead of hunting for numbers, you just ask your agent for a summary of your sales or a list of everyone who's registered. You get the information you need instantly, allowing you to spend less time on data entry and more time on actual event production.
What Vinkius changes
You get a conversational dashboard for your entire ticketing operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking live attendance
An organizer wants to know how many people are at a workshop.
- Real-world use case 02
Sales velocity check
A marketing lead wants to know if a flash sale is working.
- Real-world use case 03
Quick audit
A manager needs a summary of the next month.
Complete set · 10capabilities
The complete Eventbrite capability set.
These are the exact actions your AI can choose when you ask it to work with Eventbrite.
01—04
4 capabilities in this set.
Part of 10 available through Eventbrite.
- 01 Capability
List event attendees
Pull the full list of people registered for an event. It's the fastest way to get names and ticket types.
- 02 Capability
List past completed events
Look back at what's already finished. It identifies events that have already taken place.
- 03 Capability
List currently live events
See what's happening right now. It identifies events with a "Live" or "Started" status.
- 04 Capability
Get eventbrite account metadata
Get your profile and account info. This helps the agent understand your organization's context.
05—07
3 capabilities in this set.
Part of 10 available through Eventbrite.
- 05 Capability
Get event performance summary
See how a specific event is doing. It pulls gross sales and performance metrics for your review.
- 06 Capability
Get event detailed data
Get the nitty-gritty on an event. This retrieves all the specific settings and information for a single listing.
- 07 Capability
List my organizations
See every organization you belong to. It helps the agent navigate your different brands or branches.
08—10
3 capabilities in this set.
Part of 10 available through Eventbrite.
- 08 Capability
Quick event volume audit
Get a high-level look at what's coming up. It summarizes upcoming events and attendance in one go.
- 09 Capability
List event ticket orders
View every transaction for a specific event. This lets you track payment statuses and order history.
- 10 Capability
List my events
See every event you manage. It provides a full list of your created and managed events.
Set up in minutes
One URL. Then ask Eventbrite to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Eventbrite 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_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Eventbrite for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite URL.
- Step 03
Save and start
Save the connection and enable Eventbrite in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"eventbrite": {
"url": "https://edge.vinkius.com/vk_preview_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite
Open Agent mode in chat and ask: "Using Eventbrite, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"eventbrite": {
"url": "https://edge.vinkius.com/vk_preview_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite
Ask Copilot: "Using Eventbrite, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"eventbrite": {
"url": "https://edge.vinkius.com/vk_preview_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite
Open Cascade and ask: "Using Eventbrite, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"eventbrite": {
"url": "https://edge.vinkius.com/vk_preview_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite
Ask Cline: "Using Eventbrite, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add eventbrite --transport http "https://edge.vinkius.com/vk_preview_RckyAj1tWq3AgPqQ0R0xnsnaSNL7XtpFy6OC5sAQ/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 Eventbrite
Ask Claude: "Using Eventbrite, show me...". 10 tools are ready
Where the request belongs
Work Eventbrite can move forward.
This is for the event coordinator who is drowning in spreadsheets and the marketing manager who needs to see sales numbers in real-time without asking for a report.
Event Coordinator
Checking attendee counts and venue details on the fly during live events to keep things running smoothly.
Marketing Manager
Pulling sales telemetry to adjust ad spend during a ticket launch or promotion.
Operations Lead
Auditing organizational account health and event volume across multiple brands to ensure consistency.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEventzilla
Equip your AI agent to manage event registrations, track ticket orders, and monitor discount codes via the Eventzilla API.
Brushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Bizzabo
Orchestrate your event experience via Bizzabo. manage events, registrations, and attendees directly from any AI agent.
Eventbrite
Create events, sell tickets, and manage attendees with the world largest self-service ticketing platform for any occasion.
Eventcube
Ticketing and event management with Eventcube.
Sympla
Orchestrate Sympla events. manage ticket orders, handle check-ins, and track event statistics directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Eventbrite 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 Eventbrite.
The practical details behind the request, access and result.
Can I use this to see my Eventbrite sales?
Yes, you can ask your agent to pull performance summaries and ticket order history to see exactly how much you've sold and which tickets are most popular.
Can I get a list of people who signed up?
Absolutely. You can ask your agent to pull the full list of registered attendees for any specific event, including their names and ticket types.
Does this work for multiple organizations?
Yes, if you manage different brands or organizations on Eventbrite, your agent can see and navigate between all of them.
How do I see which events are currently happening?
You can ask your agent to identify all events that are currently in a live or started status so you can monitor them in real-time.
Can I use this to manage my account profile?
You can retrieve your account metadata and profile information to keep your agent updated on your organizational details.
Can I see my past event history?
Yes, you can ask your agent to pull a list of all your past completed events to review your previous work.
How do I get an Eventbrite Private Token?
Log in to your Eventbrite account, navigate to Account Settings > API Keys, and you can find or generate your Private Token (OAuth token) there. Ensure you use the Private Token for authorized access to your data.
Can the agent create new events?
This integration currently focuses on listing and auditing events, attendees, and orders. Creating or publishing new events should be managed via the Eventbrite event builder or professional management capabilities.
Does the integration show real-time gross sales?
Yes, you can use the get_event_performance_summary capability to retrieve a summary of gross sales, total tickets sold, and other revenue metrics for a specific event.
One connection away
Give your agent a direct line to Eventbrite.
Connect Eventbrite once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available