
UU跑腿
STDIOLightweight MCP server for creating delivery orders through UU Paotui platform
Lightweight MCP server for creating delivery orders through UU Paotui platform
一个轻量级的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
:收件人电话(手机号码)orderCode
:UU订单号orderCode
:UU订单号reason
:取消原因deductFee
:扣除费用(单位:分)orderCode
:UU订单号fromAddress
:发货地址toAddress
:收货人地址distance
:配送距离state
:当前状态建议使用Python 3.11版本。
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
pip3 list
mcpService
{ "mcpServers": { "uupt-mcp-server": { "disabled": false, "timeout": 60, "command": "python", "args": [ "-m", "uupt-mcp-server" ], "env": { "APP_ID": "您的APP_ID", "APP_SECRET": "您的APP_SECRET", "OPEN_ID": "您的OPEN_ID", "OPENAPI_URL_BASE": "https://openapi.uupt.com/v2_0/" }, "transportType": "stdio" } } }