MediaWebMCP verified
react-chess WebMCP tools
Chess game with exposed tools for board state, moves, and game management
MediaWebMCP verified
Chess game with exposed tools for board state, moves, and game management
Chess game with exposed tools for board state, moves, and game management This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Retrieves the current state of the chess board including piece positions, current turn, total moves, and game status.
Open the react-chess website and ask your browser agent to use get-board-stateInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get-board-state tool on react-chess. Return the structured result and cite the source page.Makes a chess move. Provide the move as "from:to" (e.g., "e2:e4").
Open the react-chess website and ask your browser agent to use make-moveInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the make-move tool on react-chess with move: <string>. Return the structured result and cite the source page.move string Move in format "from:to" (e.g., "e2:e4")Gets all legal moves for a piece at a position (x: 0-7, y: 0-7).
Open the react-chess website and ask your browser agent to use get-possible-movesInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get-possible-moves tool on react-chess with position: <object>. Return the structured result and cite the source page.position object Restarts the chess game to initial position.
Open the react-chess website and ask your browser agent to use restart-gameInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the restart-game tool on react-chess. Return the structured result and cite the source page.Promotes a pawn to queen, rook, bishop, or knight.
Open the react-chess website and ask your browser agent to use promote-pawnInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the promote-pawn tool on react-chess with pieceType: <string>. Return the structured result and cite the source page.pieceType string Piece type to promote to.