chesscom-mcp
Related Servers
Alternatives to chesscom-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that fetches and filters chess.com game data, returning compact summaries instead of massive JSON, enabling LLMs to answer questions about player performance and head-to-head records.-
- AlicenseAqualityCmaintenanceMCP server that exposes the Lichess public API through tools for querying player profiles, games, analysis, openings, puzzles, and tournaments, allowing natural-language chess questions without an API key.8MIT
- FlicenseBqualityDmaintenanceMCP server that enables web search via Tavily API and chess player stats via Chess.com API.10-
- AlicenseBqualityBmaintenanceProvides access to Chess.com player data, game records, and public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.1088MIT
- AlicenseAqualityBmaintenanceA stateless, read-only MCP gateway for the public Chess.com API, enabling agents to fetch player profiles, stats, games, and club data without storing credentials.101MIT
- AlicenseNot gradedqualityDmaintenanceEnables querying Chess.com player profiles, ratings, game histories, and leaderboard rankings through a natural language MCP interface.2 npmMIT
TDQS
Scored across 29 tools
Several tools have overlapping purposes, such as get_player_to_move_daily_games and get_player_current_daily_games, where one is a subset of the other. Similarly, get_player_games and get_player_monthly_pgn both retrieve monthly games, differing only in format. Descriptions help clarify, but the surface could cause an agent to misselect between these pairs.
All tools follow a consistent get_<resource>_<attribute> pattern, making the naming largely predictable. Minor deviations like get_player_to_move_daily_games versus get_player_current_daily_games and get_daily_puzzle versus get_random_puzzle introduce slight inconsistency, but no chaotic mixing of styles.
With 29 tools, this exceeds the 25-tool threshold for a heavy count. The set includes many granular variations (e.g., team match, live team match, and board variants) that could be consolidated, and some obvious redundancies like get_player_games versus get_player_monthly_pgn. The count feels excessive for the scope of read-only Chess.com data retrieval.
The tool set covers a broad range of Chess.com read-only endpoints, including players, clubs, countries, tournaments, matches, puzzles, streamers, and leaderboards. Minor gaps exist, such as no direct head-to-head comparison tool, but for the apparent purpose of retrieving data, the coverage is nearly comprehensive.