No install? Use cloud.anythingmcp.com directly.
Sign in, install the DPD Germany Tracking in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → DPD Germany Tracking, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
DPD Germany Tracking + ChatGPT
Track DPD (Dynamic Parcel Distribution) shipments in Germany using the public Parcel Life Cycle REST API. Retrieves full event history, current status, sender/recipient, scan-point locations, and predicted delivery time for any DPD parcel.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
(none — public API)
Paso 1 — Obtener credenciales
Parcel number format: 14-digit numeric string (e.g. '01234567890123'). DPD also supports partial matches — the API will return the best match.
Supported languages: de_DE (German), en_DE (English), fr_FR, it_IT, es_ES, pl_PL, cs_CZ, nl_NL. Pass without country code (e.g. 'en') and the API maps to country defaults.
Events returned: each event has a timestamp, scan-point (depot/city), status code, and localized description — cover the full parcel journey from pickup through sorting to delivery.
…(continued in the in-app connector instructions)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
DPD Germany Tracking - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Herramientas disponibles
| Tool | What it does |
|---|---|
dpd_track_parcel | Track a DPD parcel by its parcel label number |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.