aribot-mcp
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

FieldTypeDescription
scan_type*string (platform | compliance | pipeline | sbom | diagram | account)platform | compliance | pipeline | sbom
account_idstringCloud account id (account-scoped scans)
diagram_idstringDiagram id/uuid (diagram-scoped scans)
frameworksarrayOptional standard/framework ids to scope the scan
severity_filterarrayOptional severity levels to include
simulation_modebooleanDry-run the scan without side effects
sourcestringScan 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.