UUPT MCP
@uupt-mcp
关于 UUPT MCP
UU跑腿核心API现已全面兼容MCP协议,是国内首家兼容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
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论