快递100 MCP Server (Python)
Access logistics information services from Kuaidi100, including package tracking, shipping cost estimation, and delivery time prediction. Requires a Kuaidi100 API key.
快递100 MCP Server
获取快递100 API KEY
登录快递100获取: 快递100官方 (注意不要泄露授权key,以防被他人盗用!!!)
一、STDIO方式:在线获取快递100 MCP服务运行
Python方式:通过uvx命令一步获取kuaidi100_mcp并使用
{
"mcpServers": {
"kuaidi100": {
"command": "uvx",
"args": [
"kuaidi100-mcp"
],
"env": {
"KUAIDI100_API_KEY": "YOUR_API_KEY"
}
}
}
}
如果没有报错则MCP Server启动成功
NodeJs方式:通过npx命令一步获取kuaidi100_mcp并使用
{
"mcpServers": {
"kuaidi100": {
"command": "npx",
"args": [
"-y",
"@kuaidi100-mcp/kuaidi100-mcp-server"
],
"env": {
"KUAIDI100_API_KEY": "YOUR_API_KEY"
}
}
}
}
关联项目:kuaidi100-MCP-Nodejs
二、Streamable方式:
配置Http链接和KEY后使用
"kuaidi100": {
"url": "https://api.kuaidi100.com/mcp/streamable?key=YOUR_API_KEY"
}
三、SSE方式(更推荐Streamable连接方式):
配置SSE链接和KEY后使用
"kuaidi100": {
"url": "https://api.kuaidi100.com/mcp/sse?key=YOUR_API_KEY"
}
测试
物流轨迹查询:
快递预估时效:
快递预估价格
Tips
如需获取账号信息(如 key、customer、secret),或免费试用100单,请访问API开放平台进行注册
Verwandte Server
Gdrive Cloudflare worker
Remote MCP server for Google Drive and Sheets running on Cloudflare Workers with full OAuth 2.0 support.
MCP Kubernetes
Execute Kubernetes commands using kubectl from any MCP-compatible client. Requires a valid kubeconfig file.
SafetyCulture MCP Server
Ask natural language questions about your SafetyCulture data using the SafetyCulture API.
CISA M365 MCP Server
Implements CISA Binding Operational Directive 25-01 security controls for Microsoft 365 and Azure AD/Entra ID.
Amazon Marketplace by CData
Query live Amazon Marketplace data using CData's read-only MCP server.
Realize MCP - Taboola
Interact with the Taboola advertising platform using natural language via the Taboola Realize API.
Yandex Cloud
An unofficial server for interacting with the Yandex Cloud API.
EdgeOne Geo Location
Provides geolocation data using EdgeOne Pages Functions.
OpenShift Cluster Manager
An MCP server for managing Red Hat OpenShift clusters via the OCM API.
Flight Control MCP
A read-only API for querying and retrieving contextual information about devices and fleets using the Flight Control MCP server.