Skip to main content
Glama
pab1it0

Chess.com MCP Server

by pab1it0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_player_profileC

Get a player's profile from Chess.com

get_player_statsC

Get a player's stats from Chess.com

is_player_onlineA

Check if a player is currently online on Chess.com

get_player_current_gamesC

Get a player's ongoing games on Chess.com

get_player_games_by_monthB

Get a player's games for a specific month from Chess.com

get_player_game_archivesC

Get a list of available monthly game archives for a player on Chess.com

get_titled_playersC

Get a list of titled players from Chess.com

get_club_profileC

Get information about a club on Chess.com

get_club_membersC

Get members of a club on Chess.com

download_player_games_pgnC

Download PGN files for all games in a specific month from Chess.com

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct resource or action, such as downloading games, retrieving club info, or checking online status. There is no overlap or ambiguity between tool purposes.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern using underscores (e.g., get_player_profile, download_player_games_pgn). The verbs (download, get, is) and nouns are consistently structured.

Tool Count5/5

With 10 tools, the set is well-scoped for a Chess.com data retrieval server. It covers player data, clubs, and utilities without being too sparse or overwhelming.

Completeness4/5

The tool surface covers core read operations for players, clubs, and games. Minor gaps exist, such as missing tools for live ratings or tournament data, but the set is largely complete for typical queries.

Maintenance

ActivityInactive
ResponsivenessUnresponsive