UUPT MCP

by uupt-mcp

253 downloads
Not rated
GitHub

About

Create orders on the uupt.com open platform using the MCP protocol.

Details

Author
uupt-mcp
Downloads
253
Categories
Other, Developer Tools

- 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.

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 UUPT MCP
    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

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.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "uupt mcp": {
            "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"
            }
        }
    }
}

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

一个轻量级的MCP Server,用于通过MCP协议在uupt.com开放平台创建订单https://open.uupt.com/

UU跑腿核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的配送服务商。UU跑腿已经完成核心API接口和MCP协议的对接,涵盖询价、发单、订单详情、配送员实时位置等功能。作为国内首家支持MCP协议的配送服务商,UU跑腿MCP Server发布后,智能体开发者仅需简单配置,就可以在大模型中快速接入配送服务,实现一句话发单的能力,大幅降低了智能体应用开发过程中调用配送服务相关能力的门槛,显著提升了智能体应用的开发效率。

- fromAddress:发货地址
- toAddress:收货人地址
- adCode:订单区域编码
- sendType:订单类型

- priceToken:金额令牌(提交订单使用)
- needPayMoney:实际支付金额

- priceToken:金额令牌(计算订单价格接口返回的price_token
- receiverPhone:收件人电话(手机号码)

- fromAddress:发货地址
- toAddress:收货人地址
- distance:配送距离
- state:当前状态
- 系统已集成UU跑腿配送,应用秘钥配置至发单系统即可使用。
- 未集成开发者进行接口对接。

pip3 install -i https://mirrors.aliyun.com/pypi/simple/ uupt-mcp-server
pip3 install -U -i https://mirrors.aliyun.com/pypi/simple/ uupt-mcp-server
{ "mcpServers": { "uupt-mcp-server": { "disabled": false, "timeout": 60, "command": "uvx", "args": [ "uupt_mcp_server" ], "env": { "APP_ID": "您的APP_ID", "APP_SECRET": "您的APP_SECRET", "OPEN_ID": "您的OPEN_ID", "ORDER_CITY": "郑州市(您的发单城市,格式:郑州市,‘市’字请不要省略,必须要有)" } } } }

Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.

Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP

AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.

An mcp server for your food ordering needs.

Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.

Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.

A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.

Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.

Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.

Real-time stock heatmaps and investment tools delivered as interactive React components.

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.