Skip to main content
Glama

Chess.com MCP Server

MIT License
48
  • Linux
  • Apple

get_player_games_by_month

Retrieve Chess.com player game records for a specific month by providing username, year, and month. Access historical chess data for analysis or reference through the MCP server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
monthYes
usernameYes
yearYes

Input Schema (JSON Schema)

{ "properties": { "month": { "title": "Month", "type": "integer" }, "username": { "title": "Username", "type": "string" }, "year": { "title": "Year", "type": "integer" } }, "required": [ "username", "year", "month" ], "title": "get_player_games_by_monthArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pab1it0/chess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server