@rubric-protocol/mcp-server
v2.0.3
Published
Rubric Protocol MCP server — attest, verify, ZK proofs, compliance tagging, framework detection. Free local tier, Hedera mainnet anchoring with API key.
Maintainers
Readme
@rubric-protocol/mcp-server
Post-quantum AI compliance attestation as an MCP server. Works with Claude Desktop, Claude Code, Cursor, Windsurf, Continue, Zed, and any MCP-compatible host.
v2.0 — now with free local tier. No API key required to start attesting.
Install
npm install -g @rubric-protocol/mcp-serverConfigure (Claude Desktop)
Edit claude_desktop_config.json:
{
"mcpServers": {
"rubric": {
"command": "npx",
"args": ["-y", "@rubric-protocol/mcp-server"],
"env": { "RUBRIC_API_KEY": "optional-for-hcs-anchoring" }
}
}
}Restart Claude Desktop. Rubric tools appear in the MCP menu.
Tiers
Free (no key)
attest— PQ-signed Merkle leaves stored in~/.rubric/local-bundles/verify— check local attestationsframework_detect— detect applicable regulations offlinecost_estimate— project monthly costregister_agent— request a free key to unlock HCS anchoringstatus— federation health
With API key (free developer tier)
Everything above, plus:
- HCS anchoring on Hedera mainnet (tamper-evident third-party timestamp)
get_proof— ZK Merkle inclusion proofs (Noir/Barretenberg)
Request a key via the register_agent tool, or at https://rubric-protocol.com
Standard+ tier ($999/mo)
compliance_tag— attach regulatory framework tags to bundlesbundle_query— filter by leafType, agentId, time range- 100K attestations/mo, overage $0.01 each
Enterprise ($9,999/mo) / Dedicated ($25K+/mo)
Higher throughput, SLA, dedicated federation capacity.
Regulatory coverage
EU AI Act (Articles 9–15, 17, 26, 49, 72, 73, Annexes IV/XI/XII), SR 11-7, OCC, FDIC, NIST AI RMF 1.0, TX TRAIGA, CO AI Act, HIPAA, EU DSA, NIS2, SEC, CFTC, ECOA Reg B, NYC LL144.
Tools (9 total)
attest— attest an AI decision (local free, HCS with key)verify— verify attestation by IDget_proof— ZK Merkle inclusion proofregister_agent— request free developer API keystatus— federation healthframework_detect— auto-detect regulatory frameworkscost_estimate— monthly cost projectioncompliance_tag— attach framework tags (Standard+)bundle_query— query bundles (Standard+)
Architecture
- Post-quantum signatures: ML-DSA-65 (NIST FIPS 204) via liboqs
- Merkle aggregation: N-tier, SHA3-256, up to 1,000,000:1 compression
- Anchoring: Hedera mainnet HCS topic 0.0.10416909
- Federation: 5 geo-distributed nodes (US, SG, JP, CA, EU)
- ZK proofs: Noir beta.19, depth-20 Poseidon2 Merkle inclusion
Links
- Homepage: https://rubric-protocol.com
- Pricing: https://rubric-protocol.com/pricing
- Status: https://rubric-protocol.com/status
- Changelog: ./CHANGELOG.md
