Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYWALL_LOG_PATHNoServer log path../paywall-mcp.log
PAYWALL_PRICE_MAPNoJSON object mapping tool names to sat prices. Example: {"premium_compliment":21, "rare_alpha_signal":5000}.{}
PAYWALL_READ_ONLYNoDisables all paid tool calls.false
PAYWALL_AUDIT_PATHNoNDJSON audit log path../paywall-mcp-audit.log
PAYWALL_UPSTREAM_CWDNoWorking directory for the upstream child process.
PAYWALL_UPSTREAM_ENVNoJSON object of env-var overrides for the upstream.
NWC_CONNECTION_STRINGNoNIP-47 NWC URI for the seller's RECEIVE wallet. Required when any tool has a non-zero price.
PAYWALL_UPSTREAM_ARGSYesJSON array of args passed to the upstream command (e.g., ["/path/to/upstream/dist/index.js"]).
PAYWALL_UPSTREAM_COMMANDYesExecutable to spawn as the upstream MCP server (e.g., node).
PAYWALL_DEFAULT_PRICE_SATSNoDefault price for any tool not in the price map. 0 = free passthrough.0
PAYWALL_INVOICE_TTL_SECONDSNoInvoice TTL in seconds.600
PAYWALL_PRICE_LABEL_TEMPLATENoLabel 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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