For the complete documentation index, see llms.txt. This page is also available as Markdown.

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}/mcp

  • Auth: send an organizer API token on every request as Authorization: Bearer evtx_live_… (Org- or Event-scoped; read suffices for read tools, write required 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 write permission and explicit human confirmation (confirm:true).

  • Install guide: see docs/mcp-guide.md in the repository for connecting Claude Desktop, Cursor, and other MCP clients.

Last updated