chess-mcp-server
Verified Safeby asingh388
Overview
Provides tools to fetch chess player profiles and statistics from chess.com.
Installation
uvx --from git+https://github.com/asingh388/chess-mcp-server.git chessSecurity Notes
The server primarily acts as a wrapper around the public chess.com API. It uses the `requests` library for network calls with hardcoded URLs and sets a User-Agent header. No 'eval', obfuscation, or hardcoded secrets were found. Input (username) is directly passed to the API URL, which is safe as it is expected by the target API.
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.
ATP-Rankings-API
Provides an MCP server to allow AI assistants to query historical ATP tennis rankings data.
pokemon-go-mcp
A Model Context Protocol (MCP) server providing real-time Pokemon Go data (events, raids, research, eggs, Team Rocket, promo codes) via an API for integration with other tools.