io.github.zekebuilds-lab/mcp-pay-gate✓
io.github.zekebuilds-lab/mcp-pay-gate · v0.2.0
{}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-pay-gate",
"description": "Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.",
"repository": {
"url": "https://github.com/zekebuilds-lab/mcp-pay-gate",
"source": "github"
},
"version": "0.2.0",
"websiteUrl": "https://powforge.dev/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@powforge/mcp-pay-gate",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PowForge L402 gate base URL used by the default verifyL402Fn. Override for self-hosted deployments.",
"format": "string",
"default": "https://gate.powforge.dev",
"name": "POW_GATE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}