user_performance
ActiveTool of Lichess
declared in 0.1.0
Single-variant performance + best rated game for a user.
Parameters schema
{
"type": "object",
"examples": [
{
"perf": "blitz",
"username": "hikaru"
},
{
"perf": "classical",
"username": "magnuschess"
}
],
"required": [
"username",
"perf"
],
"properties": {
"perf": {
"type": "string",
"description": "bullet | blitz | rapid | classical | correspondence | chess960 | crazyhouse | antichess | atomic | horde | kingOfTheHill | racingKings | threeCheck | ultraBullet"
},
"username": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lichess
https://github.com/pipeworx-io/mcp-lichess
1/7 registries