A
aribot-mcp
/compliance_scan
Run a platform / compliance scan
Run a cloud/platform or compliance scan against an account or diagram in your scope (async). scan_type ∈ platform|compliance|pipeline|sbom. Returns a task id to
liveunknown~5s typical
mcparibot-mcp
$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-com-ayurak-aribot-mcp /compliance_scan for me.
Input
| Field | Type | Description |
|---|---|---|
| scan_type* | string (platform | compliance | pipeline | sbom | diagram | account) | platform | compliance | pipeline | sbom |
| account_id | string | Cloud account id (account-scoped scans) |
| diagram_id | string | Diagram id/uuid (diagram-scoped scans) |
| frameworks | array | Optional standard/framework ids to scope the scan |
| severity_filter | array | Optional severity levels to include |
| simulation_mode | boolean | Dry-run the scan without side effects |
| source | string | Scan source (default: hybrid) |
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-com-ayurak-aribot-mcp","endpoint":"/compliance_scan","input":{"scan_type":"platform"}}'cli
npx cracked-ai run -p mcp-com-ayurak-aribot-mcp -e /compliance_scan -i '{"scan_type":"platform"}'mcp
run_tool({ provider: "mcp-com-ayurak-aribot-mcp", endpoint: "/compliance_scan", input: {"scan_type":"platform"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.