{ "name": "paywall-mcp", "version": "0.1.2", "mcpName": "io.github.llmops-pro/paywall-mcp", "description": "Generic Lightning-paywall sidecar for any stdio MCP server. Wraps an upstream MCP server, intercepts tool calls, requires a paid Lightning invoice (via NWC) before forwarding priced calls. Configure per-tool prices via env; the upstream server stays untouched. Defense-in-depth safety: invoice-issue + payment-verify + replay protection + audit log.", "type": "module", "license": "MIT", "author": "LLMOps.Pro ", "keywords": [ "mcp", "model-context-protocol", "lightning", "nwc", "nip-47", "paywall", "l402", "paid-mcp", "claude", "ai-agent", "llm", "bitcoin", "nostr" ], "bin": { "paywall-mcp": "dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "README.md", "LICENSE", ".env.example", "examples" ], "scripts": { "build": "tsup src/index.ts --format esm --target node20 --clean --shims", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@getalby/sdk": "^5.0.0", "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsup": "^8.0.0", "tsx": "^4.0.0", "typescript": "^5.5.0", "vitest": "^2.0.0" }, "engines": { "node": ">=20" }, "packageManager": "pnpm@9.15.0", "repository": { "type": "git", "url": "git+https://github.com/llmops-pro/paywall-mcp.git" }, "homepage": "https://github.com/llmops-pro/paywall-mcp#readme", "bugs": { "url": "https://github.com/llmops-pro/paywall-mcp/issues" } }