Chess.com · Capability
Chess.com Published Data API - Games
Daily, live, current, to-move, and archived monthly games with PGN download.
Chess.com Published Data API - Games is a Naftiko capability published by Chess.com, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET method rooted at /v1/player/{…}/games.
The capability includes 5 read-only operations. Lead operation: Get Player Current Daily Games. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Chess.com, Games, and PGN.
What You Can Do
GET
Getplayercurrentgames
— Get Player Current Daily Games
/v1/player/{username}/games
GET
Getplayergamestomove
— Get Player Games To Move
/v1/player/{username}/games/to-move
GET
Listplayerarchives
— List Player Game Archives
/v1/player/{username}/games/archives
GET
Getplayermonthlyarchive
— Get Player Monthly Archive
/v1/player/{username}/games/{year}/{month}
GET
Getplayermonthlyarchivepgn
— Get Player Monthly Archive PGN
/v1/player/{username}/games/{year}/{month}/pgn
MCP Tools
chesscom-get-current-games
Get Player Current Daily Games
read-only
idempotent
chesscom-get-games-to-move
Get Player Games To Move
read-only
idempotent
chesscom-list-archives
List Player Game Archives
read-only
idempotent
chesscom-get-monthly-archive
Get Player Monthly Archive
read-only
idempotent
chesscom-get-monthly-archive-pgn
Get Player Monthly Archive PGN
read-only
idempotent