Hooks Claude into a cryptographically anchored compliance trail for regulated AI deployments. Exposes eight tools including attest for post-quantum signed decision records that anchor to Hedera mainnet, verify for checking attestations by ID, and framework_detect for mapping decisions to EU AI Act, SR 11-7, HIPAA, or NIST AI RMF requirements. Ships with a free local tier that needs no API key. The register_agent tool gets you credentials directly from Claude's interface without opening a browser. Reach for this when you need auditable proof chains for healthcare, financial services, or any context where Article 12 transparency logs or federal AI regulations apply.
AI compliance attestation for Claude Desktop, Cursor, Windsurf, and any MCP-compatible host.
Every AI decision PQ-signed, Merkle-chained, and anchored to Hedera mainnet. Built for EU AI Act Article 12, SR 11-7, HIPAA, and NIST AI RMF.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rubric": {
"command": "npx",
"args": ["-y", "@rubric-protocol/mcp-server@latest"],
"env": {
"RUBRIC_API_KEY": "your-key-here"
}
}
}
}
Free local tier, no key required:
{
"mcpServers": {
"rubric": {
"command": "npx",
"args": ["-y", "@rubric-protocol/mcp-server@latest"]
}
}
}
Restart Claude Desktop. Rubric tools appear automatically.
attest - PQ-signed, HCS-anchored decision record (requires key) verify - Verify an attestation by ID get_proof - ZK Merkle inclusion proof (requires key) register_agent - Get a free API key via email framework_detect - Map regulatory frameworks from decision content status - Federation health across 5 global nodes cost_estimate - Estimate monthly cost from decision volume bundle_query - Query attestation bundles (requires key)
Run register_agent directly inside Claude Desktop, no browser required. Or visit https://rubric-protocol.com
EU AI Act | SR 11-7 | NIST AI RMF | HIPAA | NYC Local Law 144 | ECOA Reg B
https://rubric-protocol.com https://www.npmjs.com/package/@rubric-protocol/mcp-server https://registry.modelcontextprotocol.io
RUBRIC_API_KEYsecretRubric API key for Hedera mainnet anchoring. Optional — omit for free local PQ-signed attestation.