kuaidi100-MCP-Nodejs

kuaidi100-api/kuaidi100-MCP-Nodejs

3.1

If you are the rightful owner of kuaidi100-MCP-Nodejs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The 快递100 MCP Server is a Node.js-based server that facilitates interaction with the 快递100 API for logistics and courier services.

快递100 MCP Server (Node.js)

安装node.js,最低版本要求为18.0.0

获取快递100 API KEY

登录快递100获取: 快递100官方 (注意不要泄露授权key,以防被他人盗用!!!)

一、STDIO方式:在线获取快递100 MCP服务运行

通过npx命令一步获取kuaidi100_mcp并使用

{
  "mcpServers": {
    "kuaidi100": {
      "command": "npx",
      "args": [
        "-y",
        "@kuaidi100-mcp/kuaidi100-mcp-server"
      ],
      "env": {
        "KUAIDI100_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

测试

物流轨迹查询:

trae_test_queryTrace.png

快递预估时效:

trae_test_estimateTime.png

快递预估价格

trae_test_estimatePrice.png

Tips

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