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货物追踪连接到ChatGPT。通过自然语言跟踪包裹、监控交付状态并获取物流更新。
试试这样问
DHL Shipment Tracking 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
将DHL追踪连接到ChatGPT
DHL是全球最大的物流公司。使用AnythingMCP,你可以通过MCP将DHL的统一追踪API暴露给ChatGPT——跟踪货物、监控交付状态,并以自然语言获取实时物流更新。
快速设置
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服务器
连接到ChatGPT
{
"mcpServers": {
"dhl": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
用例
- "追踪我的DHL货物1234567890" — 即时追踪状态
- "我现在的5个包裹在哪里?" — 批量追踪
- "我的包裹什么时候到达?" — 预计交付时间
- "显示追踪号码XYZ的所有交付事件" — 完整事件历史
这份指南对你有帮助吗?