MCP Server
MCP
io.github.llmops-pro/nwc-mcp
Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "nwc-mcp",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Nostr Wallet Connect connection string (nostr+walletconnect://...)",
"isRequired": true,
"isSecret": true,
"name": "NWC_CONNECTION_STRING"
},
{
"description": "Daily spend cap in sats",
"name": "NWC_DAILY_BUDGET_SATS"
},
{
"description": "Set true to block all spend tools",
"name": "NWC_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment