🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

24htrack-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

24htrack-mcp

MCP server for 24hTrack — track packages across 3,200+ carriers (USPS, UPS, FedEx, DHL, China Post, UniUni, SpeedX and more). Multi-carrier tracking with auto carrier detection for AI agents.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
70
100%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Register at 24htrack.com
  • Go to Developer Settings
  • 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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 15 Jun 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