mcp
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

FieldTypeDescription
url*stringPublic URL to load in a full browser session. Private or reserved targets return `ssrf_blo
headersobjectCustom HTTP headers as a key-value object rather than [name, value] tuples. Example: {"Ref
cookiesarrayCookies to set before navigation: [{ name, value, domain? }]
userAgentstringOverride the browser's User-Agent string
proxystringOptional proxy. Three forms: (1) URL `http://user:pass@host:port` or `socks5://host:port`;
timeout_msintegerPage load timeout in ms (default 30000, max 120000)
checkStatusintegerExpected HTTP status code. A different status returns an error envelope carrying the actua
checkTextstringValidate the rendered HTML once navigation completes. This is a substring check, not a wai
unblockerbooleanHandle supported anti-bot or captcha challenges during navigation. Default true. Set false
offload_largebooleanIf 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.