chess-support-mcp

danilop/chess-support-mcp

3.3

If you are the rightful owner of chess-support-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Chess Support MCP Server is designed to manage the state of a single chess game for LLMs/agents, providing essential tools for game management without suggesting moves.

Tools

Functions exposed to the LLM to take actions

create_or_reset_game

Reset to initial position and return status with pieces map and moves.

get_status

Returns FEN, side to move, move numbers, last move details, check flags, game over status, and pieces map.

add_move

Apply a move if legal and return acceptance status and updated game state.

is_legal

Check the legality of a UCI move in the current position.

list_moves

List all moves made in UCI format.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources