water2-chassis-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@water2-chassis-mcpWhat's the current chassis status and battery?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
water2-chassis-mcp
ROSClaw Hardware MCP for the WATER2 (水滴2) robot chassis. 养志康复医院导诊机器人 · Phase 1:底盘接入。
导诊 Agent → ROSClaw (policy/permit/lease/receipt)
→ water2-chassis-mcp (本仓库)
→ TCP 192.168.10.10:31001 → WATER2 底盘这是一个 southbound hardware adapter,不是 Agent。它把 WATER 私有 TCP API(长连接、类 URL 请求、response/callback/notification 多路 异步 JSON)变成 ROSClaw 可监管的标准 MCP 工具面。
关键设计
persistent TCP transport:单长连接 + 增量 JSON 解码(半包/粘包/ 交错包/坏包恢复)+ uuid 请求关联 + 写串行化。
断线 fail-closed:重连后绝不重放运动命令;在途任务无法证明状态 时进入
unknown。接受 ≠ 到达:
/api/move的status=OK只代表任务被接受; 完成判定以 2 Hz 轮询robot_status为准,notification 仅作事件增强。停止分层:
cancel_navigation(正常停)vsemergency_stop(软急停,电机失能)vsclear_soft_estop(operator 令牌)。本地硬门控:raw joy_control、地图修改、定位矫正默认禁用; 即使上游误授权,MCP 侧 SafetyProfile 也会拒绝。
医院 profile:0.30 m/s / 0.60 rad/s 项目验收限速(非硬件极限)。
Related MCP server: Robot Navigation MCP Server
工具面
P0:get_chassis_status get_robot_info get_connection_info
navigate_to_marker navigate_to_pose cancel_navigation
get_navigation_task get_planned_path emergency_stop
list_markers get_power_status get_diagnostics
P1 只读:get_current_map query_accessible_point
probe_obstacle_distance make_plan
P2 维护(默认拒绝):clear_soft_estop insert_marker delete_marker
set_speed_limits position_adjust raw_joy_control
完整映射见 docs/API_MAPPING.md。
快速开始
uv sync --extra dev
# 无硬件冒烟(fake WATER server)
uv run python scripts/smoke_test.py
# 连接真机只读探测
uv run python scripts/probe_water2.py --host 192.168.10.10
# 启动 MCP server(stdio)
WATER2_HOST=192.168.10.10 WATER2_PROFILE=hospital uv run water2-chassis-mcp测试
uv run pytest -m "not hardware" --cov # CI:unit + protocol + integration + MCP
uv run pytest -m hardware tests/hardware/ # 真机验收(需要 WATER2_HW_ACK=1)质量门:ruff + mypy + pytest,coverage ≥ 85%。
文档
许可
代码部分待项目确定开源许可;厂商 API 文档为 Proprietary/Unknown, 不包含在本仓库中(见 docs/SOURCE_METADATA.md)。
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
Autonomous xRocket CEX trading inside operator-set limits, plus live market data over MCP
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Protocol-native energy infrastructure orchestration for AI data centers. Provides 46 MCP tools across 8 grid protocols (IEC-61850, DNP3, Modbus, OCPP, OpenADR, IEEE 2030.5, IEC 60870-5-104, ICCP) with 5 core API primitives: connect, dispatch, settle, comply, and intel. Enables AI agents to programmatically interact with substations, grid interfaces, and energy assets for real-time workload-grid coordination.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables control of ROS/ROS2 robots through natural language commands by translating LLM instructions into ROS topics and services. Supports cross-platform WebSocket-based communication with existing robot systems without requiring code modifications.MIT
- AlicenseNot gradedqualityDmaintenanceEnables robot navigation control and monitoring through natural language. Provides tools for robot positioning, navigation to coordinates, device status monitoring, task management, and emergency controls.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for ROS 2 environments that connects via rosbridge WebSocket, enabling topic/service introspection, publish/subscribe, service calls, robot connectivity checks, and polishing pipeline operations.Apache 2.0
- AlicenseAqualityAmaintenanceConnects AI agents like Claude to live ROS2 robots, enabling natural language interaction for diagnostics, parameter tuning, and control with safety sandboxing.161MIT