快递100 Mcp Server

by kuaidi100-api

208 downloads
Not rated
GitHub

About

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

Details

Author
kuaidi100-api
Downloads
208
Categories
Other, Cloud Service, Infrastructure

- 支持全球3000+快递公司物流轨迹查询
- 根据收寄件地址、重量、快递公司预估运费
- 智能时效预估(全程模式与在途模式)
- 数据源自百递云开放平台,250万+企业客户选择
- 支持通过SSE接入任意MCP协议平台
- 一次配置,自动迭代更新

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 快递100 Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

配置环境变量 KUAIDI100_API_KEY(从快递100API开放平台获取),通过 uvx kuaidi100-mcp 一键启动,或在支持MCP协议的客户端中配置JSON运行本地项目。Python 3.11+ 环境支持。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u5feb\u9012100 mcp server": {
            "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>"
                }
            }
        }
    }
}

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

什么是快递100 MCP Server?

快递100 MCP Server是快递100推出的国内首个兼容相关协议的物流信息服务平台,是旗下百递云开放平台的核心服务,现已全面支持相关协议。

开发者通过简单配置即可快速接入快递查询、运费预估、智能时效预估(含全程与在途模式)等核心功能。其AI Agent不仅显著降低了开发过程中物流数据服务调用的门槛,提高了开发效率,还增强了对各大行业的物流数据赋能,助力其创新与发展。

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.