chess-coach-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STOCKFISH_PATH | No | Path to the Stockfish binary. If not set, the system PATH is searched. | autodetect |
| CHESS_COACH_GAME_DEPTH | No | Default depth for analyze_game. | 14 |
| CHESS_COACH_DIAGNOSE_DEPTH | No | Default depth for diagnosis (lower = faster). | 12 |
| CHESS_COACH_ENGINE_HASH_MB | No | Engine hash size in MB. | 128 |
| CHESS_COACH_ENGINE_THREADS | No | Number of engine threads. | 1 |
| CHESS_COACH_POSITION_DEPTH | No | Default depth for analyze_position. | 16 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| engine_statusA | Report whether the local Stockfish engine is available and its version. Call this first if other tools fail with an engine error. |
| analyze_positionA | Evaluate a single position (FEN) and return the top engine lines. |
| analyze_gameA | Analyse a full game from PGN: per-move classification + motifs + summary. |
| fetch_recent_gamesA | Fetch a player's recent games from Lichess or Chess.com (public data). |
| diagnose_weaknessesA | Diagnose a player's recurring weaknesses across their recent games. |
| recommend_drillsA | Build a personalised drill set from the player's own mistakes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/parkseokjune/chess-coach-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server