opening_explorer

Pack: lichess · Endpoint: https://gateway.pipeworx.io/lichess/mcp

Opening explorer. scope: “lichess” (community), “masters” (top 2200+ humans), “player” (single user).

Parameters

NameTypeRequiredDescription
scopestringyeslichess | masters | player
fenstringnoMutually exclusive with play.
playstringnoUCI move list, comma-separated. Mutually exclusive with fen.
playerstringnoUsername (only for scope=player).
speedsstringnoComma-sep: ultraBullet,bullet,blitz,rapid,classical,correspondence
ratingsstringnoComma-sep (lichess scope): 0,1000,1200,1400,1600,1800,2000,2200,2500
movesnumbernoNumber of top moves to return (default 12, max 64).

Example call

curl -X POST https://gateway.pipeworx.io/lichess/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"opening_explorer","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026