快递100 MCP Server (Python) provides an MCP interface for querying logistics tracking, delivery time estimates, and price estimates using the Kuaidi100 API. Requires Python 3.11+ and an API key.
通过快递100 API提供物流查询和快递服务的MCP工具。
| Index | Tool Name | Description |
|---|---|---|
| 1 | kuaidi100 | 通过快递100 API提供物流查询和快递服务的MCP工具。 |
{
"mcpServers": {
"kuaidi100": {
"command": "uvx",
"args": [
"kuaidi100-mcp"
],
"env": {
"KUAIDI100_API_KEY": "YOUR_API_KEY"
}
}
}
}