@agentutility/mcp-browser-workflow
Workflow memory for brittle browser and desktop agents. · 3 tools · $0.01 – $0.02
INSTALL — CLAUDE DESKTOP
{
"mcpServers": {
"agentutility-browser-workflow": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
],
"env": {
"X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
}
}
}
}Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
INSTALL — CURSOR
{
"mcpServers": {
"agentutility-browser-workflow": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
],
"env": {
"X402_PRIVATE_KEY": "0x..."
}
}
}
}Path: .cursor/mcp.json in your project root.
FUNDING
Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.
USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
TOOLS (3)
| tool | price | description |
|---|---|---|
browser-flow-digest | $0.02 | Browser flow digest API that compresses a recorded trajectory or trace into reusable workflow memory: an ordered step list, the precondit… |
dom-change-diff | $0.01 | DOM diff for two HTML snapshots of the same page or component, built for browser-automation scripts whose CSS selectors quietly break aft… |
form-fill-plan | $0.02 | Form fill plan API that turns an HTML form plus a plain-language goal into an ordered browser form automation plan: selector, field label… |
SEE ALSO