Command Palette

Search for a command to run...

UnylyUnyly
Browse all

24htrack

FreeNot checked

Track packages across 3,200+ carriers (USPS, UPS, FedEx, DHL, China Post, UniUni, SpeedX and more) with automatic carrier detection. Register, list, and archive

GitHubEmbed

About

Track packages across 3,200+ carriers (USPS, UPS, FedEx, DHL, China Post, UniUni, SpeedX and more) with automatic carrier detection. Register, list, and archive tracking numbers and get real-time delivery event timelines via the 24hTrack API.

README

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

Tool Description
track_package Get tracking status and full event history for up to 40 packages
register_tracking Register new tracking numbers for monitoring
list_tracking List all your registered tracking numbers with status
realtime_track Force a real-time re-check (results in 2-5 min)
delete_tracking Archive tracking numbers
get_carriers List 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

from github.com/ngkienmkqn/24htrack-mcp

Install 24htrack in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install 24htrack-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

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

FAQ

Is 24htrack MCP free?

Yes, 24htrack MCP is free — one-click install via Unyly at no cost.

Does 24htrack need an API key?

No, 24htrack runs without API keys or environment variables.

Is 24htrack hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install 24htrack in Claude Desktop, Claude Code or Cursor?

Open 24htrack on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare 24htrack with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs