npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

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

Links

  • Homepage: https://rubric-protocol.com
  • Pricing: https://rubric-protocol.com/pricing
  • Status: https://rubric-protocol.com/status
  • Changelog: ./CHANGELOG.md