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
使用MCP将DHL货物追踪连接到ChatGPT。通过自然语言跟踪包裹、监控交付状态并获取物流更新。
将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的所有交付事件" — 完整事件历史
这份指南对您有帮助吗?