C
control-plane
/thinkneo_get_compliance_status
thinkneo get compliance status
Get compliance status including framework coverage (EU AI Act, ISO 42001, NIST AI RMF, SOC 2) and governance assessments from the ThinkNEO gateway.
liveunknown~5s typical
mcpcontrol-plane
$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-thinkneo-control-plane /thinkneo_get_compliance_status for me.
Input
| Field | Type | Description |
|---|---|---|
| workspace | string | Workspace name or ID default "default" |
| framework | string | Filter by framework: eu-ai-act, iso-42001, nist-ai-rmf, soc2, all default "all" |
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-thinkneo-control-plane","endpoint":"/thinkneo_get_compliance_status","input":{"workspace":"default","framework":"all"}}'cli
npx cracked-ai run -p mcp-ai-thinkneo-control-plane -e /thinkneo_get_compliance_status -i '{"workspace":"default","framework":"all"}'mcp
run_tool({ provider: "mcp-ai-thinkneo-control-plane", endpoint: "/thinkneo_get_compliance_status", input: {"workspace":"default","framework":"all"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.