@aisar-labs/dhl-mcp
v0.1.2
Published
MCP server for DHL eCommerce API — create shipments, track parcels, get rates and labels
Maintainers
Readme
DHL MCP Server
DHL eCommerce API — create shipments, track parcels, get rates and labels
Install
npx @aisar-labs/dhl-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| DHL_CLIENT_ID | Yes | DHL client ID |
| DHL_CLIENT_SECRET | Yes | DHL client secret |
Tools
| Tool | Description |
|------|-------------|
| create_shipment | Create shipment |
| track_shipment | Track parcel |
| get_rates | Get shipping rates |
| get_label | Get shipping label |
| schedule_pickup | Schedule pickup |
| get_services | Get available services |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dhl": {
"command": "npx",
"args": ["-y", "@aisar-labs/dhl-mcp"],
"env": {
"DHL_CLIENT_ID": "your-client-id",
"DHL_CLIENT_SECRET": "your-client-secret"
}
}
}
}License
MIT
