Loading...
{
"mcpServers": {
"chess": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"pab1it0/chess-mcp"
]
}
}
}get_player_profileRetrieves a player's profile information from Chess.com.
Read-only operation, no modification of data.
get_player_statsRetrieves a player's statistics from Chess.com.
Read-only operation, no modification of data.
is_player_onlineChecks if a player is currently online on Chess.com.
Read-only operation, no modification of data.
get_titled_playersRetrieves a list of titled players from Chess.com.
Read-only operation, no modification of data.
get_player_current_gamesRetrieves a player's ongoing games on Chess.com.
Read-only operation, no modification of data.
get_player_games_by_monthRetrieves a player's games for a specific month from Chess.com.
Read-only operation, no modification of data.
get_player_game_archivesRetrieves a list of available monthly game archives for a player on Chess.com.
Read-only operation, no modification of data.
download_player_games_pgnDownloads PGN files for all games in a specific month from Chess.com.
Read-only operation, downloads data, no modification of data.
get_club_profileRetrieves information about a club on Chess.com.
Read-only operation, no modification of data.
get_club_membersRetrieves members of a club on Chess.com.
Read-only operation, no modification of data.
This MCP server is generally safe due to its read-only nature and reliance on Chess.com's public API. However, it's important to be aware of the potential risks associated with the underlying API and the lack of rate limiting.