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.
「クラウドとインフラ」の他のコンテンツ
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
コメント