mcp-chess-server
Verified Safeby AshGhimire
Overview
Provides access to Chess.com player data for profiles and statistics through an MCP server.
Installation
uvx --from git+https://github.com/AshGhimire/mcp-chess-server.git chessSecurity Notes
The server acts as a wrapper for the public Chess.com API. It uses the `requests` library with `raise_for_status()` for error handling. No hardcoded secrets, `eval()` calls, or obvious malicious patterns were found. The 'User-Agent' string is slightly malformed ('moizillla' instead of 'mozilla'), which is a minor stylistic issue but not a security vulnerability.
Similar Servers
chessagine-mcp
Provides advanced chess analysis, game review, and interactive training capabilities to large language models via the Model Context Protocol.
iracing-data-mcp-server
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.
mcp-chess-server
Provides an MCP server to interact with the Chess.com API, offering tools to retrieve public player profiles and statistics by username.
chess-mcp-server
Provides a Micro-Copilot (MCP) server for accessing Chess.com public player profiles and statistics.