Labsco
clickdrop-tech logo

Send247 Human Logistics

from clickdrop-tech

Human Logistics in the AI Layer

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeNeeds API keys

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 structured, safe, and auditable interface.

It is designed for ChatGPT, Claude, GitHub Copilot, and other MCP-compatible clients.


What This App Does

The MCP server exposes delivery functionality as tools that an AI assistant can safely invoke:

  • Get real-time delivery quotes between UK addresses
  • Create (book) a delivery using a previously generated quote
  • Enforce confirmation before any irreversible action
  • Maintain server-side state so LLM session continuity is not required

This app is intended for end users located in the United Kingdom.


Available Tools

get_delivery_quote

Returns delivery options and prices for a shipment.

Typical use

  • User wants to know delivery cost
  • User compares services before booking

Key properties

  • Not read-only (stateful quote caching)
  • Open world (uses external delivery providers)
  • Non-destructive

create_delivery

Creates a delivery booking using a previously issued quote.

Typical use

  • User explicitly confirms they want to book a delivery

Key properties

  • Writes data
  • Open world
  • Destructive (creates irreversible delivery bookings)

This tool must only be invoked after explicit user confirmation.


Optional: MCP Manifest (Discoverability)

For platforms or registries that support MCP manifests, you may include the following file:

mcp.json

{
  "name": "Send247 Delivery",
  "description": "UK delivery quotes and booking via the Model Context Protocol",
  "version": "1.0.0",
  "endpoint": "https://mcp.send247.uk/api/v1/mcp",
  "capabilities": {
    "tools": true
  }
}

This is optional but improves discoverability.


Safety & Design Guarantees

  • No deliveries are created without explicit confirmation
  • Quotes expire automatically
  • Tool schemas are strictly validated
  • Server-side state ensures reliability across LLM sessions
  • All write actions are auditable

Intended Use

This MCP server is intended for:

  • AI assistants offering delivery services
  • Agentic workflows that require logistics actions
  • End users in the United Kingdom

It is not a general logistics SDK and does not expose raw provider APIs.


Status

  • MCP server deployed and publicly accessible
  • Tested with MCP Inspector and ChatGPT developer mode
  • Submitted for review in the OpenAI Apps Directory

Support

For integration questions or issues, please contact the maintainer via the repository or official project channels. Email tech@clickdrop.co.uk