Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the DHL Shipment Tracking in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
使用MCP将DHL货物追踪连接到Claude AI。使用自然语言跟踪包裹和监控交付。逐步设置指南。
试试这样问
DHL Shipment Tracking 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
将DHL追踪连接到Claude
DHL是全球最大的物流公司,每天处理数百万个货物。通过AnythingMCP,你可以将DHL的统一追踪API连接到Claude AI,并使用自然语言跟踪你的货物。
你可以做什么
- "追踪我的DHL货物1234567890"
- "这5个包裹的交付状态是什么?"
- "我的包裹什么时候到?"
- "显示追踪号码XYZ的所有交付事件"
设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 打开
http://localhost:3000/connectors/store并导入 DHL货物追踪 适配器 - 输入你的 DHL API密钥 (请在 developer.dhl.com 注册)
- 将适配器分配给MCP服务器
连接Claude
{
"mcpServers": {
"dhl": { "url": "http://localhost:4000/mcp" }
}
}
可用工具
| 工具 | 描述 |
|---|---|
dhl_track_shipment | 按追踪号码追踪单个货物 |
dhl_track_multiple_shipments | 一次最多追踪20个货物 |
这份指南对你有帮助吗?