Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.
claude mcp add mcp-pay-gate -- npx -y @powforge/mcp-pay-gate
claude_desktop_config.json
{
"mcpServers": {
"mcp-pay-gate": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-pay-gate": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-pay-gate": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-pay-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-pay-gate": {
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.zekebuilds-lab--mcp-pay-gate/reviews or the review_server meta-tool.
POST /mcp