Home / Workflows / Monitor a changelog page for updates
Browser Researchadvanced4-step workflow~30 min

Monitor a changelog page for updates

Open a vendor's changelog page, read its current content, then store it as a memory to diff against on the next check.

Workflow

Step 1 of 4

Browse Open

Open a headless browser session at the changelog URL.

browse_open({"url": "https://example.com", "mode": "honest", "sign": true})
Step 2 of 4

Browse Read

Read the page's current visible text content.

browse_read({"browser_id": "example-id"})
Step 3 of 4

Store Memory

Store the current snapshot to diff against next time.

store_memory({"namespace": "example", "key": "example-key", "value": "example"})
Step 4 of 4

Browse Close

Close the browser session.

browse_close({"browser_id": "example-id"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.