Chessy
Challenge yourself to a game of chess against ChatGPT that thinks through each move in real time. You play white, the ChatGPT plays black — make your move and watch it respond.
- Homepage
- https://chess.altmatter.com/
- Remote URL
https://chess.altmatter.com/mcp- Auth
- NONE
Tools (5)
Extracted live via the executor SDK.
-
start_gameStarts a new single-player chess game. The user plays as white, the AI plays as black.
-
user_moveRecords a move made by the user (playing as white). The move is validated and applied if legal.
-
model_moveThe AI (playing as black) makes a move. Use this after user_move when it's black's turn.
-
show_gameDisplays the UI for an existing chess game. Use this to resume or view a game in progress.
-
end_gameEnds the current game. User can resign or abandon the game.