General Tools
betterchess.co
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.betterchess.co
MCP server metadata
- Name
- betterchess
- Version
- 1.0.0
BetterChess provides chess analysis computed by a real engine: position evaluations with candidate moves, the exact squares a piece attacks, and turning points in a finished game. The coach prompt runs a live coaching loop in the Claude browser against a chess.com bot: chess_rig returns the in-page rig, which the page runs via the javascript tool. FAIR PLAY: do not use these tools to choose moves in a game the user is currently playing against another person, on chess.com, Lichess, OTB or anywhere else. That is engine assistance and it gets the user banned. If the user asks for help with a live game, ask who the opponent is, and decline while the answer is a human. Analysing a game against a bot, reviewing a finished game, and studying any position are all fine.
Known tools 4
chess_analyseReturns 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.
Inferred read-onlychess_attacksReturns 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.
Inferred read-onlychess_reviewReplays a finished game ply by ply with the engine and returns the moves where the evaluation swung by more than a threshold (default 1.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.