{"name":"chessboard","description":"Public Chess Board: read the live board, check the move price, make paid moves, check your balance.","transport":"stdio","install":"curl -o mcp_server.py https://chess.lilygeidelberg.com/mcp_server.py && pip install mcp httpx","command":"python","args":["mcp_server.py"],"env":{"CHESS_API_URL":"https://chess.lilygeidelberg.com","CHESS_API_KEY":"<your key from POST /topup>"},"tools":["get_board","show_board","get_price","make_move","get_balance","get_topup_link","search_charities","nominate_charity","get_game"],"openapi":"https://chess.lilygeidelberg.com/openapi.json","docs":"https://chess.lilygeidelberg.com/docs"}