AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.
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 @rubric-protocol/mcp-server
MCP client config
{
"mcpServers": {
"rubric-mcp-server": {
"command": "npx",
"args": [
"-y",
"@rubric-protocol/mcp-server"
]
}
}
}