io.github.zekebuilds-lab/mcp-l402-gate✓
io.github.zekebuilds-lab/mcp-l402-gate · v0.1.4
{}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-l402-gate",
"description": "L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.",
"repository": {
"url": "https://github.com/zekebuilds-lab/mcp-l402-gate",
"source": "github"
},
"version": "0.1.4",
"websiteUrl": "https://powforge.dev/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@powforge/mcp-l402-gate",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PowForge L402 gate base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.",
"format": "string",
"default": "https://gate.powforge.dev",
"name": "POW_GATE_URL"
},
{
"description": "PowForge Depth-of-Identity oracle base URL. Used by l402_gate_score for pubkey lookups. Defaults to public production endpoint.",
"format": "string",
"default": "https://identity.powforge.dev",
"name": "ORACLE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}