← Back to browse

rubric-mcp

Indexed by io.github.0xsims

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRUBRIC_WALLET_KEY RUBRIC_X402_DAILY_LIMIT RUBRIC_API_KEY RUBRIC_MCP_MODULES
Claude Code
claude mcp add --env RUBRIC_WALLET_KEY= --env RUBRIC_X402_DAILY_LIMIT= --env RUBRIC_API_KEY= --env RUBRIC_MCP_MODULES= rubric-mcp -- npx @rubric-protocol/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rubric-mcp","command":"npx","args":["@rubric-protocol/mcp-server"],"env":{"RUBRIC_WALLET_KEY":"","RUBRIC_X402_DAILY_LIMIT":"","RUBRIC_API_KEY":"","RUBRIC_MCP_MODULES":""}}'
JSON
{
  "mcpServers": {
    "rubric-mcp": {
      "command": "npx",
      "args": [
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_WALLET_KEY": "",
        "RUBRIC_X402_DAILY_LIMIT": "",
        "RUBRIC_API_KEY": "",
        "RUBRIC_MCP_MODULES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.