MCP Server (AI Agent Access)
An Model Context Protocol server is exposed at /mcp for AI agents to query and manage event data.
Endpoint:
{server}/mcpAuth: send an organizer API token on every request as
Authorization: Bearer evtx_live_…(Org- or Event-scoped;readsuffices for read tools,writerequired for promo-code writes).Scope: Org/Event scoped (not user-scoped). An Org-scoped token can access every event in the organization; an Event-scoped token only the single event it was issued for. Read tools: list events, list/get attendees, tickets, addons, promo codes. Write tools: create/patch/delete promo codes require
writepermission and explicit human confirmation (confirm:true).Install guide: see
docs/mcp-guide.mdin the repository for connecting Claude Desktop, Cursor, and other MCP clients.
Last updated