The Send247 Delivery MCP is a **Model Context Protocol (MCP) server** that allows AI assistants to **quote and book UK deliveries** through a
Most developer tooling work still happens through a UI a human drives. Send247 Delivery MCP server moves it into the conversation instead. The Send247 Delivery MCP is a Model Context Protocol (MCP) server that allows AI assistants to quote and book UK deliveries through a structured, safe, and auditable interface.
The server publishes 2 tools. What each one is for:
get_delivery_quote — The get_delivery_quote tool exposed by this servercreate_delivery — This tool must only be invoked after explicit user confirmationBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Send247 Delivery's toolset — get_delivery_quote, create_delivery — is a fair guide to whether it matches your workflow. It is maintained by clickdrop-tech; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_delivery_quote | The get_delivery_quote tool exposed by this server. |
| create_delivery | This tool **must only be invoked after explicit user confirmation**. |
{
"mcpServers": {
"send247-delivery": {
"url": "https://mcp.send247.uk/api/v1/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.