No install? Use cloud.anythingmcp.com directly.
Sign in, install the Shipcloud Multi-Carrier Shipping in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Shipcloud Multi-Carrier Shipping, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Shipcloud Multi-Carrier Shipping + Claude
Create shipments, generate labels, and track parcels across all major German and European carriers (DHL, DPD, GLS, Hermes, UPS, FedEx, TNT) through Shipcloud — the leading multi-carrier shipping aggregator for DE.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
SHIPCLOUD_API_KEY
Step 1 — Ottieni le credenziali
Credentials: a single API key (Basic auth username, empty password). Generate one at https://app.shipcloud.io/account under API-Keys. Paste it into SHIPCLOUD_API_KEY when importing.
Carriers covered: dhl, dhl_express, dpd, gls, hermes, ups, fedex, tnt, go, deutsche_post, iloxx, parcelone, skynet, liefery. Use shipcloud_list_carriers to retrieve IDs and available service products.
Label creation: shipcloud_create_shipment returns a downloadable label URL plus a carrier_tracking_no and a shipcloud tracking_url. Labels are PDF by default.
…(continued in the in-app connector instructions)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
Shipcloud Multi-Carrier Shipping - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
shipcloud_list_carriers | List all carriers supported by the Shipcloud account with their names, IDs, service products (e |
shipcloud_create_shipment | Create a shipment and generate a shipping label |
shipcloud_get_shipment | Retrieve a shipment created via Shipcloud by its id |
shipcloud_list_shipments | List recent shipments created via this account, filterable by carrier, date range, or customer reference |
shipcloud_create_tracker | Create a tracking object for an external parcel (not shipped via this Shipcloud account) |
shipcloud_get_tracker | Retrieve the current state and event history of a tracking object |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.