- 快递100 Mcp Server
快递100 Mcp Server
What is Express100 MCP Server?
Express100 MCP Server is China's first logistics information service platform compatible with relevant protocols, launched by Express100.
As the core service of its Baidiyun Open Platform, it now offers comprehensive protocol support. Developers can quickly integrate core functionalities including express tracking, shipping cost estimation, and smart ETA prediction (covering both full-journey and in-transit modes) through simple configuration.
Its AI Agent significantly lowers the barrier to logistics data service integration during development, boosts efficiency, and enhances logistics data empowerment across industries to drive innovation.
Core Features
-
Express Tracking
- The Express100 API Open Platform enables tracking for 3,000+ global logistics carriers.
- Input: Tracking number
- Output: Logistics timeline with detailed tracking information
-
Shipping Cost Estimation
- Estimates courier pricing based on carrier, origin/destination addresses, and parcel weight using Express100's big data analytics.
- Input: Destination address, origin address, carrier name, parcel weight
- Output: Estimated shipping cost
-
Smart ETA Prediction (Full-Journey Mode)
- Predicts estimated delivery times for different carriers before shipment based on addresses.
- Input: Carrier code, destination address, origin address
- Output: Estimated delivery time
-
Smart ETA Prediction (In-Transit Mode)
- Forecasts delivery times using Express100's proprietary AI ETA prediction model.
- Input: Order timestamp, tracking information, destination address, origin address
- Output: Estimated delivery time
Key Advantages of Express100 MCP Server
-
China's Leading Logistics Data Quality
- Powered by Baidiyun Open Platform with 15+ years of industry expertise. Supports 3,000+ global carriers and trusted by 2.5M+ enterprise clients.
-
Redefined Integration: AI + Data + MCP API
- The AI Agent lowers integration barriers, accelerates development, and strengthens logistics data capabilities across industries. Supports SSE-based integration with any MCP-compatible platform.
-
Intelligent Express Mapping & Query Innovation
- Combines Express100's AI capabilities, billion-scale data cleansing, and logistics knowledge graph to deliver precise ETAs and predicted routes – evolving tracking from "where is my package" to "when will it arrive".
-
Configure Once, Auto-Update Forever
- Zero-maintenance after initial setup. Baidiyun Open Platform continuously updates services without user intervention.
Use Cases
- Check real-time logistics status for orders.
- Compare carriers by cost/delivery speed for optimal shipping selection.
- Obtain dynamic ETA updates that increase accuracy near destination, enabling better receipt planning.
FAQ
Q: Is Express100 MCP Server free to use?
A: Users must register at the Express100 API Open Platform to obtain an API Key. Each account receives free monthly quota. Excess usage requires top-up.
Contact: api@kuaidi100.com | Tel: +86-755-86719032
Server Config
{
"mcpServers": {
"kuaidi100": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"{YOUR_PATH}/mcp_server_kuaidi100/api_mcp.py"
],
"env": {
"KUAIDI100_API_KEY": "<YOUR_API_KEY>"
}
}
}
}