mcpserver.lol
registry/betterchess
Connection check verified live · 20h ago

betterchess

Chess MCP for Claude: engine analysis, attack maps, game review. One URL, no install.

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

4 tools

Read from the running server on 20h ago.

chess_analyse read-only fenpgnmovestrapsmultipvconsidering
Returns an engine evaluation of a chess position: the strongest candidate moves with their scores, and the position's checkable facts — side to move, whether that side is in check,…
chess_attacks read-only fenpgnmovessquare*
Returns the exact list of squares attacked by the piece standing on a given square in a chess position, together with that piece's type and colour. Returns an empty list when the s…
chess_review read-only pgnmovescolourthreshold
Replays a finished game ply by ply with the engine and returns the moves where the evaluation swung by more than a threshold (default 1.5 pawns). Each entry gives the move number,…
chess_rig read-only
Returns the JavaScript source of the in-page coaching rig for a chess.com bot game, to be run in that page by the browser's javascript tool. Once running, the page exposes window._…