AI agents can now buy French shipping labels (étiquettes d'expédition) — Mondial Relay relay-point delivery and more. This remote MCP server wraps the Shippo shipping API with three tools: create_shipment (fetch rates + buy the cheapest label, returning a printable label_url and tracking_number), query_tracking, and refund_label (refund an unused label).
Mondial Relay runs on Shippo's master carrier account, so an AI agent can print a Mondial Relay label with no Mondial Relay contract and no merchant courier account — just a free Shippo token. Mondial Relay is a relay-point (point relais) delivery network; parcels are dropped at and collected from relay points. Already have your own carrier account on Shippo? Select it with the carrier parameter.
{
"mcpServers": {
"france-logistics": {
"type": "http",
"url": "https://logi-fr.wishpool.app/mcp",
"headers": {
"x-shippo-token": "shippo_test_your_test_or_shippo_live_prod_token"
}
}
}
}
Free TEST tokens (prefix shippo_test_…) 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 token prefix auto-selects the environment; there is no separate demo endpoint.
Give create_shipment a to/from address and a parcel (dimensions in centimetres, weight in grams). It fetches every available carrier rate, buys the cheapest by default — or the carrier/service you specify (e.g. Mondial Relay / Point Relais) — and returns the label_url, tracking_number and the exact price paid in EUR.
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.Cheapest-rate default; every result embeds numbered next_steps; every error teaches the fix; tracking status comes with the full enum (PRE_TRANSIT, TRANSIT, DELIVERED, RETURNED, FAILURE, UNKNOWN) and a plain-English hint.
UK labels (Royal Mail) live in uk-logistics-mcp; Germany (Deutsche Post) in germany-logistics-mcp; Australia (Aramex) in australia-logistics-mcp; US labels (USPS/UPS/FedEx) in usa-logistics-mcp; Taiwan CVS pickup & home delivery in taiwan-logistics-mcp. The same family covers 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.