react-chess
Chess game with exposed tools for board state, moves, and game management
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 2 · Act 3 · Transact 0 · Score: Not yet scored
Tool inspector
get-possible-moves
Gets all legal moves for a piece at a position (x: 0-7, y: 0-7).
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
position |
object | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"position": {
"type": "object",
"properties": {
"x": {
"type": "number",
"minimum": 0,
"maximum": 7,
"description": "X coordinate (0=a, 7=h)"
},
"y": {
"type": "number",
"minimum": 0,
"maximum": 7,
"description": "Y coordinate (0=rank 1, 7=rank 8)"
}
},
"required": [
"x",
"y"
]
}
},
"required": [
"position"
]
}
Similar websites
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.
fieldwork-beat-machine.openai.chatgpt.site
A tactile 12-voice beat machine with classic drum-machine grooves, deep synths, keyboard and touch pads, WebMCP controls, and stereo WAV export.
pixly.gg
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card.
quokkapix.com
Open the QuokkaPix image editor app. Resize, crop, compress, convert, remove backgrounds, watermark and run batch workflows locally in your browser.