Skip to main content
Glama

Lichess MCP

get_user_public_data

Retrieve public user data, including optional trophies, from the Lichess chess platform by specifying a username. Simplify user profile access for analysis or management.

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" }

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