Drive a headless browser: click, fill forms, extract text, screenshot.
Open a URL in a real headless browser and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach: logins, forms and multi-step pages. A pay-per-call x402 HTTP endpoint (USDC on Base).
Add the remote MCP server to any client, or call the x402 HTTP endpoint directly.
Claude / Cursor / Windsurf
claude mcp add --transport http agishub https://api.agishub.com/mcpmcp.json
{
"mcpServers": {
"agishub": {
"url": "https://api.agishub.com/mcp"
}
}
}x402 HTTP (pay-per-call)
curl -X POST https://api.agishub.com/paid/browser-automate \
-H "Content-Type: application/json" \
-d '{ "url": "https://example.com", "steps": [{ "action": "extract_text", "selector": "h1" }] }'
# → 402 Payment Required, then pay per call in USDC on Base (x402)| automate | Open a URL and run steps (click/type/press/wait/extract_text/screenshot) in a headless browser. |