M
mcp
/foura_browser
FourA - full browser navigation
Load a public URL in a full browser session. JavaScript runs, the DOM renders, and cookies come back with the response. Use it for single-page apps, lazy-loaded
liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-foura-mcp /foura_browser for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Public URL to load in a full browser session. Private or reserved targets return `ssrf_blo |
| headers | object | Custom HTTP headers as a key-value object rather than [name, value] tuples. Example: {"Ref |
| cookies | array | Cookies to set before navigation: [{ name, value, domain? }] |
| userAgent | string | Override the browser's User-Agent string |
| proxy | string | Optional proxy. Three forms: (1) URL `http://user:pass@host:port` or `socks5://host:port`; |
| timeout_ms | integer | Page load timeout in ms (default 30000, max 120000) |
| checkStatus | integer | Expected HTTP status code. A different status returns an error envelope carrying the actua |
| checkText | string | Validate the rendered HTML once navigation completes. This is a substring check, not a wai |
| unblocker | boolean | Handle supported anti-bot or captcha challenges during navigation. Default true. Set false |
| offload_large | boolean | If true, response bodies of 50 KB or more are returned as a resource_link instead of inlin |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-foura-mcp","endpoint":"/foura_browser","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-ai-foura-mcp -e /foura_browser -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-ai-foura-mcp", endpoint: "/foura_browser", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.