Multi-Carrier Package Tracking — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
关于 Multi-Carrier Package Tracking — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for multi-carrier-tracking-mcp — see README
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"multi-carrier-tracking-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/multi-carrier-tracking-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论