Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the GLS Track & Trace 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 追踪 GLS 包裹,支持追踪号码或客户参考。AnythingMCP 中提供免费的 GLS Track & Trace 适配器,无需 API 密钥。
试试这样问
GLS Track & Trace 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
使用 AI 代理追踪 GLS 包裹
GLS(通用物流系统)是欧洲领先的包裹网络之一,尤其在德、奥、瑞、法、荷、比等国表现强劲。AnythingMCP 将公共 GLS Track & Trace REST 端点暴露给你的 AI 代理,以便你可以将 TrackID 或客户参考解析为完整的事件时间线 — 无需任何商业合同。
使用内置适配器快速设置
GLS 适配器与 AnythingMCP 捆绑在一起,并使用免费的公共端点。
第一步:部署 AnythingMCP
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第二步:导入适配器
打开 http://localhost:3000/connectors/store,点击 GLS Track & Trace 上的 导入。无需凭据。
第三步:连接到你的 AI 代理
{
"mcpServers": {
"gls": {
"url": "http://localhost:4000/mcp"
}
}
}
可用工具
| 工具 | 描述 |
|---|---|
gls_track_by_parcel_number | 通过 GLS TrackID 追踪 — 状态、发件人、收件人、重量、完整事件日志 |
gls_track_by_reference | 通过客户参考查找包裹 — 多个包裹可以共享一个参考 |
AI 代理用例
- "GLS 包裹 12345678901 在哪里?"
- "查找所有参考为 'ORDER-2026-04-001' 的 GLS 包裹"
- "获取此 GLS 货件的德语追踪事件"
- "我们的客户参考 'INV-12345' 的包裹是否已送达?"
注意事项
- TrackID 通常为 10-12 位数字。
- 国家范围:
EU(跨境)、DE、AT、CH、FR、NL、BE等。 - 对于标签创建和货物管理,需要使用 GLS ShipIT API — 本公共追踪适配器不涵盖此内容。
下一步
- DPD 德国 MCP 指南 — 公共 DPD 包裹追踪
- Shipcloud MCP 指南 — 多承运人运输与标签创建
这份指南对你有帮助吗?