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.
ORACLE_URLPowForge Depth-of-Identity oracle base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.
ORACLE_PUBKEYSchnorr 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.
{
"mcpServers": {
"mcp-identity": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-identity"
],
"env": {
"ORACLE_URL": "<YOUR_ORACLE_URL>",
"ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
}
}
}
}{
"mcpServers": {
"mcp-identity": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-identity"
],
"env": {
"ORACLE_URL": "<YOUR_ORACLE_URL>",
"ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
}
}
}
}{
"mcpServers": {
"mcp-identity": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-identity"
],
"env": {
"ORACLE_URL": "<YOUR_ORACLE_URL>",
"ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
}
}
}
}{
"servers": {
"mcp-identity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@powforge/mcp-identity"
],
"env": {
"ORACLE_URL": "<YOUR_ORACLE_URL>",
"ORACLE_PUBKEY": "<YOUR_ORACLE_PUBKEY>"
}
}
}
}claude mcp add mcp-identity --env ORACLE_URL=<YOUR_ORACLE_URL> --env ORACLE_PUBKEY=<YOUR_ORACLE_PUBKEY> -- npx -y @powforge/mcp-identityRelated 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 →