Serversio.github.zekebuilds-lab/mcp-identity
I

io.github.zekebuilds-lab/mcp-identity

io.github.zekebuilds-lab/mcp-identity · v0.7.2
▦ npm
v0.7.2npm npm: @powforge/mcp-identity↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.zekebuilds-lab/mcp-identity",
  "description": "DoI score lookup, vouch event builder, and offline schnorr verify for AI agents.",
  "repository": {
    "url": "https://github.com/zekebuilds-lab/mcp-identity",
    "source": "github"
  },
  "version": "0.7.2",
  "websiteUrl": "https://powforge.dev/explorer",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@powforge/mcp-identity",
      "version": "0.7.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PowForge Depth-of-Identity oracle base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.",
          "format": "string",
          "default": "https://identity.powforge.dev",
          "name": "ORACLE_URL"
        },
        {
          "description": "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.",
          "format": "string",
          "default": "b4b12dfbc3dfdfa803bb72e344e761dc78db4ec2058c8db3f1c3ac63f9e42b44",
          "name": "ORACLE_PUBKEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}