The two calls are deliberately ordered: a booking can only be made from a quote that already exists, and because the booking is irreversible it is meant to run only after you have said yes out loud.
A hosted MCP server for Send247, a UK delivery service. Two tools: one returns delivery options and prices for a shipment, the other books one of those quotes. Quotes are cached server-side, so the conversation does not have to carry them.
- Real-time delivery options and prices between two UK addresses
- A booking created from a quote that was already issued
- Quote state kept on the server, so an LLM session does not need to remember it
A UK pickup and destination — the service covers the United Kingdom. No client-side API key: authentication and request validation happen at the gateway. Point a client at https://mcp.send247.uk/api/v1/mcp; clients that only run local servers bridge to it with the MCP remote proxy over stdio.
One command — npx -y mcp-remote https://mcp.send247.uk/api/v1/mcp
