lichess-mcp-analyzer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LICHESS_TOKEN | Yes | Lichess API token (create at lichess.org/settings/oauth) | |
| LLM_MAX_TOKENS | No | Optional maximum tokens for LLM response (default 2000) | |
| NVIDIA_API_KEY | No | Optional NVIDIA API key for Nemotron model | |
| CEREBRAS_API_KEY | No | Optional Cerebras API key | |
| DEEPSEEK_API_KEY | No | Optional DeepSeek API key (shared for Chat and V4 Flash) | |
| DEFAULT_PROVIDER | No | Optional default LLM provider (cerebras, deepseek, or empty for auto) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lichess_fetch_gamesB | Stahne recent hry hrace z Lichess/Chess.com. |
| lichess_analyze_game | Analyzes a chess game move by move using Stockfish. |
| lichess_analyze_position | Analyzes a chess position using Stockfish or Lichess cloud eval. |
| lichess_opening_explorerA | Looks up a position in the Lichess Opening Explorer. |
| lichess_player_profileC | Returns a player's Lichess profile, ratings, and stats. |
| lichess_diagnose_player | Diagnoses a player's weaknesses across multiple games. |
| lichess_match_patternsA | Detects known playing patterns (A-Q1) from the player's pattern library. |
| lichess_workspace_info | Returns workspace context for LLM agent orientation. Provides root path, stockfish status, Python version, and registered tools count. |
| lichess_import_pgnA | Import and analyze a chess game from a PGN string. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_analysis_resources | Lists all stored analysis results. |
| list_pattern_resources | Lists all stored pattern detection results. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/outpost2026/lichess-mcp-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server