Overview
Overview
What is UUPT FREIRHT MCP?
UUPT FREIRHT MCP is a core API service that is fully compatible with the MCP protocol.
How to use UUPT FREIRHT MCP?
To use UUPT FREIRHT MCP, you need to create a server-side API key (AK) on the UUPT Open Platform and then integrate the API using Python SDKs.
Key Features of UUPT FREIRHT MCP?
- Check Order Price
- Create Order
- Check Order details
- Cacel Order
- Supports integration with intelligent assistants that are compatible with the MCP protocol.
Use Cases of UUPT FREIRHT MCP?
- Create order check order details,or cancel order with intelligent assistants.
FAQ from UUPT FREIRHT MCP?
- What is the MCP protocol? The MCP protocol is a standard for integrating various services and tools in a unified manner. More details can be found in the official MCP documentation.
- Is there a cost to use UUPT API? The usage of UUPT API may vary; please check the UUPT Open Platform for pricing details.
- How can I troubleshoot issues with the API? You can refer to the official documentation or community forums for troubleshooting tips.
Server Config
{
"mcpServers": {
"uupt_mcp_freight_server": {
"disabled": false,
"timeout": 60,
"command": "python",
"args": [
"-m",
"uupt_mcp_freight_server"
],
"env": {
"APP_ID": "您的APP_ID",
"APP_SECRET": "您的APP_SECRET",
"OPEN_ID": "您的OPEN_ID",
"ORDER_CITY": "郑州市(您的发单城市,格式:郑州市,‘市’字请不要省略,必须要有)"
},
"transportType": "stdio"
}
}
}