get_stats
ActiveTool of chess
declared in 0.1.0
Get a player's ratings and game records across daily, rapid, blitz, and bullet formats. Returns current/best ratings and win/loss/draw counts.
Parameters schema
{
"type": "object",
"examples": [
{
"username": "hikaru"
},
{
"username": "magnuscarlsen"
}
],
"required": [
"username"
],
"properties": {
"username": {
"type": "string",
"description": "Chess.com username"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
chess
https://github.com/pipeworx-io/mcp-chess
1/7 registries