24htrack-mcp
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
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
| 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
- Website: 24htrack.com
- API Docs: 24htrack.com/api
- Pricing: 24htrack.com/pricing
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.