tickadoo-mcp

tickadoo/tickadoo-mcp
★ 1 stars TypeScript Browser/Web Updated today
MCP server for tickadoo® — discover and book theatre, events & experiences in 700+ cities worldwide
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tickadoo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tickadoo/tickadoo-mcp"
      ]
    }
  }
}

README Excerpt

`@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: ```text 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.