opening_explorer
Pack: lichess · Endpoint: https://gateway.pipeworx.io/lichess/mcp
Opening explorer. scope: “lichess” (community), “masters” (top 2200+ humans), “player” (single user).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
scope | string | yes | lichess | masters | player |
fen | string | no | Mutually exclusive with play. |
play | string | no | UCI move list, comma-separated. Mutually exclusive with fen. |
player | string | no | Username (only for scope=player). |
speeds | string | no | Comma-sep: ultraBullet,bullet,blitz,rapid,classical,correspondence |
ratings | string | no | Comma-sep (lichess scope): 0,1000,1200,1400,1600,1800,2000,2200,2500 |
moves | number | no | Number 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.