# Sympla — MCP server on mcp.ai > Connect your Sympla account and use 1 tools for event management straight from your AI agent. Connect with your own API key. Sympla is a platform for managing both in-person and online events, offering tools for ticket sales, registrations, and digital content broadcasting. By: mcp.ai · official Page: https://mcp.ai/sympla ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sympla?ms=1787296080000 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/sympla/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sympla/ 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/sympla/skill.md Postman collection (v2.1): https://mcp.ai/sympla/postman.json ## Tools - sympla_list_events(page?: integer, sort?: string, fields?: string, from_date?: string, page_size?: integer, published?: boolean, field_sort?: string) — Tool to list all events created by the authenticated organizer. Use this when you need to fetch events from a Sympla account. Supports pagination, filtering by published status, date range, and sortin ## Example prompts - "What can I do in Sympla?" - "Show me a summary of my Sympla account" ## Links Docs: https://mcp.ai/docs/mcps/sympla Website: https://mcp.ai/mcps/sympla