New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@aisar-labs/dhl-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aisar-labs/dhl-mcp

MCP server for DHL eCommerce API — create shipments, track parcels, get rates and labels

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

DHL MCP Server

DHL eCommerce API — create shipments, track parcels, get rates and labels

Install

npx @aisar-labs/dhl-mcp

Configuration

VariableRequiredDescription
DHL_CLIENT_IDYesDHL client ID
DHL_CLIENT_SECRETYesDHL client secret

Tools

ToolDescription
create_shipmentCreate shipment
track_shipmentTrack parcel
get_ratesGet shipping rates
get_labelGet shipping label
schedule_pickupSchedule pickup
get_servicesGet 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

Keywords

mcp

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts