Skip to main content
Glama

Lichess MCP

get_cloud_eval

Analyze chess positions using cloud-based evaluation. Input FEN to receive detailed analysis with multiple principal variations for strategic insights.

Instructions

Get cloud evaluation for a position

Input Schema

NameRequiredDescriptionDefault
fenYesFEN of the position to analyze
multiPvNoNumber of principal variations (1-5)

Input Schema (JSON Schema)

{ "properties": { "fen": { "description": "FEN of the position to analyze", "type": "string" }, "multiPv": { "default": 1, "description": "Number of principal variations (1-5)", "maximum": 5, "minimum": 1, "type": "number" } }, "required": [ "fen" ], "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