chess-mcp-server
Verified Safeby pks1116
Overview
Provides a Micro-Copilot (MCP) server for accessing Chess.com public player profiles and statistics.
Installation
uvx --from git+https://github.com/pks1116/chess-mcp-server.git chessSecurity Notes
The server utilizes the `requests` library to interact with a public, unauthenticated Chess.com API. It correctly uses `response.raise_for_status()` to handle HTTP errors. There are no indications of malicious patterns, `eval` usage, code obfuscation, or hardcoded sensitive secrets within the provided source. The included `User-Agent` is standard. The primary security consideration is the reliability of the external Chess.com API itself.
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-spec-kit
Guides AI agents through the full lifecycle development and validation of Model Context Protocol (MCP) servers, from requirements to operations.
chicago-art-museum-mcp-server
Provides AI assistants like Claude with access to the Art Institute of Chicago's public API for searching and retrieving art-related information.