mcpbeat Sign in

Rubric Protocol MCP Server

local only

Rubric Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 19 Jul 2026.

AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.

Installs per day peak 34 · avg 17 · +151% w/w
a month agotoday
135
Installs / week
npm · @rubric-protocol/mcp-server
1
Stars
1 open issues
19 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call attest.agent_id → src/index.ts:145, attest.attestation_id → src/index.ts:156, attest.attestation_id → shipped-2.0.2-dist.js:111 и ещё 1
    writeFileSync(join(LOCAL_STORE, `${id}.json`), JSON.stringify(leaf, null, 2));
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository 0xsims/rubric-mcp-server
пакет @rubric-protocol/mcp-server ссылается на 0xsims/rubric-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rubric-protocol -- npx -y @rubric-protocol/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rubric-protocol": {
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rubric-protocol]
command = "npx"
args = ["-y", "@rubric-protocol/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "rubric-protocol": {
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rubric-protocol": {
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUBRIC_API_KEY (Rubric API key for Hedera mainnet anchoring. Optional — omit for free local PQ-signed attestation.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rubric Protocol

same job, measured the same way
Dingdawg Healthcare Agent
by dingdawg

HIPAA-aware healthcare AI. Clinical documentation, compliance checks, audit prep. Free local tier.

92 installs/wk local only
Dingdawg Healthcare Agent
by dingdawg-dev

HIPAA-aware healthcare AI. Clinical documentation, compliance checks, audit prep. Free local tier.

local only
Meridian MCP
by knambiardjsc

Local-first compliance scanner for DPDPA 2023/2025, RBI FREE-AI, SEBI AI/ML & EU AI Act.

484 installs/wk local only
Meok Attestation Verify
by csoai-org

Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Act,

137 installs/wk local only
Dingdawg Compliance
by dingdawg

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

106 installs/wk local only
Dingdawg Compliance
by dingdawg-dev

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

local only
Governmyai
by governmyai

AI compliance obligations across EU AI Act, ISO 42001, Colorado AI Act, NIST, HIPAA, SOX, FTC

24 installs/wk local only
MCP Agentcore
by geiant

AI governance MCP server for EU AI Act compliance and jurisdiction verification

3 tools answering

Rubric Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Rubric Protocol?
Rubric Protocol runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rubric-protocol/mcp-server was installed 135 times last week.
How do I connect Rubric Protocol?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rubric-protocol/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Rubric Protocol?
The npm package @rubric-protocol/mcp-server was installed 135 times in the last week. Week over week that is +151%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rubric Protocol open source?
We cannot say either way: written in JavaScript, 1 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.