Sign In

@rubric-protocol/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rubric-protocol/mcp-server

Rubric Protocol MCP server — attest, verify, ZK proofs, compliance tagging, framework detection. Free local tier, Hedera mainnet anchoring with API key.

Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
244
67.12%
Maintainers
1
Weekly downloads
 
Created
Source

@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-server

Configure (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 attestations
  • framework_detect — detect applicable regulations offline
  • cost_estimate — project monthly cost
  • register_agent — request a free key to unlock HCS anchoring
  • status — 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 bundles
  • bundle_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 ID
  • get_proof — ZK Merkle inclusion proof
  • register_agent — request free developer API key
  • status — federation health
  • framework_detect — auto-detect regulatory frameworks
  • cost_estimate — monthly cost projection
  • compliance_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

Keywords

mcp

FAQs

Package last updated on 16 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts