Server data from the Official MCP Registry
UK shipping labels for AI agents: buy Royal Mail Tracked and more, track and refund via Shippo.
UK shipping labels for AI agents: buy Royal Mail Tracked and more, track and refund via Shippo.
Remote endpoints: streamable-http: https://logi-uk.wishpool.app/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 tools verified ยท Open access ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"app-wishpool-uk-logistics-mcp": {
"url": "https://logi-uk.wishpool.app/mcp"
}
}
}From the project's GitHub README.
Remote MCP server that lets any AI agent buy UK shipping labels โ Royal Mail Tracked 24/48 and more โ with automatic cheapest-rate selection, track parcels, and refund unused labels via the Shippo shipping API. Royal Mail runs on Shippo's master account, so no Royal Mail contract or merchant courier account is needed. Stateless, bring-your-own API token, never stores anything. Free Shippo test tokens give zero-cost end-to-end labels.
Live endpoint: https://logi-uk.wishpool.app/mcp ยท Registry: app.wishpool/uk-logistics-mcp
{
"mcpServers": {
"uk-logistics": {
"type": "http",
"url": "https://logi-uk.wishpool.app/mcp",
"headers": {
"x-shippo-token": "shippo_test_your_test_or_shippo_live_prod_token"
}
}
}
}
No shared demo โ but test tokens are free. Shippo issues free TEST tokens (prefix shippo_test_โฆ) that run the full flow end-to-end at no cost: sign up with no card at apps.goshippo.com/join โ API. Production tokens (prefix shippo_live_โฆ) buy real labels. The same server auto-selects the environment from the token prefix.
Royal Mail Tracked 24/48 runs on Shippo's master carrier account, so an AI agent can print a Royal Mail label with no Royal Mail contract and no merchant courier account โ just a free Shippo token. The carrier parameter stays open, so a merchant with its own carrier account on Shippo can select it instead.
| Tool | What it does |
|---|---|
create_shipment | Buy a UK label. to_* + from_* address fields (county/state optional), parcel weight (grams by default, required) and length/width/height (centimetres by default). Optional carrier/service restrict the choice (e.g. Royal Mail / Tracked 24) โ default is the cheapest rate across all available carriers. Fetches rates, buys the chosen rate, returns shipment_id, transaction_id, tracking_number, printable label_url, carrier, service and the rate (GBP). |
query_tracking | Track by tracking_number + carrier token (default royal_mail; use shippo with SHIPPO_TRANSIT/SHIPPO_DELIVERED for TEST tokens). Returns status from the Shippo enum โ UNKNOWN / PRE_TRANSIT / TRANSIT / DELIVERED / RETURNED / FAILURE โ plus a plain-English hint; non-terminal statuses carry next_steps. Raw carrier scans always included. |
refund_label | Refund an unused label by transaction_id. Returns refund_status: QUEUED / PENDING / SUCCESS / ERROR. Only labels never scanned by the carrier are eligible โ an already-shipped label cannot be refunded. |
Owner policy guardrails ride optional headers (x-agentpay-max-amount, x-agentpay-approval-above, x-agentpay-allowed-tools) โ set by the human owner in client config; the agent cannot relax them. The label price is gated before any purchase: approval-above returns an unsigned draft with the shipment/rates prepared but no label bought.
node test/serve.js # local server on :3247 (/mcp)
node test/e2e.js # protocol + validation + policy/shippo units + fake-token live probe to api.goshippo.com (expects native 401)
create_shipment is two server-to-server REST calls: POST /shipments/ (to/from address + parcel โ rates[]) then POST /transactions/ (chosen rate object_id โ label_url + tracking_number). query_tracking is GET /tracks/{carrier}/{tracking_number}. refund_label is POST /refunds/ (by transaction id). Auth is the header Authorization: ShippoToken <token>; the token prefix (shippo_test_โฆ / shippo_live_โฆ) selects test vs production on the same base URL https://api.goshippo.com.
Pure stateless translation layer. The label is generated and served by Shippo/the carrier; the Shippo API token travels per-request in a header, nothing is stored. Parcels flow sender โ carrier โ recipient directly. Privacy policy.
US labels (USPS/UPS/FedEx) live in usa-logistics-mcp; Taiwan CVS pickup + home delivery in taiwan-logistics-mcp. One family of stateless BYO local-commerce MCP servers: local payments in 81 countries at mcp.wishpool.app, plus electronic-invoice servers across nine countries including Mexico CFDI, Brazil NF-e, Chile DTE, Peru CPE and India GST.
MIT licensed.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.