- 快递100 Mcp Server
快递100 Mcp Server
快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。 Express100 MCP Server provides functions such as express delivery information queries, courier freight estimation and comparison, and transit time inquiries (including pre-shipment transit time checks and in-transit dynamic time estimates).
Content
什么是快递100 MCP Server?
快递100 MCP Server是快递100推出的国内首个兼容相关协议的物流信息服务平台,是旗下百递云开放平台的核心服务,现已全面支持相关协议。
开发者通过简单配置即可快速接入快递查询、运费预估、智能时效预估(含全程与在途模式)等核心功能。其AI Agent不仅显著降低了开发过程中物流数据服务调用的门槛,提高了开发效率,还增强了对各大行业的物流数据赋能,助力其创新与发展。
核心功能
- 快递查询
- 快递100API开放平台,提供查询全球3000+物流公司轨迹查询的能力。
- 输入:物流单号
- 输出:物流轨迹信息包含物流时间节点和轨迹详情
- 快递价格预估
- 通过快递100大数据分析,根据快递公司、收寄件地址和重量来预估快递公司运费价格。
- 输入:收件地址、寄件地址、快递公司名称、包裹重量
- 输出:预估快递寄件价格
- 智能时效预估(全程模式)
- 发货前,根据收寄件地址预测不同快递公司的预计送达时间。
- 输入:快递公司编码、收件地址、寄件地址
- 输出:预计送达时间
- 智能时效预估(在途模式)
- 利用快递100自研AI时效预估模型,预测快递的送达时间。
- 输入:下单时间、物流轨迹信息、收件地址、寄件地址
- 输出:预计送达时间
快递100 MCP Server的关键特性
- 快递物流数据质量国内第一
- 数据源自百递云开放平台,支持全球3000+快递公司物流信息数据查询,专注行业15年,有250万+企业客户选择。
- AI+Data+MCP API重新定义
- AI Agent显著降低了开发过程中物流数据服务调用的门槛,提高了开发效率,增强了对各大行业的物流数据赋能,助力其创新与发展。快递100 MCP Server支持通过SSE方式接入任意支持MCP协议的平台。
- AI+Data快递图谱智能跃迁,查询产品焕新
- 结合快递100AI大模型能力、亿级规模数据清洗与快递物流知识图谱技术沉淀,提供精准的快递预计到达时间与预计途径路线,实现快递查询从“快递到了哪里”向“快递何时可到达”升维。
- 一次配置,自动迭代
- 用户配置完成后无需反复操作,百递云开放平台会持续对服务进行更新迭代。
快递100 MCP Server的使用案例
- 查询订单包裹的实时物流信息。
- 根据快递运费、快递时效两大维度,对比不同快递公司物流方案,智能比选合适的快递服务。
- 查询快递预计送达时间,结合物流轨迹及路线节点信息动态更新,预计到达时间越临近目的地越精准,方便用户提前规划收货安排。
常见问题解答
Q:使用快递100 MCP Server是否需要付费
A:用户需在快递100API开放平台 注册获取API Key,平台为每个用户提供单独的免费调用额度;如果后续超额,可在平台进行充值操作,如有疑问请联系:
联系邮箱:api@kuaidi100.com
联系电话:0755-86719032
快递100 MCP Server (Python)
通过uv安装python,最低版本要求为3.11
uv python install 3.11
一、在线获取依赖并使用(推荐)
通过uvx命令一步获取kuaidi100_mcp并使用
{
"mcpServers": {
"kuaidi100": {
"command": "uvx",
"args": [
"kuaidi100-mcp"
],
"env": {
"KUAIDI100_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
二、下载至本地配置本地项目
通过uv创建一个项目
uv init mcp_server_kuaidi100
将api_mcp.py拷贝到该目录下,通过如下命令测试mcp server是否正常运行
uv run --with mcp[cli] mcp run {YOUR_PATH}/mcp_server_kuaidi100/api_mcp.py
# 如果是mac,需要加转义符
uv run --with mcp\[cli\] mcp run {YOUR_PATH}/mcp_server_kuaidi100/api_mcp.py
如果没有报错则MCP Server启动成功
获取快递100 API KEY
登录快递100获取 https://poll.kuaidi100.com/manager/page/myinfo/enterprise (注意不要泄露授权key,以防被他人盗用!!!)
在支持MCP的客户端中使用
在MCP Server配置文件中添加如下内容后保存
{
"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>"
}
}
}
}
测试
物流轨迹查询:
快递预估时效:
快递预估价格
Tips
如需获取账号信息(如 key、customer、secret),或免费试用100单,请访问API开放平台进行注册
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>"
}
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
ChatWiseThe second fastest AI chatbot™
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
WindsurfThe new purpose-built IDE to harness magic
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors