Back to search
30
MCP

@powforge/mcp-identity

npm/@powforge/mcp-identity

MCP server exposing PowForge Depth-of-Identity oracle to Claude Code, Cursor, and any MCP-compatible agent. Three tools: doi_score_lookup (priced via L402), doi_sign_vouch (unsigned-event builder), doi_score_verify (offline schnorr verification). The Ligh

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.zekebuilds-lab/mcp-identity
DoI score lookup, vouch event builder, and offline schnorr verify for AI agents.
0 tools
@powforge/captcha-mcp
MCP server that turns PowForge pow-captcha into agent auth. Charge AI agents per-call without accounts: PoW solve = free tier, Lightning pay
0 tools
@powforge/mcp-l402-gate
L402 Lightning paywall + Depth-of-Identity score gate for MCP. Two integration shapes: (a) stdio MCP server exposing l402_gate_challenge / l
0 tools
io.github.deep-identity-inc/agent-skill
An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.
0 tools · streamable-http
io.github.incodetechnologies/incode-idv-mcp
MCP server for Incode IDV, providing identity verification tools for AI assistants.
0 tools
aip-mcp-server
MCP server for AI agent identity verification via AIP
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@powforge/mcp-identity": {
      "url": "None",
      "transport": "http"
    }
  }
}