This is a read-only travel and entertainment discovery layer that exposes 13,000+ bookable experiences across 681 cities through 17 MCP tools. You get structured search with 11 filters (audience, wheelchair access, price, duration, tags), mood-based discovery, availability checking with real pricing, and city guides with transport estimates. Every search response includes agent-oriented metadata like conversation starters, filter hints, and booking urgency signals. It returns checkout deep links but doesn't handle transactions. Useful when you're building assistants that need to answer "what should I do in Berlin this weekend" or "find wheelchair-accessible shows tonight" without maintaining your own activity inventory. Runs as hosted HTTP or local stdio, no API key required.
@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/mcp
The 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.
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"]
}
}
}
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-server
Set TICKADOO_LOG_LEVEL=none to silence bridge status logs on stderr.
npm install
npm run build
npm test
Run the built stdio bridge:
node dist/index.js
Refresh the MCP registry metadata from the live remote:
npm run sync:server-json
Run the optional live integration test:
LIVE=1 npm test
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.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp