Skip to main content
Glama

Lichess MCP

get_user_performance

Retrieve detailed performance statistics for a Lichess user in specific chess variants or time controls by providing their username and desired performance type.

Instructions

Get performance statistics of a user

Input Schema

NameRequiredDescriptionDefault
perfYesThe speed or variant
usernameYesUsername of the player

Input Schema (JSON Schema)

{ "properties": { "perf": { "description": "The speed or variant", "enum": [ "ultraBullet", "bullet", "blitz", "rapid", "classical", "correspondence", "chess960", "crazyhouse", "antichess", "atomic", "horde", "kingOfTheHill", "racingKings", "threeCheck" ], "type": "string" }, "username": { "description": "Username of the player", "type": "string" } }, "required": [ "username", "perf" ], "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/karayaman/lichess-mcp'

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