Kuaidi100 MCP Server

$uvx kuaidi100-mcp
README.md

Real-time package tracking, delivery time estimations, and shipping costs.

快递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"
}

测试

物流轨迹查询:

trae_test_queryTrace.png

快递预估时效:

trae_test_estimateTime.png

快递预估价格

trae_test_estimatePrice.png

Tips

如需获取账号信息(如 key、customer、secret),或免费试用100单,请访问API开放平台进行注册

Tools (3)

queryTraceQuery real-time logistics tracking information for a package.
estimateTimeEstimate the delivery time between two locations.
estimatePriceCalculate the estimated shipping cost for a package.

Environment Variables

KUAIDI100_API_KEYrequiredAPI key obtained from the Kuaidi100 official website

Configuration

claude_desktop_config.json
{"mcpServers": {"kuaidi100": {"command": "uvx", "args": ["kuaidi100-mcp"], "env": {"KUAIDI100_API_KEY": "YOUR_API_KEY"}}}}

Try it

Track my package with tracking number SF123456789.
How long will it take to ship a package from Beijing to Shanghai using SF Express?
Estimate the shipping cost for a 2kg package from Shenzhen to Guangzhou.
Check the current status of my Kuaidi100 delivery.

Frequently Asked Questions

What are the key features of Kuaidi100 MCP Server?

Real-time logistics trajectory tracking. Estimated delivery time calculation. Shipping cost estimation based on weight and distance. Support for multiple connection modes including STDIO, Streamable, and SSE.

What can I use Kuaidi100 MCP Server for?

E-commerce users checking the status of their orders directly in a chat interface.. Logistics managers estimating delivery windows for supply chain planning.. Individuals comparing shipping prices between different cities for personal parcels.. Developers integrating Chinese logistics data into AI-driven workflows..

How do I install Kuaidi100 MCP Server?

Install Kuaidi100 MCP Server by running: uvx kuaidi100-mcp

What MCP clients work with Kuaidi100 MCP Server?

Kuaidi100 MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Kuaidi100 MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free