Rubric Protocol MCP Server

Rubric Protocol MCP Server

Enables AI compliance attestation and verification for EU AI Act, HIPAA, and other regulations, with tools for signing, proving, and anchoring AI decisions to Hedera mainnet.

Category
Visit Server

README

Rubric Protocol MCP Server

AI compliance attestation for Claude Desktop, Cursor, Windsurf, and any MCP-compatible host.

Every AI decision PQ-signed, Merkle-chained, and anchored to Hedera mainnet. Built for EU AI Act Article 12, SR 11-7, HIPAA, and NIST AI RMF.

Quickstart

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "rubric": {
      "command": "npx",
      "args": ["-y", "@rubric-protocol/mcp-server@latest"],
      "env": {
        "RUBRIC_API_KEY": "your-key-here"
      }
    }
  }
}

Free local tier, no key required:

{
  "mcpServers": {
    "rubric": {
      "command": "npx",
      "args": ["-y", "@rubric-protocol/mcp-server@latest"]
    }
  }
}

Restart Claude Desktop. Rubric tools appear automatically.

Tools

47 tools across 8 modules. Default profile exposes the core 8; set RUBRIC_MCP_MODULES=all (or a comma list, e.g. core,compliance) for more.

core (default): attest, verify, get_proof, register_agent, status, framework_detect, cost_estimate, bundle_query attestation: attest_batch, attestation_status, attestation_get, pipeline_trace, bundle_get verification: verify_chain, verify_tree, verify_batch, zk_verify, zk_proof_get, ledger_lookup compliance: annex4_generate, annex4_status, c2pa_attest, c2pa_assertion, credential_issue, credential_get, compliance_query, compliance_report, filing_generate regulatory: gpai_register, gpai_downstream, nist_rmf_certify, nist_rmf_status, jurisdiction_map, jurisdiction_assess, jurisdiction_gap governance: incident_create, incident_attest, incident_resolve, human_review, adversarial_session_start, adversarial_session_conclude registry: agent_add, agent_get, model_register, model_get ops: usage_report, auditor_token_create

The only MCP tools whose outputs are ML-DSA-65 (FIPS 204) signed, Hedera-anchored, and exportable as EU AI Act Annex IV, OSCAL, C2PA, and W3C Verifiable Credential evidence.

Get a Free API Key

Run register_agent directly inside Claude Desktop, no browser required. Or visit https://rubric-protocol.com

Regulatory Coverage

EU AI Act | SR 11-7 | NIST AI RMF | HIPAA | NYC Local Law 144 | ECOA Reg B

Links

https://rubric-protocol.com https://www.npmjs.com/package/@rubric-protocol/mcp-server https://registry.modelcontextprotocol.io

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured