← eventescapes.com

INDIVIDUAL MCP TOOL

search_experiences

Find activities, tours, attractions, food experiences, and nightlife in a city (sourced from Hotelbeds).

eventescapes.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.eventescapes.com

No auth detected

Connect to this endpoint to inspect the live schema for search_experiences and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

eventescapes.com

CONNECT 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.

Related tools

  • search_events — Search upcoming sporting and music events bookable on Event Escapes.
  • search_packages — Search hand-curated trip packages bundling event tickets + hotel + experiences with savings vs DIY booking.
  • get_event_details — Get full details for one event: title, venue, date and time, price range, description, and image gallery.
  • search_hotels_near_event — Find hotels within walking or short-transit distance of an event venue.
  • build_event_link — Generate a deep link to the Event Escapes event detail page.
  • build_package_link — Generate a deep link to a curated Event Escapes PACKAGE detail page (/packages/{slug}).