mcpbeat Sign in

MCP Identity MCP Server

local only

MCP Identity runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 10 May 2026.

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

Installs per day peak 16 · avg 7 · +42% w/w
a month agotoday
45
Installs / week
npm · @powforge/mcp-identity
0
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Identity every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-identity -- npx -y @powforge/mcp-identity
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-identity": {
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-identity]
command = "npx"
args = ["-y", "@powforge/mcp-identity"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-identity": {
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-identity": {
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Identity

same job, measured the same way
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
Aidress
by aidress-ai

Verify, discover, and rate AI agents before transacting.

767 installs/wk local only
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
Pcrzero
by pcrzero

Issue signed receipts for AI agent actions; verify any receipt offline - free, no account.

79 installs/wk 3 tools answering
Otr Protocol
by yb48666-ctrl

Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.

29 installs/wk local only
Devloop
by vincentvella

Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents.

97 installs/wk local only
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 tools answering
Fixgraph MCP
by jawdat6

Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.

1 407 installs/wk local only

MCP Identity — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Identity?
MCP Identity runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @powforge/mcp-identity was installed 45 times last week.
How do I connect MCP Identity?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @powforge/mcp-identity straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Identity?
The npm package @powforge/mcp-identity was installed 45 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Identity open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.