uk.co.shipmycar/quote
Official3 toolsShipMyCar Vehicle Logistics Quote Connector
UK/EU and international car transport quotes with HMRC, IVA, DVLA and logistics costings.
Generates UK, EU, and international car transport quotes with regulatory and logistics costs.
Captured live from the server via tools/list.
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.
Parameters (2)
- draftany
Current MCP quote draft returned by a previous tool call.
- patchanyrequired
New quote details collected from the user.
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.
Parameters (1)
- draftanyrequired
Current MCP quote draft to inspect.
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 send email or create a public booking.
Parameters (3)
- draftanyrequired
Complete MCP quote draft.
- confirmbooleanrequired
Must be true to generate the quote.
- contactConsentboolean
Set true only when the user consents to storing supplied contact details in the continuation payload.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"quote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.shipmycar.co.uk/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.