Lichess MCP

by karayaman
Verified

get_user_profile

Retrieve a Lichess user’s profile details, including optional trophy information, by providing their username.

Instructions

Get a user's Lichess profile information

Input Schema

NameRequiredDescriptionDefault
trophiesNoInclude user trophies
usernameYesUsername of the player

Input Schema (JSON Schema)

{ "properties": { "trophies": { "default": false, "description": "Include user trophies", "type": "boolean" }, "username": { "description": "Username of the player", "type": "string" } }, "required": [ "username" ], "type": "object" }
ID: x7iuw37s1v