# Event Escapes (remote · mcp.eventescapes.com)

Search event travel: F1, MotoGP, soccer, NFL, tennis, concerts. Tickets + hotels + experiences.

- Trust score: 67/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.eventescapes.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-eventescapes-event-escapes/mcp.md), [page](https://verifymcp.io/servers/com-eventescapes-event-escapes/mcp)

## Channel facts

- Endpoint: `https://mcp.eventescapes.com`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 69/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1347 tokens (~192/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 34% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-eventescapes-event-escapes https://mcp.eventescapes.com/
```

### Codex

```toml
[mcp_servers.com-eventescapes-event-escapes]
url = "https://mcp.eventescapes.com/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-eventescapes-event-escapes": {
      "type": "remote",
      "url": "https://mcp.eventescapes.com/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-eventescapes-event-escapes --url https://mcp.eventescapes.com/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-eventescapes-event-escapes:
    url: "https://mcp.eventescapes.com/"
```

### Other

```json
{
  "mcpServers": {
    "com-eventescapes-event-escapes": {
      "type": "http",
      "url": "https://mcp.eventescapes.com/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 66, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (7)

### `search_events` (~165 tokens)

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.

Input parameters:

- `city` (string)
- `country` (string)
- `currency` (string)
- `date_from` (string)
- `date_to` (string)
- `limit` (integer)
- `sport` (string)

### `search_packages` (~321 tokens)

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.

Input parameters:

- `category` (string): Package category. Common values: concerts (1000+ packages), f1 (Formula 1 race weekends), world_cup (FIFA World Cup 2026), tennis (Grand Slams), nfl, mlb, nba, nhl, epl/la_liga/serie_a/bundesliga (so…
- `city` (string): Filter by destination city (e.g. 'London', 'New York').
- `country` (string): Filter by destination country name (e.g. 'England', 'USA', 'Spain'). Note: packages use country name, not ISO code.
- `currency` (string)
- `date_from` (string)
- `date_to` (string)
- `limit` (integer)
- `package_type` (string): single_event (one event) or multi_event_city (multiple events in one city trip).

### `get_event_details` (~68 tokens)

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.

Input parameters:

- `currency` (string)
- `event_id` (string)
- `slug` (string)

### `search_hotels_near_event` (~134 tokens)

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.

Input parameters:

- `check_in` (string)
- `check_out` (string)
- `currency` (string)
- `event_id` (string)
- `guests` (integer)
- `limit` (integer)
- `radius_km` (number)
- `slug` (string)

### `search_experiences` (~113 tokens)

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.

Input parameters:

- `category` (string)
- `city` (string, required)
- `country` (string)
- `currency` (string)
- `date_from` (string)
- `date_to` (string)
- `limit` (integer)

### `build_event_link` (~247 tokens)

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.

Input parameters:

- `check_in` (string): Optional check-in date (YYYY-MM-DD) to pre-fill on the page.
- `check_out` (string): Optional check-out date (YYYY-MM-DD) to pre-fill on the page.
- `event_id` (string): Event UUID from search_events results.
- `guests` (integer): Number of travellers. ASK THE USER before passing this - do not assume a default. Only include if the user has explicitly stated how many people are travelling.
- `hotel_id` (string): Optional hotel ID from search_hotels_near_event. If provided, this hotel will be pinned to the top of the hotels-near-venue list on the event page.
- `slug` (string): Event slug from search_events results.

### `build_package_link` (~166 tokens)

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.

Input parameters:

- `check_in` (string): Optional check-in date (YYYY-MM-DD).
- `check_out` (string): Optional check-out date (YYYY-MM-DD).
- `guests` (integer): Number of travellers. ASK THE USER before passing this - do not assume a default.
- `package_id` (string): Package UUID from search_packages results.
- `slug` (string): Package slug from search_packages results.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-eventescapes-event-escapes/mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 66
- 2026-07-31: 66
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://mcp.eventescapes.com/
- Repository: https://github.com/eventescapes/event-escapes
- Website: https://eventescapes.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-eventescapes-event-escapes/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-eventescapes-event-escapes/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-eventescapes-event-escapes/mcp
