MCP.so
ログイン

UUPT MCP

@uupt-mcp

UUPT MCP について

UU跑腿核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的同城配送服务商。

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

uupt-mcp

投稿者

uupt-mcp

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "uupt-mcp-server": {
      "disabled": false,
      "timeout": 60,
      "command": "python3",
      "args": [
        "-m",
        "uupt-mcp-server"
      ],
      "env": {
        "APP_ID": "",
        "APP_SECRET": "",
        "OPEN_ID": "",
        "OPENAPI_URL_BASE": ""
      },
      "transportType": "stdio"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is UUPT MCP?

UUPT MCP is a lightweight server that enables AI agents to create and manage delivery orders on the UU跑腿 (uupt.com) open platform through the Model Context Protocol. It is the first Chinese delivery service provider to support MCP, allowing developers to integrate delivery capabilities into large language models with a single command.

How to use UUPT MCP?

Install the package via pip3 install uupt-mcp-server. Configure your MCP client (e.g., in a JSON mcpServers block) with the command python -m uupt_mcp_server and set environment variables APP_ID, APP_SECRET, OPEN_ID, and ORDER_CITY. After configuration, you can invoke tools like address pricing, place order, cancel order, and query order.

Key features of UUPT MCP

  • Address pricing: get order cost from pickup and delivery addresses.
  • Place order: submit an order using a price token.
  • Cancel order: cancel an order with a reason and see deduction fee.
  • Query order: retrieve order details and current status.
  • Real-time courier location tracking.
  • Uses stdio transport for MCP communication.

Use cases of UUPT MCP

  • Enable AI assistants to place delivery orders from natural language commands.
  • Automate order management tasks like pricing, placing, cancelling, and tracking.
  • Integrate delivery services into chat-based or agent-based applications.
  • Reduce development effort for connecting to delivery APIs via MCP.

FAQ from UUPT MCP

What are the prerequisites to use UUPT MCP?

You need a UU跑腿 open platform account with a created application to obtain APP_ID, APP_SECRET, and OPEN_ID. Python 3.11 is recommended.

How do I install UUPT MCP?

Run pip3 install uupt-mcp-server. To update, use pip3 install -U uupt-mcp-server.

What transport type does UUPT MCP use?

It uses stdio transport, as shown in

コメント

「その他」の他のコンテンツ