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
Track DHL shipments worldwide using the official DHL Unified Tracking API. Get real-time shipment status, delivery events, and estimated delivery dates.
Prueba a pedir
Prompts de ejemplo para DHL Shipment Tracking
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → DHL Shipment Tracking, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
DHL Shipment Tracking + Cursor
Track DHL shipments worldwide using the official DHL Unified Tracking API. Get real-time shipment status, delivery events, and estimated delivery dates.
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:
DHL_API_KEY
Paso 1 — Obtener credenciales
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 Cursor
Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
- Guarda el archivo y reinicia Cursor.
- Abre Cursor → Configuración → MCP para verificar que
DHL Shipment Trackingaparece como "Connected". - Empieza a chatear — todas las herramientas de
DHL Shipment Trackingestán disponibles.
Herramientas disponibles
| Tool | What it does |
|---|---|
dhl_track_shipment | Track a DHL shipment by its tracking number |
dhl_track_multiple_shipments | Track multiple DHL shipments at once by providing a comma-separated list of tracking numbers |
FAQ
¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.
Siguientes pasos
¿Te ha sido útil esta guía?