MCP.so
Sign In

UUPT MCP

@uupt-mcp

About UUPT MCP

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

Basic information

Category

Other

Transports

stdio

Publisher

uupt-mcp

Submitted by

uupt-mcp

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers