← WebMCP Directory

plymove.com

plymove.com

live Unverified (seed import) AI & Agents 11 tools imperative implementation

PlyMove is a pedagogical chess engine. Stockfish finds what is best; PlyMove identifies what is worth teaching to a specific learner.

First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com

Answer 7 · Act 3 · Transact 1 · Score: Not yet scored

Tool inspector

plymove.compare_moves

answer imperative

Sync: compare candidate SAN moves from a FEN for a learner Elo. Calls mcp.plymove.com. Paid (API key or x402). Distinct from explain_position (multi-move comparison).

Input schema

PropertyTypeRequiredDescription
fen string yes Chess position in standard FEN (six fields: piece placement, active color, castling, en passant, halfmove, fullmove).
moves array yes Two or more candidate moves in SAN (not UCI).
target_elo integer yes Target learner Elo (400–3500).
Raw JSON schema
{
  "type": "object",
  "properties": {
    "fen": {
      "type": "string",
      "minLength": 15,
      "maxLength": 100,
      "pattern": "^([rnbqkpRNBQKP1-8]+\\/){7}[rnbqkpRNBQKP1-8]+ [wb] ([KQkq]+|-) ([a-h][36]|-) \\d+ \\d+$",
      "description": "Chess position in standard FEN (six fields: piece placement, active color, castling, en passant, halfmove, fullmove)."
    },
    "moves": {
      "type": "array",
      "items": {
        "type": "string",
        "minLength": 2,
        "maxLength": 10,
        "pattern": "^(O-O(-O)?[+#]?|[NBRQK]?[a-h]?[1-8]?x?[a-h][1-8](=[NBRQ])?[+#]?)$",
        "description": "One move in Standard Algebraic Notation (SAN), e.g. Nf3, exd5, O-O. Not UCI."
      },
      "minItems": 2,
      "maxItems": 8,
      "description": "Two or more candidate moves in SAN (not UCI)."
    },
    "target_elo": {
      "type": "integer",
      "minimum": 400,
      "maximum": 3500,
      "description": "Target learner Elo (400–3500)."
    }
  },
  "required": [
    "fen",
    "moves",
    "target_elo"
  ],
  "additionalProperties": false
}

Similar websites

hunchbank.com

hunchbank.com

Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…

live Unverified AI & Agents Transact tools
51 tools A9 / Act34 / T8 Not yet scored Seen 2026-08-27
search_1 get_products search_and_list extract_page_listings navigate_flight_search
Inspect tools
cesium-browser-agent.pages.dev

cesium-browser-agent.pages.dev

Cesium Agent Lab

live Unverified AI & Agents
15 tools A1 / Act14 / T0 Not yet scored Seen 2026-08-27
flyTo setView getView addMarker addPolyline
Inspect tools
ejaj.cz

ejaj.cz

ejaj.cz

live Unverified AI & Agents
8 tools A6 / Act2 / T0 Not yet scored Seen 2026-08-27
search_ai_tools get_ai_tool list_ai_tool_categories get_newest_ai_tools get_ai_news
Inspect tools
go.lmm.best

go.lmm.best

go.lmm.best

live Unverified AI & Agents Transact tools
8 tools A1 / Act6 / T1 Not yet scored Seen 2026-08-27
join_go_match get_go_game_state wait_for_go_turn play_go_move pass_go_turn
Inspect tools

Related on Influzer