Lichess MCP

by karayaman
Verified

get_leaderboard

Retrieve the top players' leaderboard for a specific chess speed or variant on Lichess. Specify the number of users to fetch and the desired game type for accurate results.

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" }
ID: x7iuw37s1v