{ "name": "lightning-wallet-mcp", "version": "1.7.0", "mcpName": "io.github.lightningfaucet/lightning-wallet-mcp", "description": "Lightning wallet for AI agents. MCP server + CLI. Works with Claude Code, OpenClaw, Cursor, and any agent framework.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "lightning-wallet-mcp": "dist/index.js", "lw": "dist/cli.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node --test test/*.test.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "lightning", "lightning-network", "bitcoin", "ai-agent", "l402", "x402", "payments", "micropayments", "wallet", "cli", "claude", "anthropic", "cursor", "agent-framework", "lightning-faucet-mcp" ], "author": "Lightning Faucet", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lightningfaucet/lightning-wallet-mcp" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "files": [ "dist", "README.md" ] }