mcp-server-chess-api-example
Verified Safeby silveriogimenez
Overview
Access Chess.com player profiles and statistics.
Installation
uvx --from git+https://github.com/silveriogimenez/mcp-server-chess-api-example.git chessSecurity Notes
The server acts as a simple wrapper around the public Chess.com API. It uses the `requests` library to fetch data and `raise_for_status` for error handling. No sensitive operations, 'eval' usage, or hardcoded secrets were found. Communication via FastMCP is designed to be secure (typically stdio).
Similar Servers
chessagine-mcp
Provides advanced chess analysis, game review, and interactive training capabilities to large language models via the Model Context Protocol.
ATP-Rankings-API
Provides an MCP server to allow AI assistants to query historical ATP tennis rankings data.
chess_analysis_tool
Provides AI-powered chess game analysis, including per-move insights, best lines, and AI commentary, to help players improve.
stockfish-mcp
Integrate the Stockfish chess engine with Claude Desktop for AI-assisted chess gameplay via natural language.