Skip to main content
Glama

Lichess MCP

get_leaderboard

Fetch the top players' rankings for specific chess speeds or variants on Lichess. Specify the number of users and the performance type to retrieve the leaderboard data.

Instructions

Get the leaderboard for a single speed or variant

Input Schema

NameRequiredDescriptionDefault
nbNoHow many users to fetch (1-200)
perfTypeYesThe speed or variant

Input Schema (JSON Schema)

{ "properties": { "nb": { "default": 100, "description": "How many users to fetch (1-200)", "maximum": 200, "minimum": 1, "type": "number" }, "perfType": { "description": "The speed or variant", "enum": [ "ultraBullet", "bullet", "blitz", "rapid", "classical", "chess960", "crazyhouse", "antichess", "atomic", "horde", "kingOfTheHill", "racingKings", "threeCheck" ], "type": "string" } }, "required": [ "perfType" ], "type": "object" }

Other Tools from Lichess MCP

Related Tools

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