Skip to main content
Glama

Lichess MCP

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

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