# tickadoo-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tickadoo/tickadoo-mcp

# Browse available tools
npx -y smithery tool list tickadoo/tickadoo-mcp

# Get full schema for a tool
npx -y smithery tool get tickadoo/tickadoo-mcp search_experiences

# Call a tool
npx -y smithery tool call tickadoo/tickadoo-mcp search_experiences '{}'
```

## Direct MCP Connection

Endpoint: `https://tickadoo-mcp--tickadoo.run.tools`

## Tools (4)

- `search_experiences` — Search for shows, theatre, events, tours and experiences in a specific city on tickadoo®. Use when a user asks what to …
- `find_nearby_experiences` — Find shows, events and experiences near a geographic location on tickadoo®. Use when a user shares their location or as…
- `list_cities` — List all cities where tickadoo® has bookable experiences. Use to help users discover available destinations.
- `get_experience_details` — Get detailed availability, venue details, and images for a specific tickadoo® experience. Prefer passing the tickadoo s…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get tickadoo/tickadoo-mcp <tool-name>
```

## Resources

- `tickadoo://product-feed` — Machine-readable product feed (OpenAI Commerce spec) with all on-sale products, pricing, and availability.
