M

MCP&Agent应用挑战赛

Po11nfdu/route_planner
0 Stars 360 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "gradio": {
      "args": [
        "mcp-remote",
        "https://po11nfdu-tourist-helper.ms.show/gradio_api/mcp/sse",
        "--transport",
        "sse-only"
      ],
      "command": "npx"
    }
  }
}

服务介绍

实现连接多城市的最短驾车路径规划MCP服务(满足遍历所有城市、不走回头路、可视化、调用高德地图)

相关 MCP 服务