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.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Sendcloud Multi-Carrier Shipping をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Sendcloud Multi-Carrier Shipping + ChatGPT
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.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
SENDCLOUD_PUBLIC_KEY, SENDCLOUD_SECRET_KEY
ステップ 1 — 認証情報を取得
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)
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
Sendcloud Multi-Carrier Shipping - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| 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
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。