No install? Use cloud.anythingmcp.com directly.
Sign in, install the Sendcloud 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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Sendcloud Multi-Carrier Shipping klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Sendcloud Multi-Carrier Shipping + Claude
Create parcels, print labels, track shipments, and manage returns across major EU carriers (DHL, DPD, UPS, PostNL, Hermes, Colissimo, Bpost and 40+ more) through Sendcloud — the largest multi-carrier shipping platform in EU.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
SENDCLOUD_PUBLIC_KEY, SENDCLOUD_SECRET_KEY
Schritt 1 — Zugangsdaten holen
Credentials (two values, Basic auth): generate an API key pair at https://panel.sendcloud.sc/#/settings/integrations → 'Sendcloud API'. Paste the public key into SENDCLOUD_PUBLIC_KEY and the secret into SENDCLOUD_SECRET_KEY when importing.
Carriers covered: DHL, DPD, UPS, PostNL, Hermes, Colissimo, Bpost, GLS, Chronopost, Mondial Relay, and 40+ more across EU. Use sendcloud_list_shipping_methods to get IDs and pricing per carrier.
…(continued in the in-app connector instructions)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
Sendcloud Multi-Carrier Shipping - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| Tool | What it does |
|---|---|
sendcloud_list_shipping_methods | List all shipping methods available for the account, with carrier, service (e |
sendcloud_create_parcel | Create a parcel and optionally generate a shipping label |
sendcloud_get_parcel | Retrieve a parcel by its Sendcloud id |
sendcloud_list_parcels | List recent parcels, filterable by order number, tracking number, or creation date |
sendcloud_get_parcel_status | Get the current status and event timeline of a parcel — includes scan-point locations, timestamps, and status codes from the underlying carr |
FAQ
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.