快递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开放平台进行注册
Related Servers
T-Invest MCP Server
An MCP server for interacting with the T-Invest API, providing access to investment and financial data.
Cloudglue
Connects Cloudglue to AI assistants, turning video collections into structured data for LLMs. Requires a Cloudglue API Key.
CryptoTwitter.Space x402 MCP Server
Provides pay-per-use access to premium CryptoTwitter.Space reports with automated revenue distribution.
KiotViet SDK
Access the KiotViet API, a popular sales and inventory management platform. Manage products, categories, customers, and orders with automatic authentication.
Nacos MCP Router
A MCP server for Nacos that provides search, installation, and proxy functionalities. Connects to a Nacos server via environment variables.
1Password Credential Retrieval Server
Securely retrieve credentials from 1Password for use by Agentic AI.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
HubSpot MCP Server by CData
A read-only MCP server for querying live HubSpot data, powered by CData.
Skyvia MCP
Skyvia MCP Endpoint is a no-code gateway that makes your business data accessible to AI assistants in real time.
MCP Deployment AWS
A guide and example code for deploying MCP servers cost-effectively on AWS and integrating them with AI agent frameworks.