Finds events, tours, shows, and other bookable experiences with live availability and localized booking links.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
This server is confirmed live β we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Tickadoo MCP.
search_experiencesSearch for shows, theatre, events, tours and experiences in a specific city on tickadoo. Supports optional free-text query matching against titles and descriptions, optional category filtering (theatre, musicals, tours, food, family, nightlife, sightseeing, concerts, comedy, shows, outdoor, workshops, cruises, sports), optional min/max price filtering in the local currency, optional date filtering with dateFrom/dateTo, and optional sorting (relevance, popular, price_low, price_high, rating, best_value). Supports 40+ languages β pass a language code (e.g. 'de', 'fr', 'es', 'ja') to get localised booking URLs. Use when a user asks what to do in a city, wants event/show recommendations, or is looking for tickets.
search_by_moodSearch tickadoo experiences by emotional intent instead of category. Maps moods (adventurous, romantic, relaxing, family_fun, cultural, thrill_seeking, foodie, budget_friendly, luxury, rainy_day) to the most relevant audience, tag, setting, rating, and price filters, then runs a city search. Supports 40+ languages β pass a language code (e.g. 'de', 'fr', 'es', 'ja') to get localised booking URLs. Use when a user says things like "something romantic", "we need to relax", "kids are bored", or "luxury options in Paris".
get_whats_on_this_weekReturn a day-by-day breakdown of the top experiences happening over the next 7 days in a city, grouped into morning, afternoon, and evening slots, with weekly highlights. Supports 40+ languages β pass a language code (e.g. 'de', 'fr', 'es', 'ja') to get localised booking URLs. Use when a user says things like "what's on this week in Paris?" or "I'm in London for the next few days, what should I do each day?"
get_last_minuteFind tickadoo experiences starting within the next few hours in a city. Sorts by soonest start time, adds countdown text like "starts in 47 minutes", and flags high urgency when a start is imminent or inventory is low. Supports 40+ languages β pass a language code (e.g. 'de', 'fr', 'es', 'ja') to get localised booking URLs.
whats_on_tonightFind bookable experiences happening later today in a city. Automatically filters to today, removes already-started events, adds "starts in" countdowns, surfaces urgency signals from inventory data, and sorts by soonest start time with evening/show/nightlife boosts. Supports 40+ languages β pass a language code (e.g. 'de', 'fr', 'es', 'ja') to get localised booking URLs. Use for concierge-style requests like "what's on tonight in London?" or "any shows tonight in Paris?".
find_nearby_experiencesFind shows, events and experiences near a geographic location on tickadoo. Supports optional date filtering with dateFrom/dateTo. Supports 40+ languages β pass a language code (e.g. 'de', 'fr', 'es', 'ja') to get localised booking URLs. Use when a user shares their location or asks for things to do near them.
tickadoo/tickadoo-mcp MCP server exposes tickadooβs experiences catalogue through MCP. The available tools cover discovery, planning, availability checks, comparisons, and travel guidance for destinations with bookable inventory. Supported content includes theatre, musicals, concerts, comedy, tours, sightseeing, food activities, nightlife, cruises, sports, workshops, family activities, and other experiences.
Search tools can filter by city, free-text terms, category, local-currency price range, dates, and sort order. A separate mood search maps intents such as romantic, family-friendly, cultural, relaxing, luxury, or budget-oriented to relevant catalogue filters. Nearby searches accept a geographic location, while city and weekly tools help users plan activities before or during a trip.
The server returns booking links rather than requiring the MCP client to complete the transaction. Bookings are completed on tickadoo.com.
The repositoryβs local package is a thin stdio bridge. It forwards MCP requests to the hosted Streamable HTTP endpoint at https://mcp.tickadoo.com/mcp, including tool discovery and tool calls. The remote service owns the current tool definitions, input schemas, responses, and errors, so the live tool list can change independently of the local bridge.
A client can connect directly to the hosted endpoint when it supports Streamable HTTP. Clients that require a local process can launch the npm package with npx; the bridge then communicates with the remote service. Tool arguments such as a city, query, experience identifier, or date are sent to tickadoo to fulfill the request.
Most returned booking URLs can be localized by passing a language code. The tools document support for more than 40 languages, with examples including German, French, Spanish, and Japanese.
For a Streamable HTTP-capable MCP client, configure the remote URL directly:
For a local stdio connection, use the package entrypoint:
TICKADOO_MCP_URL can replace the default remote endpoint with another compatible Streamable HTTP MCP URL. TICKADOO_LOG_LEVEL=none suppresses bridge status messages on stderr. No account, API key, or personal data is required to operate the server.
The catalogue includes general search, mood-based search, nearby discovery, city listing, city guides, weekly schedules, tonightβs events, and last-minute activities. Planning-oriented tools can create a family day, provide airport or station transfer estimates, and return local advice for 20 launch cities, including transport, safety, money, weather, connectivity, emergency numbers, and phrases.
Experience-specific tools can check one dateβs availability, retrieve detailed venue and image information, and compare two to five experiences. Comparison results include differences such as price, duration, reviews, accessibility, and cancellation policy, along with callouts for value, rating, popularity, and family suitability.
tickadoo/tickadoo-mcp depends on the hosted tickadoo backend for its live catalogue and tool definitions. The local repository does not maintain a separate catalogue or local booking system. Availability, pricing, inventory signals, and booking links come from tickadoo and may vary by date, location, and experience.
The travel-tips tool contains hardcoded advice for 20 launch cities, so that coverage is narrower than the broader catalogue. Transfer information also uses known default arrival hubs for supported cities. Tool arguments are forwarded to the tickadoo backend; the bridge itself adds no tracking and does not ask for credentials.
Use tickadoo/tickadoo-mcp when an agent needs structured activity discovery or trip-planning data. It is less suitable when the client must execute the final purchase inside the MCP session, because the returned booking flow leads to tickadoo.com.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tickadoo-tickadoo-mcp)<a href="https://allmcps.com/mcp/tickadoo-tickadoo-mcp"><img src="https://allmcps.com/api/badge/tickadoo-tickadoo-mcp?style=directory" alt="Tickadoo MCP on AllMCPs" /></a>