# Eventbrite — MCP server on mcp.ai > Eventbrite enables organizers to plan, promote, and manage events, selling tickets and providing attendee tools for conferences, concerts, and gatherings By: mcp.ai · official Page: https://mcp.ai/eventbrite ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_eventbrite?ms=1781542440000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/eventbrite/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/eventbrite/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/eventbrite/skill.md Postman collection (v2.1): https://mcp.ai/eventbrite/postman.json ## Tools - eventbrite_get_event_categories(locale?: string) — Tool to retrieve event categories. use when selecting a category for an event. localizes results via optional locale parameter. - eventbrite_get_event_formats() — Tool to list event formats. use when you need the available formats before creating or updating an event. - eventbrite_get_event_subcategories(locale?: string) — Tool to list all event subcategories. use when fetching available subcategory options, optionally filtered by locale after selecting a category. ## Links Docs: https://mcp.ai/docs/mcps/eventbrite Website: https://mcp.ai/mcps/eventbrite