DPD Germany MCP Server — Parcel Tracking for AI Agents
Track DPD Germany parcels from any AI agent via MCP. Free DPD Parcel Lifecycle adapter in AnythingMCP — public endpoint, no API key needed.
Pre-built adapter available on AnythingMCP Cloud
Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.
Install on Cloud — Free TrialTrack DPD Germany Parcels with AI Agents
DPD (Dynamic Parcel Distribution) is the second-largest parcel carrier in Germany. AnythingMCP wraps DPD's public Parcel Life Cycle (PLC) REST endpoint so your AI agent can fetch the full event history, current status, and predicted delivery time for any DPD shipment — no contract or API key required.
Quick Setup with Built-in Adapter
The DPD adapter ships with AnythingMCP. The endpoint is public.
Step 1: Deploy AnythingMCP
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 2: Import the Adapter
Open http://localhost:3000/connectors/store and click Import on DPD Germany Tracking. There are no credentials.
Step 3: Connect to Your AI Agent
{
"mcpServers": {
"dpd": {
"url": "http://localhost:4000/mcp"
}
}
}
Available Tools
| Tool | Description |
|------|-------------|
| dpd_track_parcel | Full Parcel Life Cycle: every scan event with timestamp, depot, status, and human description |
AI Agent Use Cases
- "Where is my DPD parcel 01234567890123?"
- "What's the latest status update on this DPD shipment?"
- "Translate the DPD events for parcel X to English"
- "When is delivery expected for these three DPD tracking numbers?"
Notes
- Parcel numbers are 14 digits.
- Languages:
de_DE,en_DE,fr_FR,it_IT,es_ES,pl_PL,cs_CZ,nl_NL. - For shipping label creation and account-level features, DPD offers a contract-based SOAP API (WebConnect) — not covered by this public-tracking adapter.
Next Steps
- GLS Tracking MCP Guide — Public GLS Track & Trace
- Shipcloud MCP Guide — Multi-carrier shipping aggregator (DHL, DPD, GLS, Hermes, UPS, FedEx)