PluginBench
MCP Server

io.github.zekebuilds-lab/mcp-identity MCP Server

io.github.zekebuilds-lab/mcp-identity

What is the io.github.zekebuilds-lab/mcp-identity MCP server?

DoI score lookup, vouch event builder, and offline schnorr verify for AI agents.

How to install io.github.zekebuilds-lab/mcp-identity

Copy-paste configuration for popular MCP clients.

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

    PowForge Depth-of-Identity oracle base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.

  • ORACLE_PUBKEY

    Schnorr pubkey of the DoI oracle, used for offline envelope verification. Defaults to the production PowForge oracle pubkey; override only if pointing at a self-hosted oracle.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-identity": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "env": {
        "ORACLE_URL": "<YOUR_ORACLE_URL>",
        "ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-identity": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "env": {
        "ORACLE_URL": "<YOUR_ORACLE_URL>",
        "ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-identity": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "env": {
        "ORACLE_URL": "<YOUR_ORACLE_URL>",
        "ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-identity": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "env": {
        "ORACLE_URL": "<YOUR_ORACLE_URL>",
        "ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-identity --env ORACLE_URL=<YOUR_ORACLE_URL> --env ORACLE_PUBKEY=<YOUR_ORACLE_PUBKEY> -- npx -y @powforge/mcp-identity

Related MCP servers

Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.

View repository →

L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.

View repository →

Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.

View repository →