Multi-Carrier Package Tracking — hosted on Cloudflare Workers (H…
@guptaprakhariitr
About Multi-Carrier Package Tracking — hosted on Cloudflare Workers (H…
MCP server for multi-carrier-tracking-mcp — see README
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"multi-carrier-tracking-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/multi-carrier-tracking-mcp"
]
}
}
}Tools
4Get the current status and event history for a single package. Auto-detects the carrier from the tracking number; pass `carrier` explicitly if detection is ambiguous. Returns structured events with timestamp, status, and location.
Batch tracking. Provide up to 25 tracking numbers; auto-detects each carrier and returns results in the same order. Slower entries are not retried within the batch.
Identify which carrier a tracking number belongs to, without actually fetching status. Returns primary guess + any other candidates for ambiguous numbers.
List supported carriers and their countries.
Overview
What is Multi-Carrier Package Tracking?
A hosted MCP server that tracks packages across 8 carriers worldwide: USPS, UPS, FedEx, DHL, India Post, Delhivery, BlueDart, and Aramex. It auto-detects the carrier from a tracking number, batches up to 25 packages per call, and supports webhook subscriptions on status transitions. Designed for e-commerce, customer-support, and logistics LLMs.
How to use Multi-Carrier Package Tracking?
Point any MCP-aware client (Cursor, Claude Desktop, Windsurf, Continue.dev) at the hosted endpoint via npx mcp-remote https://multi-carrier-tracking-mcp.atlasword.workers.dev/mcp --header "Authorization: Bearer <api_key>". Alternatively, install the npm launcher with npx -y @insnapsprakhar/multi-carrier-tracking-mcp. Get a free key (100 calls/month/IP) or a paid key by visiting the /upgrade URL.
Key features of Multi-Carrier Package Tracking
- Auto-detects carrier from tracking number across 8 carriers
- Batch tracks up to 25 packages in a single call
- Webhook subscriptions on status transitions (Team+ tier)
- Hosted on Cloudflare Workers edge network
- Bearer-token auth with free and paid tiers
Use cases of Multi-Carrier Package Tracking
- E-commerce support agents tracking multiple carrier orders
- Logistics automation for package status checks
- Customer service chatbots providing real-time delivery updates
- Multi-carrier shipment monitoring for logistics LLMs
FAQ from Multi-Carrier Package Tracking
Which carriers are supported?
USPS, UPS, FedEx, DHL, India Post, Delhivery, BlueDart, and Aramex.
How do I get an API key?
Visit https://multi-carrier-tracking-mcp.atlasword.workers.dev/upgrade?tier=solo and follow the Dodo Payments checkout. After payment, the API key is shown once on a welcome page – copy it immediately.
How many packages can I track at once?
Up to 25 tracking numbers per batch call with track_multiple.
What are the pricing tiers and limits?
Free: 100 calls/month, 10/minute. Solo: $9/mo for 2,000 calls/month, 60/minute. Team: $29/mo for 10,000 calls/month, 200/minute, 5 seats. Pro: $79/mo for 50,000 calls/month, 600/minute, 25 seats.
Is there a free tier?
Yes, anonymous callers receive 100 calls per month per IP without signing up. Paid tiers require an API key.
Frequently asked questions
Which carriers are supported?
USPS, UPS, FedEx, DHL, India Post, Delhivery, BlueDart, and Aramex.
How do I get an API key?
Visit `https://multi-carrier-tracking-mcp.atlasword.workers.dev/upgrade?tier=solo` and follow the Dodo Payments checkout. After payment, the API key is shown once on a welcome page – copy it immediately.
How many packages can I track at once?
Up to 25 tracking numbers per batch call with `track_multiple`.
What are the pricing tiers and limits?
Free: 100 calls/month, 10/minute. Solo: $9/mo for 2,000 calls/month, 60/minute. Team: $29/mo for 10,000 calls/month, 200/minute, 5 seats. Pro: $79/mo for 50,000 calls/month, 600/minute, 25 seats.
Is there a free tier?
Yes, anonymous callers receive 100 calls per month per IP without signing up. Paid tiers require an API key.
Basic information
More Cloud & Infrastructure MCP servers
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments