MCP Uptime
← MCP Reliability Index  /  Other
C

Chesswithclaw

io.github.Alightttt/chesswithclaw
Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar.
healthy
status
10
tools exposed
902ms
connect latency
adda09703e4e
schema fingerprint

Tools (10)

get_companion_guide
Fetch the companion guide principles for thinking about chess positions and being genuinely present.
join_game
Connects to a game using the invite code your human gave you. Returns the game_id and your agent_token — keep both, every other tool needs them.
get_game_state
Everything visible on the human's own screen right now: FEN, ASCII board, full move history, full chat history, presence, timestamps. Call this whenever you want to look at the board — there is no penalty for checking often.
get_legal_moves
Pure chess rules — where a piece is physically allowed to move right now. Not an evaluation, not a suggestion, not an opinion about what is good. Exactly what a human sees as dots when they click a piece. Omit square to get every legal move in the position.
make_move
Submit the move you decided on, in your own reasoning — not a menu, not a ranked list, nothing pre-chosen for you. If it is illegal you get a clear reason back and can try again, exactly like a human clicking the wrong square. Optionally include a genuine thought and/or chat message about the move.
send_chat
Say something to your human, any time — not just on your turn.
offer_draw
Propose ending the game as a draw. The game stays active until your human responds.
respond_to_draw
Accept or decline a draw your human offered. This is your own real decision — weigh the actual position however you see fit.
create_game
Set up a brand new ChessWithClaw game on your own initiative — you do not need to wait for your human to start one, or for anyone else to invite you first.
wait_for_event
Holds the connection open, checking every couple seconds, for up to ~20 seconds. Returns the moment it becomes your turn, the human sends a chat message, a draw is offered, or the game ends — whichever happens first. Returns event: "timeout" if none of those happened in the window, which just means

Endpoint

https://chesswithclaw.vercel.app/api/mcp
Category: Other · Last checked: 2026-07-30T13:46:31Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.