No install? Use cloud.anythingmcp.com directly.
Sign in, install the GLS Track & Trace in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → GLS Track & Trace klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
GLS Track & Trace + ChatGPT
Track GLS (General Logistics Systems) parcels across Europe using the free public Track & Trace REST API. Look up parcels by GLS tracking number (TrackID) or customer reference.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
(none — public API)
Schritt 1 — Zugangsdaten holen
Tracking number (TrackID): 10-12 digit numeric string printed on the parcel label.
Customer reference: the reference you (or the shipper) set when creating the parcel. Multiple parcels may share a reference, so results are always an array.
Language: de (German), en (English), fr, it, es, nl, pl, cz. The descriptions in event rows are translated accordingly.
Country scope: use country (ISO 2-letter like DE, AT, CH, FR) to scope lookup to GLS country organisation. 'EU' covers cross-border.
…(continued in the in-app connector instructions)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
GLS Track & Trace - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| Tool | What it does |
|---|---|
gls_track_by_parcel_number | Track a GLS parcel by its TrackID (parcel number) |
gls_track_by_reference | Find GLS parcels by customer reference (the shipper's order/reference number) |
FAQ
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.