Labsco
MCP SERVER

Send247 Human Logistics

by clickdrop-tech

Quote a UK delivery between two addresses and book it once the person has said yes.

Freight, Shipping & Logistics
Summary
Quote and book a courier inside the conversation.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

One command — npx -y mcp-remote https://mcp.send247.uk/api/v1/mcp