No install? Use cloud.anythingmcp.com directly.
Sign in, install the DHL Shipment Tracking in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Track DHL shipments worldwide using the official DHL Unified Tracking API. Get real-time shipment status, delivery events, and estimated delivery dates.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → DHL Shipment Tracking をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
DHL Shipment Tracking + Cursor
Track DHL shipments worldwide using the official DHL Unified Tracking API. Get real-time shipment status, delivery events, and estimated delivery dates.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
DHL_API_KEY
ステップ 1 — 認証情報を取得
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — Cursor にコネクタを追加
Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- AnythingMCP の Profile → MCP API Keys → New Key で MCP API key を取得。
- ファイルを保存し Cursor を再起動。
- Cursor → Settings → MCP を開き、
DHL Shipment Trackingが "Connected" として表示されることを確認。 - チャット開始 —
DHL Shipment Trackingのすべてのツールが呼び出し可能になります。
利用可能なツール
| Tool | What it does |
|---|---|
dhl_track_shipment | Track a DHL shipment by its tracking number |
dhl_track_multiple_shipments | Track multiple DHL shipments at once by providing a comma-separated list of tracking numbers |
FAQ
Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。
次のステップ
このガイドは役に立ちましたか?