Multi-Carrier Package Tracking — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
About Multi-Carrier Package Tracking — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for multi-carrier-tracking-mcp — see README
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Cloud & Infrastructure MCP servers
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Cloudflare MCP Server
cloudflareKubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Comments