CL
CertScore.ai — Light mode
/certscore_get_scan_bundle
Get scan bundle
Returns the completed or completed-limited CertScore evidence bundle for a stable scanId as concise TextContent and matching structuredContent. Available sectio
liveunknown~5s typical
mcpcertscore.ai—light
$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_bundle for me.
Input
| Field | Type | Description |
|---|---|---|
| scanId* | string | Stable CertScore scan ID. |
| detail | string (summary | findings | evidence | full) | Response detail. Defaults to summary; evidence and full opt into heavier retained context. |
| maxBytes | integer | Requested serialized structured response budget in bytes. The full profile defaults to 500 |
| maxFindings | integer | Maximum compact findings to return. Defaults to 5 for summary and 20 otherwise. |
| maxPreConsentRows | integer | Maximum compact pre-consent inventory rows to return. Defaults to 20. |
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_bundle","input":{"scanId":"..."}}'cli
npx cracked-ai run -p mcp-ai-certscore-mcp-light -e /certscore_get_scan_bundle -i '{"scanId":"..."}'mcp
run_tool({ provider: "mcp-ai-certscore-mcp-light", endpoint: "/certscore_get_scan_bundle", input: {"scanId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.