PluginBench
MCP Server

io.github.0xsims/rubric-mcp MCP Server

io.github.0xsims/rubric-mcp

What is the io.github.0xsims/rubric-mcp MCP server?

Attested evidence tools for AI agents: sanctions screening, agent/wallet records, paid via x402.

How to install io.github.0xsims/rubric-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RUBRIC_WALLET_KEY
    secret

    Optional. USDC-on-Base wallet private key enabling paid x402 tools; without it paid tools return setup guidance.

  • RUBRIC_X402_DAILY_LIMIT

    Optional. Daily spend ceiling in USD for paid tools (default 1.00).

  • RUBRIC_API_KEY
    secret

    Optional. Rubric developer key for HCS-anchored attestation.

  • RUBRIC_MCP_MODULES

    Optional. Comma-separated tool modules (default core,x402).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rubric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_WALLET_KEY": "<YOUR_RUBRIC_WALLET_KEY>",
        "RUBRIC_X402_DAILY_LIMIT": "<YOUR_RUBRIC_X402_DAILY_LIMIT>",
        "RUBRIC_API_KEY": "<YOUR_RUBRIC_API_KEY>",
        "RUBRIC_MCP_MODULES": "<YOUR_RUBRIC_MCP_MODULES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rubric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_WALLET_KEY": "<YOUR_RUBRIC_WALLET_KEY>",
        "RUBRIC_X402_DAILY_LIMIT": "<YOUR_RUBRIC_X402_DAILY_LIMIT>",
        "RUBRIC_API_KEY": "<YOUR_RUBRIC_API_KEY>",
        "RUBRIC_MCP_MODULES": "<YOUR_RUBRIC_MCP_MODULES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rubric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_WALLET_KEY": "<YOUR_RUBRIC_WALLET_KEY>",
        "RUBRIC_X402_DAILY_LIMIT": "<YOUR_RUBRIC_X402_DAILY_LIMIT>",
        "RUBRIC_API_KEY": "<YOUR_RUBRIC_API_KEY>",
        "RUBRIC_MCP_MODULES": "<YOUR_RUBRIC_MCP_MODULES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rubric-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_WALLET_KEY": "<YOUR_RUBRIC_WALLET_KEY>",
        "RUBRIC_X402_DAILY_LIMIT": "<YOUR_RUBRIC_X402_DAILY_LIMIT>",
        "RUBRIC_API_KEY": "<YOUR_RUBRIC_API_KEY>",
        "RUBRIC_MCP_MODULES": "<YOUR_RUBRIC_MCP_MODULES>"
      }
    }
  }
}
Claude Code
claude mcp add rubric-mcp --env RUBRIC_WALLET_KEY=<YOUR_RUBRIC_WALLET_KEY> --env RUBRIC_X402_DAILY_LIMIT=<YOUR_RUBRIC_X402_DAILY_LIMIT> --env RUBRIC_API_KEY=<YOUR_RUBRIC_API_KEY> --env RUBRIC_MCP_MODULES=<YOUR_RUBRIC_MCP_MODULES> -- npx -y @rubric-protocol/mcp-server

Related MCP servers

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

0
JavaScript
View repository →