order_mcp_server

XyuanN/order_mcp_server

3.1

If you are the rightful owner of order_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Order MCP Server is a server implementation for managing the flow of online environment express orders, enabling end-to-end automation of driver order acceptance, arrival, billing start, and order completion through SDK integration.

🌟 Order MCP Server

Order MCP Server 是一个实现线上环境快车订单流转的 MCP Server,通过导入 sdk,你能够实现端到端的司机接单,司机到达,开始计费,结束订单的 UI 自动化。

🚀 快速开始

  1. 克隆仓库

    git clone git@git.xiaojukeji.com:dmq/order_mcp_server.git
    
  2. 安装依赖s

    pip install uv
    uv venv
    source .venv/bin/activate
    uv add "mcp[cli]"
    pip install -r requirements.txt
    
  3. 两种启动方式

    # sse运行
    mcp = FastMCP("get_order_state_by_apitest", port=8002, host="域名/ip")
    mcp.run(transport = 'sse')
    
    # stdio本地运行
    mcp = FastMCP("get_order_state_by_apitest")
    mcp.run(transport = 'stdio')
    

🧐 即将上线

后续 Order MCP Server 会新增专车、豪车等不同车型的订单流转功能。