Back to Browse

24htrack MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for package tracking with proper authentication, reasonable permissions, and clean code quality. The server requires an API key for all operations, validates inputs with Zod, and makes authenticated calls to the 24hTrack API. No critical security vulnerabilities or malicious patterns detected. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

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.Required

Environment variable: TRACK24H_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ngkienmkqn-24htrack-mcp": {
      "env": {
        "TRACK24H_API_KEY": "your-track24h-api-key-here"
      },
      "args": [
        "-y",
        "24htrack-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

24hTrack MCP Server

Universal package tracking for AI agents via Model Context Protocol. Track packages across 3,200+ carriers including USPS, UPS, FedEx, DHL, China Post, Yanwen, YunExpress, UniUni, SpeedX, Evri, 4PX, and more — with automatic carrier detection, so agents can paste any tracking number and get a real-time event timeline.

Quick Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "24htrack": {
      "command": "npx",
      "args": ["-y", "24htrack-mcp"],
      "env": {
        "TRACK24H_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add 24htrack -- npx -y 24htrack-mcp

Then set the env variable:

export TRACK24H_API_KEY=your-api-key-here

Cursor / Windsurf

Add to MCP settings:

{
  "24htrack": {
    "command": "npx",
    "args": ["-y", "24htrack-mcp"],
    "env": {
      "TRACK24H_API_KEY": "your-api-key-here"
    }
  }
}

Get Your API Key

  1. Register at 24htrack.com
  2. Go to Developer Settings
  3. Create an API key

Available Tools

ToolDescription
track_packageGet tracking status and full event history for up to 40 packages
register_trackingRegister new tracking numbers for monitoring
list_trackingList all your registered tracking numbers with status
realtime_trackForce a real-time re-check (results in 2-5 min)
delete_trackingArchive tracking numbers
get_carriersList all supported carriers

Example Usage

Once connected, just ask your AI:

"Track my package 1Z999AA10123456784"

"Register these tracking numbers and check their status: 9400111899223456789012, 1Z999AA10123456784"

"Show me all my tracked packages"

"What carriers does 24hTrack support?"

Supported Carriers

USPS, UPS, FedEx, DHL, YunExpress, Yanwen Express, 4PX, Evri, Canada Post, Royal Mail, Australia Post, DPD, UniUni, SpeedX, and 25+ more via aggregator routing.

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!