tickadoo — Experiences & Events
https://mcp.tickadoo.com/mcpskills: {'id': 'search_experiences', 'name': 'search_experiences', 'description': 'Use this when the user names a city plus a category, query, or filter set and wants a ranked list of bookable experiences. Returns products each with a stable product_id, plus name, slug, city, category, price, rating, review count, and tags. To show the results as visual cards, pass the product_id values from these results into render_experience_cards (experience_ids). Pair with get_experience_details for richer fields.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_local_experiences', 'name': 'search_local_experiences', 'description': 'Use this when the user mentions a place, neighbourhood, landmark, or area but does not give exact coordinates. Examples: \'near the Louvre\', \'in Trastevere\', \'around Times Square\', "walking distance from St Paul\'s Cathedral". Returns experiences matched first by exact venue/neighbourhood, then by city centre fallback. Do not use for general city-wide search; use search_experiences for that.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_nearby_experiences', 'name': 'find_nearby_experiences', 'description': 'Use this when a non-ChatGPT client supplies exact latitude and longitude and wants experiences near that coordinate. ChatGPT clients should use search_local_experiences instead because it accepts coarse place hints.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'whats_on_tonight', 'name': 'whats_on_tonight', 'description': 'Use this when the user asks what is bookable in a city tonight. Returns experiences with start times tonight, sorted by soonest first; events that have already started are filtered out. Each row includes start_time, countdown_text, venue, and a short urgency hint.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_last_minute', 'name': 'get_last_minute', 'description': 'Use this when the user wants experiences starting within the next few hours. Returns rows with start_time, countdown_text, and seats_remaining hints, sorted by soonest first.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_whats_on_this_week', 'name': 'get_whats_on_this_week', 'description': 'Use this when the user wants a day-by-day weekly calendar for a city. Returns one entry per day for the next 7 days, each with morning, afternoon, and evening picks plus a daily highlight.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'recommend_experiences', 'name': 'recommend_experiences', 'description': 'Use this when the user describes what they want in natural language rather than naming a category. Parses the query for audience, mood, constraints, occasion, and time of day, then returns scored recommendations with a reason field explaining the match.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_city_guide', 'name': 'get_city_guide', 'description': 'Use this when the user wants an orientation overview of a city for trip planning. Returns highlights, dominant categories, price band, best-for audience hints, seasonal notes, and a short list of local advice items.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 539.2ms; conformance: pass
How to connect
https://mcp.tickadoo.com/mcp
curl -X POST https://mcp.tickadoo.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'