How to Use the Eventbrite MCP in Claude Code
Automate event creation and attendee reporting from your terminal with this Eventbrite MCP.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Eventbrite MCP to Claude Code
Create your Vinkius account to connect Eventbrite to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-Driven Event Operations
The `create_event` tool allows your CLI client to generate ticketing pages straight from bash scripts or CI/CD pipelines. You define the event name, dates, and currency in a JSON file, and Claude Code pushes it live. Need to make bulk changes? Run a script that prompts Claude Code to execute `update_event` across multiple IDs. It handles the API calls headlessly, making it perfect for massive schedule adjustments.
Export Attendees and Orders
The `list_event_attendees` tool pulls your guest lists directly into standard output. You can pipe this data into a CSV or have Claude Code format it for a cron job that emails daily registration summaries. For financial reconciliation, trigger `list_event_orders` and `get_order`. The agent fetches the transaction records and can immediately pass them to your accounting scripts without you ever opening a browser.
Manage Venues via MCP Server
The `list_organizations` tool grabs the required base IDs needed for all administrative actions. Claude Code runs this first to establish context before hitting other endpoints. From there, you can provision new physical spaces using `create_organization_venue` or audit existing ones with `list_organization_venues`. It turns manual venue configuration into a repeatable terminal command.
Set up Eventbrite MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeeventbrite-extended-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Eventbrite transactions." It will automatically discover and invoke the available Eventbrite tools.
claude mcp add --transport http eventbrite-extended-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Eventbrite MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Eventbrite MCP today
We host it, we monitor it, we maintain it. You just paste one token.