CertScore.ai — Light mode
CL
CertScore.ai — Light mode
/certscore_get_scan_status

Get scan status

Returns lifecycle status for a stable CertScore scanId. Active responses include phase, heartbeat, estimated progress, retryAfterSeconds, and sometimes a bounde

liveunknown~5s typical
mcpcertscore.ailight
$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-certscore-mcp-light /certscore_get_scan_status for me.

Input

FieldTypeDescription
scanId*stringStable CertScore scan ID returned by certscore_scan_site.

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-certscore-mcp-light","endpoint":"/certscore_get_scan_status","input":{"scanId":"..."}}'
cli
npx cracked-ai run -p mcp-ai-certscore-mcp-light -e /certscore_get_scan_status -i '{"scanId":"..."}'
mcp
run_tool({ provider: "mcp-ai-certscore-mcp-light", endpoint: "/certscore_get_scan_status", input: {"scanId":"..."} })

Try it

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