# Samuelz Chauffeur Booking (remote · platform-api.samuelz.com)

Public chauffeur prices, policy and consent-led offers for travel bookers and AI assistants.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `platform-api.samuelz.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/samuelzcom-chauffeur-booking/api-v1-mcp-chauffeur-samuelz-chauffeur.md), [page](https://verifymcp.io/servers/samuelzcom-chauffeur-booking/api-v1-mcp-chauffeur-samuelz-chauffeur)

## Channel facts

- Endpoint: `https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur`
- 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-09-27.

- **Endpoint Security**: 77/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 is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 427 tokens (~85/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Samuelz Chauffeur Booking MCP server?

Samuelz Chauffeur Booking is a hosted endpoint at https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http samuelzcom-chauffeur-booking 'https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur'
```

### Cursor

```json
{
  "mcpServers": {
    "samuelzcom-chauffeur-booking": {
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "samuelzcom-chauffeur-booking": {
      "type": "http",
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
```

### Codex

```toml
[mcp_servers.samuelzcom-chauffeur-booking]
url = "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "samuelzcom-chauffeur-booking": {
      "type": "remote",
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add samuelzcom-chauffeur-booking --url 'https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  samuelzcom-chauffeur-booking:
    url: "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
```

### Netclaw

```json
{
  "McpServers": {
    "samuelzcom-chauffeur-booking": {
      "Transport": "http",
      "Url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
```

### Vellum

```bash
assistant mcp add samuelzcom-chauffeur-booking -t streamable-http -u 'https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur'
```

### Other

```json
{
  "mcpServers": {
    "samuelzcom-chauffeur-booking": {
      "type": "http",
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
```

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-09-26 (score 71, +1)

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

### 2026-09-25 (score 70, 0)

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

### 2026-09-24 (score 70, 0)

- [security] Tool “prepare_offer” rewrote its description, which is the text the model reads

### 2026-09-23 (score 70, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-22 (score 70)

First indexed and scored.

## MCP tools (5)

### `get_service_options` (~30 tokens)

Chauffeur service options

Read this provider's public service, required ride facts and booking link.

Input parameters:

- `locale` (string)

### `get_customer_policy` (~55 tokens)

Published customer terms

Read current booking preparation terms, account requirement, guest booking and minimum lead time. Service-specific cancellation and waiting terms must be checked on the current offer before confirmation. This does not confirm a booking.

Input parameters:

- `locale` (string)

### `quote_ride` (~71 tokens)

Chauffeur price preview

Get a current price preview for complete ride facts, using local service time and addresses with city or postcode. No availability guarantee, booking, charge, message or reservation. Do not include customer contact details.

Input parameters:

- `locale` (string)
- `ride` (object, required)
- `specialRequests` (string)

### `prepare_offer` (~124 tokens)

Prepare a binding chauffeur offer

Prepare exactly one unpaid reservation and binding offer for an authorized transfer, return transfer or hourly service. Requires real customer contact data and a client-generated submissionId and resumeToken. Approved distribution partners may add their opaque capability for tenant-bound attribution. The customer must review the complete bound terms and confirm on checkoutUrl; this does not charge or confirm the booking.

Input parameters:

- `contact` (object, required)
- `distributionPartnerCapability` (string)
- `locale` (string)
- `resumeToken` (string, required)
- `ride` (object, required)
- `submissionId` (string, required)

### `get_offer_status` (~51 tokens)

Read prepared offer status

Read one prepared offer by its submissionId and resumeToken. No quote, booking, payment, message or provider request is created.

Input parameters:

- `resumeToken` (string, required)
- `submissionId` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/samuelzcom-chauffeur-booking/api-v1-mcp-chauffeur-samuelz-chauffeur#diagnostics

## Score history

- 2026-09-27: 71
- 2026-09-26: 71
- 2026-09-25: 70
- 2026-09-24: 70
- 2026-09-23: 70
- 2026-09-22: 70

## Common questions

### What is the Samuelz Chauffeur Booking MCP server?

Samuelz Chauffeur Booking is an MCP server listed in the public MCP registry as io.github.samuelzcom/chauffeur-booking. Public chauffeur prices, policy and consent-led offers for travel bookers and AI assistants. This page covers its hosted endpoint (https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur).

### Is the Samuelz Chauffeur Booking MCP server safe to use?

Samuelz Chauffeur Booking scores 71 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Samuelz Chauffeur Booking MCP server expose?

Samuelz Chauffeur Booking exposes 5 tools: get_service_options, get_customer_policy, quote_ride, prepare_offer, get_offer_status. Their descriptions and schemas cost roughly 331 tokens of context every time the server is loaded.

### Does the Samuelz Chauffeur Booking MCP server require authentication?

No. We connected to Samuelz Chauffeur Booking without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Samuelz Chauffeur Booking MCP server still maintained?

Samuelz Chauffeur Booking is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur
- Website: https://samuelz.com/en/integrations
- Changelog RSS feed: https://verifymcp.io/servers/samuelzcom-chauffeur-booking/api-v1-mcp-chauffeur-samuelz-chauffeur.xml
- Changelog JSON feed: https://verifymcp.io/servers/samuelzcom-chauffeur-booking/api-v1-mcp-chauffeur-samuelz-chauffeur.json
- HTML version of this page: https://verifymcp.io/servers/samuelzcom-chauffeur-booking/api-v1-mcp-chauffeur-samuelz-chauffeur
