Post-quantum AI compliance attestation as an MCP server. Works with Claude Desktop, Claude Code, Cursor, Windsurf, Continue, Zed.
Project description
Rubric MCP Server
Post-quantum AI compliance attestation for agentic AI. Every AI decision your agent makes — attested, Merkle-rooted, HCS-anchored on Hedera mainnet.
rubric_mcp_server is an MCP (Model Context Protocol) server that exposes Rubric Protocol as 8 tools any MCP-compatible host can call: Claude Desktop, Claude Code, Cursor, Windsurf, Continue, Zed.
Drop it in, and every agent interaction becomes an auditable record — covering EU AI Act Articles 9–15, SR 11-7 model risk governance, NIST AI RMF 1.0, HIPAA, ECOA Reg B, and more.
Install
pip install rubric_mcp_server
Requires Python 3.10 or newer.
Quickstart — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac):
{
"mcpServers": {
"rubric": {
"command": "rubric-mcp"
}
}
}
Restart Claude. Ask it to attest a decision — you are live in local mode.
For Hedera mainnet anchoring, add RUBRIC_API_KEY:
{
"mcpServers": {
"rubric": {
"command": "rubric-mcp",
"env": { "RUBRIC_API_KEY": "rubric-your-key-here" }
}
}
}
Request a free developer key via the register_agent tool.
Tools
| Tool | Description | Key? |
|---|---|---|
attest |
Attest an AI decision. HCS-anchored with key; PQ-signed local leaf without. | Optional |
verify |
Verify an attestation by ID. Checks local store, then federation. | No |
get_proof |
Generate ZK Merkle inclusion proof (Noir/Barretenberg). | Yes |
register_agent |
Register an agent and receive a free developer API key. | No |
status |
Federation health across US/SG/JP/CA/EU nodes. | No |
framework_detect |
Auto-detect applicable regulatory frameworks from decision content (offline). | No |
cost_estimate |
Estimate monthly cost from expected decision volume (offline). | No |
bundle_query |
Query attestation bundles by leaf type, agent, or time range. | Yes (Standard+) |
Environment variables
| Variable | Default | Purpose |
|---|---|---|
RUBRIC_API_KEY |
none | Unlocks HCS anchoring + federation access. |
RUBRIC_BASE_URL |
https://rubric-protocol.com |
Override for regional routing. |
RUBRIC_AGENT_ID |
mcp-agent |
Default agent identity. |
Pricing
- Free — local mode (PQ-signed leaves, no HCS anchoring)
- Standard — $999/mo — HCS anchoring, 100K/mo attestations
- Enterprise — $9,999/mo — unlimited throughput, W3C VCs, auditor portal
- Dedicated — $25K~/mo — private federation, custom SLA
See rubric-protocol.com/pricing.html.
Links
License
Proprietary. © 2026 Echelon Intelligence Group LLC. All rights reserved. Rubric Protocol® is a registered trademark of Echelon Intelligence Group LLC.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rubric_mcp_server-2.0.1.tar.gz.
File metadata
- Download URL: rubric_mcp_server-2.0.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6707c54e35504ca7e2833eff4381e43c74a197d28562a7814cda769d24c0aaa
|
|
| MD5 |
ec2236d9d7ce0c73c4869be4ac2f59c3
|
|
| BLAKE2b-256 |
e9918077cb8d1ac4ab5df791cfae52361ef036360cf911a832e82fc598e022bf
|
File details
Details for the file rubric_mcp_server-2.0.1-py3-none-any.whl.
File metadata
- Download URL: rubric_mcp_server-2.0.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
586e901dce2f8574b3cb79f589ad29b9982b519d53da0a87a27f147497281bca
|
|
| MD5 |
5049d49c7589c128e8d9f9ed98a5978a
|
|
| BLAKE2b-256 |
da27e7215b71b9df0c0f9a6a42ff434b29c68b334ce650b753c67fae2a98f085
|