BetterChess
B
BetterChess
/chess_analyse

Analyse a chess position

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 th

liveunknown~5s typical
mcpbetterchess
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-betterchess-betterchess /chess_analyse for me.

Input

FieldTypeDescription
fenstringFEN of the position.
pgnstringPGN; the position after the final move is used.
movesarraySAN moves from the start, e.g. ["e4","e5"].
multipvnumberHow many candidate moves (1-5, default 3).
consideringstringA move you are thinking of playing, in SAN, e.g. "Ng5". Returns the evaluation after it an

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-co-betterchess-betterchess","endpoint":"/chess_analyse","input":{}}'
cli
npx cracked-ai run -p mcp-co-betterchess-betterchess -e /chess_analyse -i '{}'
mcp
run_tool({ provider: "mcp-co-betterchess-betterchess", endpoint: "/chess_analyse", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.