← betterchess.co
INDIVIDUAL MCP TOOL
chess_rig
Returns the JavaScript source of the in-page coaching rig for a chess.
LIVE ENDPOINT
https://mcp.betterchess.co
Connect to this endpoint to inspect the live schema for chess_rig and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.betterchess]
url = "https://mcp.betterchess.co"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"betterchess": {
"type": "http",
"url": "https://mcp.betterchess.co"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: betterchess
Remote MCP URL: https://mcp.betterchess.co
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"betterchess": {
"url": "https://mcp.betterchess.co"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"betterchess": {
"type": "http",
"url": "https://mcp.betterchess.co"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "betterchess",
"transport": "streamable-http",
"url": "https://mcp.betterchess.co"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
chess_analyse— Returns an engine evaluation of a chess position: the strongest candidate moves with their scores, and the position's checkable facts — side to move, whether that side is in check, undefended pieces and the pieces attacking them, and the material balance.chess_attacks— Returns the exact list of squares attacked by the piece standing on a given square in a chess position, together with that piece's type and colour.chess_review— Replays a finished game ply by ply with the engine and returns the moves where the evaluation swung by more than a threshold (default 1.