Lichess MCP

by karayaman
Verified

get_user_public_data

Retrieve public profile information of a Lichess user, including optional trophy details, via the Lichess MCP server.

Instructions

Get public data of a user

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername of the player
withTrophiesNoInclude user trophies

Input Schema (JSON Schema)

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