chess eval for Cursor
com.x402supply/chess-eval
Stockfish chess eval: best move, score, principal variation, multipv. $0.005/call via x402.
client:Cursor
transport:streamable-http
tools:2
Install chess eval in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chess-eval": {
"url": "https://chess-eval.x402supply.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs