Odel
paywall mcp

paywall mcp

Local
@llmops-proTypeScriptMITUpdated 2mo ago

Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpaywall-mcpv0.1.2

Run

npx -y paywall-mcp

MCP client config

{
  "mcpServers": {
    "paywall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "paywall-mcp"
      ]
    }
  }
}