M
mcp
/foura_auto
FourA - auto (smart fetch, picks the method for you)
Give it a public URL and get the content back. This is the default when you don't want to choose between HTTP, proxy rotation, and a full browser. On protected
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_auto for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Public target URL. Private or reserved targets return `ssrf_blocked`. Use {ts} in the URL |
| method | string | HTTP method for the target request (default GET). |
| headers | array | Custom HTTP headers as [name, value] tuples. Example: [["Accept", "application/json"], ["A |
| data | string | Request body for non-GET methods. Strings sent as-is; objects auto-serialized to JSON. |
| validate | object | Post-fetch response validation. When the response fails these checks foura_auto returns an |
| returnSession | boolean | Return reusable {proxy, cookies, userAgent} values for follow-up calls. Default true. Send |
| forceProxy | boolean | Require proxy routing for every target request. Default true. Send false to allow direct H |
| timeout_ms | integer | Total time budget in ms for the whole operation. Every attempt must fit inside it. Default |
| ignoreProxies | array | Exits to avoid - base36 proxy IDs (like "4DZ3VE") or proxy URLs. Use this to rotate away f |
| followRedirects | integer | Follow up to N redirects for HTTP and proxy requests. Default 5; 0 means don't follow. Bro |
| 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_auto","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-ai-foura-mcp -e /foura_auto -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-ai-foura-mcp", endpoint: "/foura_auto", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.