WebMCP

GovernmentCommunity skill

chess.com WebMCP tools

Given a chess.com game URL, return the game's full standard PGN (headers plus SAN move list with clock annotations) by reading chess.com's public JSON endpoints rather than scraping the JS-rendered board.

1 tools1 methodsCommunity listing API surface

What can an agent do with chess.com WebMCP tools?

Given a chess.com game URL, return the game's full standard PGN (headers plus SAN move list with clock annotations) by reading chess.com's public JSON endpoints rather than scraping the JS-rendered board. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on chess.com

Tool 1 of 1APIAnswer

pull-game-pgn

Given a chess.com game URL, return the game's full standard PGN (headers plus SAN move list with clock annotations) by reading chess.com's public JSON endpoints rather than scraping the JS-rendered board.

How to install

browse skills add chess.com/pull-game-pgn-kcgg4l

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the pull-game-pgn tool on chess.com with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string The URL or page to inspect.

Open the source definition