Eventbrite for your agents.
Connect Eventbrite once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Eventbrite.
What agents can do with Eventbrite
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
eventbrite_get_current_userCheck the connection: returns the authenticated user's profile and default organization id.
eventbrite_list_eventsList events for an organization. Use organization_id from get_current_user, or use "me" for the authenticated user's events. Filter by status: live, draft, ended, or started.
eventbrite_get_eventGet details of an event by id: name, description, start/end time, venue, ticket classes, status.
eventbrite_list_event_attendeesList attendees for an event. Returns their profile, ticket class, order info, and check-in status.
eventbrite_create_eventCreate a new Eventbrite event. `name` is an object like {"html": "Event Title"}. `start` and `end` are objects like {"timezone": "America/New_York", "utc": "2026-08-01T15:00:00Z"}. `currency` is an ISO 4217 code.
eventbrite_update_eventUpdate an existing event. Send only the fields you want to change.
eventbrite_list_ordersList orders for an event with buyer info, ticket count, and payment status.
eventbrite_get_orderGet details of a specific order by order ID.
eventbrite_list_ticket_classesList ticket classes (ticket types) for an event.
eventbrite_list_venuesList venues available to the organization.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Eventbrite's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register an Eventbrite app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Eventbrite to Even: call connect_begin("eventbrite") on the even-connect MCP and walk me through it.
List events for your organization, retrieve attendee details with check-in status, and create a new event.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.