mcp-chess-server
Verified Safeby CyprianFusi
Overview
Provides Chess.com player profile and statistics integration for AI assistants like Claude via the Model Context Protocol (MCP).
Installation
chessSecurity Notes
The server makes HTTP GET requests to the public Chess.com API, which does not require an API key. Requests include a 10-second timeout and robust error handling. No hardcoded secrets, 'eval' usage, or obvious malicious patterns were found. The 'player_name' parameter is directly inserted into the URL path, which is generally safe for GET requests and unlikely to lead to injection vulnerabilities.
Similar Servers
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
chessagine-mcp
Provides advanced chess analysis, game review, and interactive training capabilities to large language models via the Model Context Protocol.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
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.