# ShipMyCar Vehicle Logistics Quote Connector (remote · www.shipmycar.co.uk)

UK/EU and international car transport quotes with HMRC, IVA, DVLA and logistics costings.

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

## Components

- remote · `www.shipmycar.co.uk`: 76/100 (this document), [markdown](https://verifymcp.io/servers/uk-co-shipmycar-quote/www.md), [page](https://verifymcp.io/servers/uk-co-shipmycar-quote/www)

## Channel facts

- Endpoint: `https://www.shipmycar.co.uk/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.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**: 80/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.
  - 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 281 tokens (~93/item across 3 items; 3 tools + 0 resources), lean.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 uk-co-shipmycar-quote https://www.shipmycar.co.uk/mcp
```

### Codex

```toml
[mcp_servers.uk-co-shipmycar-quote]
url = "https://www.shipmycar.co.uk/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "uk-co-shipmycar-quote": {
      "type": "remote",
      "url": "https://www.shipmycar.co.uk/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add uk-co-shipmycar-quote --url https://www.shipmycar.co.uk/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  uk-co-shipmycar-quote:
    url: "https://www.shipmycar.co.uk/mcp"
```

### Other

```json
{
  "mcpServers": {
    "uk-co-shipmycar-quote": {
      "type": "http",
      "url": "https://www.shipmycar.co.uk/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 76, +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 75, +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 72, +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 71, +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 70, +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 69)

First indexed and scored.

## MCP tools (3)

### `quote_update_draft` (~76 tokens)

Update quote draft

Use this when a user provides or corrects ShipMyCar quote details. It returns a stateless draft plus next questions and does not create records, send email, or contact ShipMyCar.

Input parameters:

- `draft`: Current MCP quote draft returned by a previous tool call.
- `patch` (required): New quote details collected from the user.

Output parameters:

- `capability`
- `draft`
- `missingFields` (array)
- `nextQuestions` (array)
- `readyForQuote` (boolean)
- `requiredServiceModules` (array)
- `routeType` (string)
- `success` (boolean)
- `warnings` (array)

### `quote_get_requirements` (~56 tokens)

Get quote requirements

Use this when a ShipMyCar quote draft needs checking before generation. It only inspects the draft and returns route requirements, enabled services, missing fields, and next questions.

Input parameters:

- `draft` (required): Current MCP quote draft to inspect.

Output parameters:

- `capability`
- `draft`
- `enabledRouteTypes` (array)
- `enabledServiceModules` (array)
- `missingFields` (array)
- `nextQuestions` (array)
- `readyForQuote` (boolean)
- `requiredServiceModules` (array)
- `routeType` (string)
- `success` (boolean)
- `warnings` (array)

### `quote_generate` (~102 tokens)

Generate quote

Use this after the user explicitly confirms a complete ShipMyCar quote draft. It calculates pricing, writes a private quote continuation/API usage record, and returns a continueQuoteUrl. It does not send email or create a public booking.

Input parameters:

- `confirm` (boolean, required): Must be true to generate the quote.
- `contactConsent` (boolean): Set true only when the user consents to storing supplied contact details in the continuation payload.
- `draft` (required): Complete MCP quote draft.

Output parameters:

- `code` (string)
- `details`
- `draft`
- `message` (string)
- `quote`
- `requirements`
- `status` (number)
- `success` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/uk-co-shipmycar-quote/www#diagnostics

## Score history

- 2026-08-03: 76
- 2026-08-02: 76
- 2026-08-01: 75
- 2026-07-31: 75
- 2026-07-30: 72
- 2026-07-29: 71
- 2026-07-28: 71
- 2026-07-27: 70
- 2026-07-26: 69

## Links

- Remote endpoint: https://www.shipmycar.co.uk/mcp
- Repository: https://github.com/itboffins/SMC-Website-NextJS
- Changelog RSS feed: https://verifymcp.io/servers/uk-co-shipmycar-quote/www/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/uk-co-shipmycar-quote/www/changelog.json
- HTML version of this page: https://verifymcp.io/servers/uk-co-shipmycar-quote/www
