tickadoo
OfficialThe tickadoo® MCP Server enables AI assistants to search, discover, and book live experiences (theater, shows, tours, attractions) across 680+ cities worldwide, with 13,090+ products in 40+ languages. No API keys or authentication required.
Experience Discovery & Search
Search by city with 11 filters (audience, setting, wheelchair accessibility, physical level, duration, language, rating, cancellation, price, tags, category) and 6 sort options
Find nearby experiences using latitude/longitude with configurable radius and date filtering
Search by emotional intent/mood (romantic, relaxing, budget_friendly, rainy_day)
Find last-minute experiences starting within hours, or a 7-day city planner broken down by time of day
Information & Planning
Browse 680+ supported cities with optional filtering
Get detailed experience info: availability, pricing, venue details, images, and booking URLs (up to 180 days ahead)
Check date-specific availability with party-size-aware pricing
Compare 2–5 experiences side-by-side (best value, highest rated, most popular, family fit)
Access curated city guides with highlights, category mix, pricing ranges, and insider tips
Get local travel tips covering transport, money, safety, culture, food, and emergency info for 20 launch cities
Retrieve transfer estimates (taxi, metro, bus, train) from airports/stations to hotels
Plan family days with age-aware filtering and geographic clustering
AI Integration Features
Agent Intelligence Layer: dynamic filters, conversation starters, related searches, booking urgency signals, and smart filter recovery
Direct booking deep links and Ghost Checkout support
Accessibility data for 30 London theatre venues
Machine-readable product feed in OpenAI Commerce Product Feed format
Connectable via remote HTTP endpoint or local stdio (Claude, ChatGPT, Gemini, Perplexity)
Enables integration with tickadoo's MCP server through HTTP configuration, allowing AI-powered development environments to access live experience discovery and booking capabilities.
Supports integration with tickadoo's MCP server through HTTP configuration in Firebase Studio, enabling AI-assisted development workflows with access to global experience discovery.
Enables ChatGPT Pro, Business, Enterprise, and Edu plans to connect to tickadoo's MCP server through developer mode, allowing AI assistants to search and recommend experiences across 680+ cities.
Provides Perplexity AI with custom connector support for tickadoo's MCP server, enabling paid subscribers to search and discover bookable experiences worldwide during conversations.
Hosts the tickadoo MCP server landing page and provides the infrastructure for the remote HTTP endpoint that serves AI clients worldwide.
tickadoo MCP Server
@tickadoo/mcp-server is the local stdio entrypoint for tickadoo MCP. Since v2.0.0 it is a thin bridge to the canonical remote server at:
https://mcp.tickadoo.com/mcpThe package no longer defines tools, formats catalogue data, or calls a local tickadoo backend. It connects to the remote Streamable HTTP MCP server and proxies tools/list, tools/call, resources/list, resources/read, and ping. The live remote owns the tool list, schemas, results, and errors.
No API key is required.
Install
Use the hosted remote directly when your MCP client supports Streamable HTTP:
{
"mcpServers": {
"tickadoo": {
"url": "https://mcp.tickadoo.com/mcp"
}
}
}Use the npm package when your MCP client needs a local stdio command:
{
"mcpServers": {
"tickadoo": {
"command": "npx",
"args": ["-y", "@tickadoo/mcp-server"]
}
}
}Related MCP server: SeatGeek MCP Server
Configuration
Set TICKADOO_MCP_URL to point the bridge at another compatible Streamable HTTP MCP endpoint:
TICKADOO_MCP_URL=http://127.0.0.1:8787/mcp npx -y @tickadoo/mcp-serverSet TICKADOO_LOG_LEVEL=none to silence bridge status logs on stderr.
Local Development
npm install
npm run build
npm testRun the built stdio bridge:
node dist/index.jsRefresh the MCP registry metadata from the live remote:
npm run sync:server-jsonRun the optional live integration test:
LIVE=1 npm testLive Tools
The current tool list is served by the remote MCP server. Visit mcp.tickadoo.com or run npm run sync:server-json to refresh the registry metadata in this repo.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tickadoo/tickadoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server