npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

24htrack-mcp

v1.0.0

Published

MCP server for 24hTrack — universal package tracking across 30+ carriers (USPS, UPS, FedEx, DHL, etc.)

Readme

24hTrack MCP Server

Universal package tracking for AI agents via Model Context Protocol. Track packages across 30+ carriers including USPS, UPS, FedEx, DHL, Evri, Yanwen, 4PX, and more.

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