← WebMCP Directory

react-chess

react-chess

demo Unverified (seed import) Media & Personal 5 tools imperative implementation

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

answer imperative

Gets all legal moves for a piece at a position (x: 0-7, y: 0-7).

Input schema

PropertyTypeRequiredDescription
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

webroom.openai.chatgpt.site

A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.

demo Unverified Media & Personal
28 tools A4 / Act24 / T0 Not yet scored Seen 2026-08-27
get_document_info get_edit_state get_edit_history get_image_preview open_image_from_url
Inspect tools
fieldwork-beat-machine.openai.chatgpt.site

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.

demo Unverified Media & Personal
26 tools A2 / Act24 / T0 Not yet scored Seen 2026-08-27
get_state get_project load_project export_project undo_edit
Inspect tools
pixly.gg

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.

live Unverified Media & Personal Transact tools
22 tools A1 / Act18 / T3 Not yet scored Seen 2026-08-27
mc_list_servers mc_get_server mc_create_server mc_update_server mc_server_action
Inspect tools
quokkapix.com

quokkapix.com

Open the QuokkaPix image editor app. Resize, crop, compress, convert, remove backgrounds, watermark and run batch workflows locally in your browser.

live Unverified Media & Personal Transact tools
14 tools A1 / Act12 / T1 Not yet scored Seen 2026-08-27
quokkapix.get_contract quokkapix.get_state quokkapix.get_result_manifest quokkapix.get_payment_policy quokkapix.list_recipes
Inspect tools

Related on Influzer