Skip to main content
Glama

Related Servers

Alternatives to chesscom-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      An 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.
      -
    • A
      license
      A
      quality
      C
      maintenance
      MCP 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.
      8
      MIT
    • A
      license
      B
      quality
      B
      maintenance
      Provides access to Chess.com player data, game records, and public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.
      10
      88
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      A 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.
      10
      1
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables querying Chess.com player profiles, ratings, game histories, and leaderboard rankings through a natural language MCP interface.
      2 npm
      MIT

    TDQS

    B3.3/5.0

    Scored across 29 tools

    Disambiguation3/5

    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.

    Naming Consistency4/5

    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.

    Tool Count2/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues