dev.forgesworn/402-mcp✓
dev.forgesworn/402-mcp · v3.15.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.forgesworn/402-mcp",
"description": "AI agents discover, pay for, and consume any Lightning-gated API autonomously",
"repository": {
"url": "https://github.com/forgesworn/402-mcp",
"source": "github"
},
"version": "3.15.2",
"packages": [
{
"registryType": "npm",
"identifier": "402-mcp",
"version": "3.15.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Nostr Wallet Connect URI for autonomous Lightning payments",
"format": "string",
"isSecret": true,
"name": "NWC_URI"
},
{
"description": "Maximum sats to auto-pay per request",
"format": "string",
"name": "MAX_AUTO_PAY_SATS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}