Event Escapes
https://mcp.eventescapes.comskills: {'id': 'search_events', 'name': 'search_events', 'description': 'Search upcoming sporting and music events bookable on Event Escapes. Covers F1, MotoGP, all major soccer leagues, NFL, NHL, MLB, NBA, tennis Grand Slams, rugby, cricket, golf, volleyball, boxing, MMA, horse racing, athletics, and major concerts. Filter by sport, city, country, or date range. Returns raw event inventory (tickets only). For curated trip packages bundling tickets + hotel + experiences, use search_packages instead. Prices are estimates - final price set at checkout.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_packages', 'name': 'search_packages', 'description': 'Search hand-curated trip packages bundling event tickets + hotel + experiences with savings vs DIY booking. Packages live on dedicated /packages/ pages and include preview hotel, ticket category, and (sometimes) experience list. Filter by category (concerts, f1, world_cup, tennis, nfl, etc.), city, country, date range, or package type (single_event for one-day events; multi_event_city for multi-day city trips with multiple events). Use this when the user wants a complete trip recommendation. For raw event inventory only, use search_events. Prices include all package components.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_event_details', 'name': 'get_event_details', 'description': 'Get full details for one event: title, venue, date and time, price range, description, and image gallery. Provide event_id (UUID) or slug from search_events results.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_hotels_near_event', 'name': 'search_hotels_near_event', 'description': 'Find hotels within walking or short-transit distance of an event venue. If no check_in/check_out provided, defaults to one night before through one night after the event (2-night stay). Returns nightly price, total cost, distance, transport mode (walk vs rideshare), and travel time to venue.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_experiences', 'name': 'search_experiences', 'description': 'Find activities, tours, attractions, food experiences, and nightlife in a city (sourced from Hotelbeds). If no date range provided, defaults to next 7 days. Returns activity name, price, duration, image, and whether free cancellation is offered.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'build_event_link', 'name': 'build_event_link', 'description': 'Generate a deep link to the Event Escapes event detail page. The user lands on a page where they can review ticket categories, see hotels near the venue (auto-loaded), and complete booking themselves. Optionally pass hotel_id to pin a recommended hotel at the top of the hotels-near-venue list. This does NOT make a reservation; it is purely a navigation aid. For curated packages, use build_package_link instead.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'build_package_link', 'name': 'build_package_link', 'description': 'Generate a deep link to a curated Event Escapes PACKAGE detail page (/packages/{slug}). Packages are hand-curated bundles of event tickets + hotel + experiences with savings vs DIY booking. Use this AFTER calling search_packages to surface a specific package to the user. This does NOT make a reservation - the user reviews tier/duration/guest selectors and books on the package page.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 2876.2ms; conformance: pass
How to connect
https://mcp.eventescapes.com
curl -X POST https://mcp.eventescapes.com \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'