chessboardmagic-mcp
Verified Safeby HollowLeaf1981
Overview
Access user's chess repertoires and games, and retrieve TCEC and correspondence chess statistics and games for analysis within AI assistants.
Installation
python mcp_server.pyEnvironment Variables
- CHESSBOARD_MAGIC_PAT
Security Notes
The server retrieves the Personal Access Token (PAT) from an environment variable, which is good practice. It does not contain 'eval' or other highly dangerous functions. Network requests are made to a specific HTTPS endpoint. Input validation primarily checks for the presence of required arguments (gameId, repertoireId, fen); the backend API is expected to handle deeper validation. There are no obvious injection vulnerabilities identified from the provided source code.
Similar Servers
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
chessagine-mcp
Provides advanced chess analysis, game review, and interactive training capabilities to large language models via the Model Context Protocol.
mcp-adr-analysis-server
Facilitates architectural decision record (ADR) analysis, content security, deployment and environment analysis, and architectural governance using advanced prompting techniques (GKP, APE, Reflexion) and knowledge graph management to automate and improve development workflows.
kgraph
Indexes codebases into a knowledge graph to enable semantic search, precise code navigation, and impact analysis for LLM agents.