Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ShipMyCar Vehicle Logistics Quote Connector

uk.co.shipmycar/quote

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

Uptime
100.0%
1 direct probes · 30d
Response
365ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

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

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

quote_generate

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 s…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "shipmycar_vehicle_logistics_quote_connector": {
      "url": "https://www.shipmycar.co.uk/mcp",
      "transport": "streamable-http"
    }
  }
}