Loading MCP server directory, please wait...
Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.
npx @getmcp/cli add io.github.llmops-pro/paywall-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PAYWALL_UPSTREAM_COMMANDCommand to spawn the upstream MCP server (e.g. npx)
NWC_CONNECTION_STRINGNWC connection string of the receiving wallet (receive-only recommended)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.llmops-pro/paywall-mcp": {
"command": "npx",
"args": [
"-y",
"paywall-mcp"
],
"env": {
"PAYWALL_UPSTREAM_COMMAND": "",
"PAYWALL_UPSTREAM_ARGS": "",
"NWC_CONNECTION_STRING": "",
"PAYWALL_DEFAULT_PRICE_SATS": "",
"PAYWALL_PRICE_MAP": ""
}
}
}
}