france-logistics-mcp

Let AI agents ship parcels in France — create Mondial Relay shipments to 10,000+ pickup points, buy labels, track deliveries.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Create Shipment: Create a France shipping label via Shippo — pass a to_address, from_address and parcel (dimensions in CENTIMETRES, weight in GRAMS by default), and the server fetches carrier rates, b
  • Query Tracking: Track a France shipment by its tracking_number (the one create_shipment returned, or any carrier tracking number) plus its carrier. Returns the current status with a plain-English hint
  • Refund Label: Request a refund for a France shipping label bought via create_shipment, by its transaction_id. Refund is only possible for UNUSED labels that were never scanned by the carrier; already-

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Let AI agents ship parcels in France — create Mondial Relay shipments to 10,000+ pickup points, buy labels, track deliveries. Stateless remote MCP server: bring your own Shippo API key, it never holds funds or stores data.

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

create_shipmentCreate a France shipping label via Shippo — pass a to_address, from_address and parcel (dimensions in CENTIMETRES, weight in GRAMS by default), and the server fetches carrier rates, buys the CHEAPEST rate by default (or the carrier/service you specify), and returns the shipment_id, transaction_id, tracking_number, printable label_url and the price paid (EUR). Recommended carrier: Mondial Relay relay-point (point relais) delivery via the Shippo master account — no Mondial Relay contract or merchant account needed — so an agent can print a Mondial Relay label with no merchant courier account. Bring your own Shippo API token via header x-shippo-token: free TEST tokens (prefix shippo_test_…) run the full flow end-to-end at no cost (sign up free, no card, at apps.goshippo.com/join); production tokens (prefix shippo_live_…) buy real labels. The token prefix auto-selects the environment. weight is always required. Owner policy headers gate the label price before any purchase.
query_trackingTrack a France shipment by its tracking_number (the one create_shipment returned, or any carrier tracking number) plus its carrier. Returns the current status with a plain-English hint. Status values (Shippo enum): UNKNOWN, PRE_TRANSIT (label made, not yet picked up), TRANSIT, DELIVERED, RETURNED, FAILURE. Raw carrier scan details are always included. carrier defaults to "mondial_relay"; for TEST tokens use carrier="shippo" with mock numbers SHIPPO_TRANSIT / SHIPPO_DELIVERED. Safe to call anytime.
refund_labelRequest a refund for a France shipping label bought via create_shipment, by its transaction_id. Refund is only possible for UNUSED labels that were never scanned by the carrier; already-shipped labels cannot be refunded. Returns refund_status: QUEUED / PENDING (accepted, carrier still processing — most common), SUCCESS (money returned), or ERROR (not eligible, e.g. already scanned). Carriers can take time to move QUEUED/PENDING → SUCCESS.
france-logistics-mcp: подключить к Claude, ChatGPT, Cursor · Connectors.fun