Status: INCOMPLETE (Grandmaster-Guide MCP Server Outage)
This research article was intended to analyze the average engine evaluation drop when chess players voluntarily accept pawn islands in Rapid games, across Chess.com rating bands 800-1500.
Per the project instructions: "at any time if any of the tools in the grandmaster-guide mcp goes down, error out don't attempt to finish analysis without it."
During the data collection and augmentation phase, the grandmaster-guide MCP server began returning HTTP 502 (Bad Gateway) errors for both the /api/lichess-pgn/augment and /api/python-analyzer-status endpoints. The outage persisted for over 25 minutes, blocking the retrieval of Stockfish 12 evaluations required to compute the evaluation drops.
Therefore, the analysis has been halted. Below is a summary of the data collected prior to the outage.
Data Collection Progress
- Raw Game Data: Successfully downloaded 6,000 Lichess Rapid games (1,500 games per 200-point Chess.com rating band). The Lichess ratings were calibrated to match Chess.com ratings (e.g., Chess.com 800-1000 ≈ Lichess 1400-1615).
- Event Detection: Successfully parsed all 6,000 games to identify 10,381 candidate "pawn island events." These are plies where a player voluntarily made a pawn move or capture that increased their number of pawn islands, doubled pawns, or isolated pawns.
- Engine Evaluation Augmentation: The process of augmenting these specific games with Stockfish 12 evaluations (
[%eval]) was initiated. Approximately 316 games from the 800-1000 band were successfully augmented before the MCP server went down.
Data and Methodology
The methodology involved:
- Fetching games from the
api_lichess_games_by_ratingendpoint. - Replaying the games using
python-chessto track pawn structures (islands, doubled files, isolated files) and identifying voluntary structural concessions. - Augmenting the PGNs via
api_lichess_pgn_augmentto get engine evaluations before and after the structural change.
The partial datasets (raw games, detected events, and the small batch of augmented games) are attached for reference.
Chess Coach