← Back to Plugins
MCP Server MCP

io.github.ngkienmkqn/24htrack-mcp

github By github 👁 1 views ▲ 0 votes

Track packages across 3,200+ carriers (USPS, UPS, FedEx, DHL & more) with auto carrier detection.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "24htrack-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "24hTrack API key — create one free at https://www.24htrack.com (Developer Settings). Optional at startup: the server boots and exposes its tool list without it (so keyless registry health-checks pass); tool CALLS return a guided auth error until it is set.",
          "isSecret": true,
          "name": "TRACK24H_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...