# Sympla — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_sympla?ms=1787293440000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `sympla_list_events`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/sympla`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/sympla/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/sympla/list/events` — 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
  - body: { page?: integer, sort?: string, fields?: string, from_date?: string, page_size?: integer, published?: boolean, field_sort?: string }

## Example prompts
- "What can I do in Sympla?"
- "Show me a summary of my Sympla account"

## More
- Page: https://mcp.ai/sympla
- Agent spec (llms.txt): https://mcp.ai/sympla/llms.txt
- Postman collection: https://mcp.ai/sympla/postman.json
