SendCloud
Multi-carrier shipping platform for European e-commerce. Create shipments, generate labels, track parcels, and offer service point delivery — all through one integration. Supports PostNL, DHL, DPD, UPS, and 160+ other carriers.
Endpoints (8)
List available shipping methods with prices. Filter by destination country, weight, or service point capability. Use the returned shipping_method_id when creating a shipment.
No input parameters required.
Create a shipment and generate a shipping label. The label PDF is automatically stored as a PAPI asset and a CDN URL is returned. Links to an order via order_id for tracking integration.
No input parameters required.
Get shipment details including tracking status and label URL.
No input parameters required.
Cancel a shipment and void the label. Only possible before the parcel is scanned by the carrier. Check carrier-specific cancellation policies.
No input parameters required.
Download the shipping label PDF for a parcel. Returns the PAPI asset CDN URL if already stored, otherwise fetches from SendCloud and stores it.
No input parameters required.
Get the current tracking status of a shipment. Returns carrier name, tracking number, tracking URL, and status timeline.
No input parameters required.
Find nearby carrier service points (pickup locations). Use in checkout for customers choosing pickup delivery. Returns name, address, opening hours, and carrier info.
No input parameters required.
Create a return shipping label for a customer. Returns a PDF label URL that can be emailed to the customer or included in the order page.
No input parameters required.
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| get-shipping-methods | sendcloud_get_shipping_methods |
| create-shipment | sendcloud_create_shipment |
| get-shipment | sendcloud_get_shipment |
| cancel-shipment | sendcloud_cancel_shipment |
| get-label | sendcloud_get_label |
| track-shipment | sendcloud_track_shipment |
| get-service-points | sendcloud_get_service_points |
| create-return-label | sendcloud_create_return_label |