Odel
Lichess

Lichess

@pipeworx-ioDeveloper ToolsTypeScriptMITUpdated 2w ago

Lichess public API: players, ratings, eval, tablebase, opening explorer

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

mcp-lichess

Lichess MCP — public read-only API for users, games, explorer, tablebase.

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
userPlayer profile with ratings across all variants.
usersBulk lookup of up to 300 users by username.
user_statusOnline / playing status for the given usernames (up to 100).
user_performanceSingle-variant performance + best rated game for a user.
top_playersTop-rated players for one variant.
leaderboardsTop-10 across all variants in one call.
tv_channelsCurrently-featured TV games per variant.
cloud_evalStockfish cloud evaluation for a FEN position.
tablebaseSyzygy tablebase lookup (≤7 pieces). Variant: standard (default), atomic, antichess.
opening_explorerOpening explorer. scope: "lichess" (community), "masters" (top 2200+ humans), "player" (single user).

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "lichess": {
      "url": "https://gateway.pipeworx.io/lichess/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Lichess data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT