mcp
M
mcp
/foura_proxy

FourA - HTTP request via rotating proxies

Route an HTTP request through rotating proxies with automatic retry. Use it when foura_single is blocked or the target requires a specific exit country. The res

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_proxy for me.

Input

FieldTypeDescription
request*objectThe inner HTTP request to send through each proxy attempt. Validation rules here determine
maxTriesintegerMaximum rotation attempts before giving up (default 5, max 90). Difficult protected target
timeout_msintegerOverall timeout across all rotation attempts in ms (default 45000, max 120000). Must be po
ignoreProxiesarrayEncoded proxy IDs (base36 strings like "4DZ3VE") or proxy URLs to exclude from rotation.
exitCountriesarrayOptional target-visible proxy countries as two-letter provider codes, for example ["CZ", "
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_proxy","input":{"request":{}}}'
cli
npx cracked-ai run -p mcp-ai-foura-mcp -e /foura_proxy -i '{"request":{}}'
mcp
run_tool({ provider: "mcp-ai-foura-mcp", endpoint: "/foura_proxy", input: {"request":{}} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.