# Eventzilla — MCP server on mcp.ai > Connect your Eventzilla account and use 9 tools for event management straight from your AI agent. Connect with your own API key. Eventzilla is an event management platform that provides tools for creating, promoting, and managing events, including ticketing, registration, and attendee management. By: mcp.ai · official Page: https://mcp.ai/eventzilla ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_eventzilla?ms=1787296020000 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/eventzilla/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/eventzilla/ 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/eventzilla/skill.md Postman collection (v2.1): https://mcp.ai/eventzilla/postman.json ## Tools - eventzilla_cancel_order(eventid: integer, comments: string, checkout_id: integer) — Tool to cancel an event order by checkout ID and event ID. Use when you need to cancel a customer's order and require a reason for the cancellation. - eventzilla_check_in_attendee(barcode: string, eventcheckin: boolean) — Tool to check in or revert check-in for an attendee using their unique barcode. Use when you need to mark an attendee as present at an event or undo a check-in. - eventzilla_confirm_order(eventid: integer, comments?: string, sendemail?: boolean, checkout_id: integer, eventdateid: integer, payment_status: string) — Tool to confirm an event order by checkout ID and event ID. Use when you need to confirm a pending order and optionally send a confirmation email to the buyer. - eventzilla_get_user_details(user_id: string) — Tool to retrieve detailed information of a specific user. Use after listing users to fetch full profile. - eventzilla_list_categories() — Tool to retrieve event categories available in Eventzilla. Use when you need to present or choose from available categories before creating or filtering events. - eventzilla_list_event_tickets(eventid: integer) — Tool to retrieve all ticket categories for a specified event. Returns ticket types with pricing, availability, sales dates, limits, and additional options like partial payment. - eventzilla_list_event_transactions(limit?: integer, offset?: integer, eventid: integer) — Tool to retrieve all transactions for a specified event. Use when you need to get transaction details including buyer information, amounts, status, and payment methods for an event. - eventzilla_list_events(limit?: integer, offset?: integer, status?: string, category?: string) — Tool to retrieve a list of events associated with your account (supports filtering). Use when you need to list or filter events for your organization. - eventzilla_list_users(limit?: integer, offset?: integer) — Tool to retrieve a list of users associated with your account. Use when you need to fetch and paginate through users. ## Example prompts - "What can I do in Eventzilla?" - "Show me a summary of my Eventzilla account" ## Links Docs: https://mcp.ai/docs/mcps/eventzilla Website: https://mcp.ai/mcps/eventzilla