Marketplace

Browser Automation

Drive a headless browser: click, fill forms, extract text, screenshot.

Automationx402$0.01 Live

Overview

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).

Connect it

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/mcp

mcp.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)

Tools included1

automateOpen a URL and run steps (click/type/press/wait/extract_text/screenshot) in a headless browser.