mcpbeat Sign in

Paywall MCP Server

local only

Paywall MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 15 Jun 2026.

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

Installs per day peak 16 · avg 5 · +59% w/w
a month agotoday
30
Installs / week
npm · paywall-mcp
0
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Paywall MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add paywall-mcp -- npx -y paywall-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paywall-mcp": {
      "args": [
        "-y",
        "paywall-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.paywall-mcp]
command = "npx"
args = ["-y", "paywall-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "paywall-mcp": {
      "args": [
        "-y",
        "paywall-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "paywall-mcp": {
      "args": [
        "-y",
        "paywall-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PAYWALL_UPSTREAM_COMMAND (Command to spawn the upstream MCP server (e.g. npx)), PAYWALL_UPSTREAM_ARGS (JSON array of args for the upstream command), NWC_CONNECTION_STRING (NWC connection string of the receiving wallet (receive-only recommended)), PAYWALL_DEFAULT_PRICE_SATS (Default price in sats for tools not in PAYWALL_PRICE_MAP), PAYWALL_PRICE_MAP (JSON map of tool name to price in sats). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Paywall MCP

same job, measured the same way
BTCPay Server MCP
by draket

21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning

local only
I
Lightbill MCP Server
by lightnet19

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

82 installs/wk local only
C
Market
by hektai

One Hekte market answer per call, paid first over Lightning by a hold invoice in the tool result.

3 tools answering
Lightning Enable MCP Server
by refined-element

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

565 installs/wk local only
Tochka Bank
by dontsovcmc

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

154 installs/wk local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only

Paywall MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Paywall MCP?
Paywall MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package paywall-mcp was installed 30 times last week.
How do I connect Paywall MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls paywall-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Paywall MCP?
The npm package paywall-mcp was installed 30 times in the last week. Week over week that is +59%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paywall MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.