Back to Guides

How to Connect DHL Tracking to Claude for AI-Powered Logistics

Connect DHL shipment tracking to Claude AI using MCP. Track packages and monitor deliveries with natural language. Step-by-step setup guide.

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 Trial

Connect DHL Tracking to Claude

DHL is the world's largest logistics company, handling millions of shipments daily. With AnythingMCP, you can connect DHL's Unified Tracking API to Claude AI and track your shipments using natural language.

What You Can Do

  • "Track my DHL shipment 1234567890"
  • "What's the delivery status of these 5 packages?"
  • "When will my parcel arrive?"
  • "Show all delivery events for tracking number XYZ"

Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. Open http://localhost:3000/connectors/store and import the DHL Shipment Tracking adapter
  2. Enter your DHL API key (register at developer.dhl.com)
  3. Assign the connector to an MCP server

Connect Claude

{
  "mcpServers": {
    "dhl": { "url": "http://localhost:4000/mcp" }
  }
}

Available Tools

| Tool | Description | |------|-------------| | dhl_track_shipment | Track a single shipment by tracking number | | dhl_track_multiple_shipments | Track up to 20 shipments at once |