paywall-mcp
by llmops-pro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAYWALL_LOG_PATH | No | Server log path. | ./paywall-mcp.log |
| PAYWALL_PRICE_MAP | No | JSON object mapping tool names to sat prices. Example: {"premium_compliment":21, "rare_alpha_signal":5000}. | {} |
| PAYWALL_READ_ONLY | No | Disables all paid tool calls. | false |
| PAYWALL_AUDIT_PATH | No | NDJSON audit log path. | ./paywall-mcp-audit.log |
| PAYWALL_UPSTREAM_CWD | No | Working directory for the upstream child process. | |
| PAYWALL_UPSTREAM_ENV | No | JSON object of env-var overrides for the upstream. | |
| NWC_CONNECTION_STRING | No | NIP-47 NWC URI for the seller's RECEIVE wallet. Required when any tool has a non-zero price. | |
| PAYWALL_UPSTREAM_ARGS | Yes | JSON array of args passed to the upstream command (e.g., ["/path/to/upstream/dist/index.js"]). | |
| PAYWALL_UPSTREAM_COMMAND | Yes | Executable to spawn as the upstream MCP server (e.g., node). | |
| PAYWALL_DEFAULT_PRICE_SATS | No | Default price for any tool not in the price map. 0 = free passthrough. | 0 |
| PAYWALL_INVOICE_TTL_SECONDS | No | Invoice TTL in seconds. | 600 |
| PAYWALL_PRICE_LABEL_TEMPLATE | No | Label appended to each priced tool's description. | (💰 {price} sats) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/llmops-pro/paywall-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server