ShipMyCar Vehicle Logistics Quote Connector
uk.co.shipmycar/quoteUK/EU and international car transport quotes with HMRC, IVA, DVLA and logistics costings.
Tools · 3
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.
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.
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…
Similar MCP servers embedding-nearest
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"
}
}
}