eCommerce
eventescapes.com
Searches and retrieves details about events, trip packages, hotels near venues, and local experiences for booking.
ENDPOINT 1
https://mcp.eventescapes.com
MCP server metadata
- Name
- event-escapes
- Version
- 1.5.2
Event-driven travel bookings worldwide. Search F1, Premier League, NFL, NHL, MLB, NBA, MotoGP, tennis, rugby, cricket, golf, boxing, MMA, and music events via search_events. Or surface hand-curated trip packages (event + hotel + experiences with savings) via search_packages. Use get_event_details for full event info, search_hotels_near_event for accommodation, search_experiences for activities. Then use build_event_link (event detail page, with optional hotel pin) or build_package_link (curated package detail page) to send the user to a pre-filled booking page on eventescapes.com.
Known tools 7
search_packagesSearch hand-curated trip packages bundling event tickets + hotel + experiences with savings vs DIY booking.
Inferred read-onlyget_event_detailsGet full details for one event: title, venue, date and time, price range, description, and image gallery.
Inferred read-onlysearch_hotels_near_eventFind hotels within walking or short-transit distance of an event venue.
Inferred read-onlysearch_experiencesFind activities, tours, attractions, food experiences, and nightlife in a city (sourced from Hotelbeds).
Inferred read-onlybuild_package_linkGenerate a deep link to a curated Event Escapes PACKAGE detail page (/packages/{slug}).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.event-escapes]
url = "https://mcp.eventescapes.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"event-escapes": {
"type": "http",
"url": "https://mcp.eventescapes.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: event-escapes
Remote MCP URL: https://mcp.eventescapes.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"event-escapes": {
"url": "https://mcp.eventescapes.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"event-escapes": {
"type": "http",
"url": "https://mcp.eventescapes.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "event-escapes",
"transport": "streamable-http",
"url": "https://mcp.eventescapes.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eventescapes.com was fetched 2026-09-06T18:58:49.058Z.
eventescapes.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.