A
agentready
/scan_domain
scan domain
Run a full agent-readiness scan on a website or MCP server URL. Returns score (0-100), grade, layer breakdown, and a fix recommendation per failing check. Cache
liveverifiedunknown~5s typical
mcpprobedagentready
$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-app-vercel-agentready-rho-agentready /scan_domain for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Domain or URL to scan, e.g. stripe.com |
| mcpUrl | string | Optional MCP server URL to test alongside the site |
| force | boolean | Bypass the freshness window and scan live |
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-app-vercel-agentready-rho-agentready","endpoint":"/scan_domain","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-app-vercel-agentready-rho-agentready -e /scan_domain -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-app-vercel-agentready-rho-agentready", endpoint: "/scan_domain", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.