# com.agentorist/agentorist (remote · mcp.agentorist.com)

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.agentorist.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (book).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 51/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2913 tokens (~416/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**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 78% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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-agentorist-agentorist https://mcp.agentorist.com/mcp
```

### Codex

```toml
[mcp_servers.com-agentorist-agentorist]
url = "https://mcp.agentorist.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-agentorist-agentorist --url https://mcp.agentorist.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agentorist-agentorist:
    url: "https://mcp.agentorist.com/mcp"
```

### Other

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

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 61, +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 60, +1)

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

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

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

### 2026-07-28 (score 58, +1)

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

### 2026-07-27 (score 57, +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 56)

First indexed and scored.

## MCP tools (7)

### `list_verticals` (~46 tokens)

List all booking verticals Agentorist currently supports.

Returns a dict with each vertical's name and description. Call this first
to discover what's bookable before constructing other tool calls.

### `search` (~310 tokens)

Search for bookable items within a vertical.

Input parameters:

- `adults` (integer)
- `agent_client` (string): Optional — name of the calling agent (Claude, ChatGPT, etc.).
- `budget_range` (string)
- `check_in` (string)
- `check_out` (string)
- `children` (integer)
- `driver_age` (integer)
- `dropoff_date` (string)
- `hotel_class` (string)
- `hotel_name` (string)
- `locale` (string): Optional BCP-47 locale ('en-US', 'fr-FR', 'de-DE', 'ja-JP', etc.). Currently consumed by the 'experiences' vertical to localise the Viator response and hand-off URL. Auto-detected from the query when…
- `location` (string, required): City, postcode, or "lat,lng".
- `pickup_date` (string)
- `query` (string, required): Natural-language query — movie title, event keyword, tour name, theme like "beach getaway", etc.
- `rooms` (integer)
- `territory` (string): ISO country code (US, GB, etc.). Default US.
- `vertical` (string, required): One of the names returned by list_verticals (e.g. "movies", "events", "experiences", "hotels", "cars").
- `when` (string): Optional ISO date filter (YYYY-MM-DD) for events.

### `search_all` (~250 tokens)

Search every Agentorist vertical at once — the answer to "what's on?".

Use this when the user's request spans verticals or doesn't clearly name
one ("what's on tonight", "anything to do in Boston?", "Friday night
plans"). For specific single-vertical queries ("movies tonight",
"Italian restaurants"), `search_all` auto-narrows to the hinted vertical
so you don't waste calls.

Returns `results_by_vertical` keyed by movies/events/local, plus
\`total_count` and `bookable_total` for quick summaries.

Input parameters:

- `agent_client` (string): Optional — name of the calling agent.
- `locale` (string): Optional BCP-47 locale ('en-US', 'fr-FR', 'de-DE', etc.). Forwarded to verticals that localise their response (experiences).
- `location` (string, required): City, postcode, or "lat,lng".
- `query` (string, required): Natural-language query. Empty string is fine (= browse).
- `territory` (string): ISO country code (US, GB, etc.). Default US.
- `when` (string): Optional time hint ("tonight", "weekend", or ISO date).

### `find_options` (~171 tokens)

Find concrete bookable options for an item.

For movies: showtimes for the given film. For events: ticket classes.

Input parameters:

- `agent_client` (string): Optional — name of the calling agent (Claude, ChatGPT, etc.). Pass the SAME value across search → find_options → book so the trust stack can link the booking to its prior discovery.
- `item_id` (string, required): ID returned by `search` (film_id, event_id), or a title for fuzzy lookup.
- `location` (string): City, postcode, or "lat,lng" — required for movies.
- `vertical` (string, required): The vertical (e.g. "movies", "events").
- `when` (string): ISO date (YYYY-MM-DD) or "today"/"tomorrow". Default "today".

### `book` (~157 tokens)

Book an option (showtime, ticket class, etc.).

If a partner API is connected, completes the booking inline with a confirmation
code. Otherwise returns an affiliate deep link the agent should hand to the user.

Input parameters:

- `agent_client` (string): Optional — name of the calling agent (Claude, ChatGPT, etc.).
- `item_title` (string): For affiliate fallback / logging.
- `location` (string): For affiliate fallback.
- `option_id` (string, required): showtime_id or ticket_id from find_options.
- `party_size` (integer): Number of tickets/seats. Default 2.
- `venue_name` (string): For logging.
- `vertical` (string, required): The vertical (e.g. "movies", "events").

### `list_venues` (~94 tokens)

List venues near a location, marked as bookable or not.

Input parameters:

- `agent_client` (string): Optional — name of the calling agent (Claude, ChatGPT, etc.).
- `location` (string, required): City, postcode, or "lat,lng".
- `radius_km` (number): Search radius. Default 15 km.
- `vertical` (string, required): The vertical (e.g. "movies", "events").

### `request_unsupported_booking` (~193 tokens)

Log a booking request Agentorist can't yet fulfil.

This is the demand-intelligence engine. Every call here becomes a data point
sold to the venue as monthly missed-revenue insight. Optionally captures
email so the user is notified when the venue joins.

Input parameters:

- `agent_client` (string): Calling agent (Claude, ChatGPT, etc.).
- `item_title` (string, required): The film, event, or experience.
- `location` (string): City or area.
- `party_size` (integer): Number of tickets.
- `user_email` (string): Optional, for join-notification.
- `venue_chain` (string): e.g. Vue, Odeon, Cineworld.
- `venue_name` (string, required): Name of the venue the user wanted.
- `vertical` (string, required): Which vertical the request belongs to.
- `when_iso` (string): Requested time in ISO 8601 (optional).

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 59
- 2026-07-29: 58
- 2026-07-28: 58
- 2026-07-27: 57
- 2026-07-26: 56

## Links

- Remote endpoint: https://mcp.agentorist.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-agentorist-agentorist/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-agentorist-agentorist/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-agentorist-agentorist/mcp
