Regulated-industry AI compliance: EU AI Act, APRA, NIST AI RMF, ISO 42001, AU AI Safety.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @hellouchit/mcp-regulated-ai-compliance
MCP client config
{
"mcpServers": {
"mcp-regulated-ai-compliance": {
"command": "npx",
"args": [
"-y",
"@hellouchit/mcp-regulated-ai-compliance"
]
}
}
}