Send247 Delivery MCP Server

The Send247 Delivery MCP is a **Model Context Protocol (MCP) server** that allows AI assistants to **quote and book UK deliveries** through a

Remote serverstreamable-http

What is the Send247 Delivery MCP server?

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 tools it exposes

The server publishes 2 tools. What each one is for:

  • get_delivery_quote — The get_delivery_quote tool exposed by this server
  • create_delivery — This tool must only be invoked after explicit user confirmation

Getting it running

Because 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.

How it compares

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.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_delivery_quoteThe get_delivery_quote tool exposed by this server.
create_deliveryThis tool **must only be invoked after explicit user confirmation**.

How to install the Send247 Delivery MCP server

{
  "mcpServers": {
    "send247-delivery": {
      "url": "https://mcp.send247.uk/api/v1/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Send247 Delivery to get delivery quote.
  • Use Send247 Delivery to create delivery.

Frequently asked questions

It connects Send247 Delivery to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (get_delivery_quote, create_delivery) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Send247 Delivery directly.