Catalog
io.github.llmops-pro/nwc-mcp
Officialby llmops-pro · TypeScript
Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.
Lightning wallet for AI agents with budget caps, confirmations, and audit logging via Nostr.
README not available yet.
Install
Configuration
Environment variables
NWC_CONNECTION_STRINGrequiredsecretNostr Wallet Connect connection string (nostr+walletconnect://...)
NWC_DAILY_BUDGET_SATSDaily spend cap in sats
NWC_READ_ONLYSet true to block all spend tools
claude_desktop_config.json
{
"mcpServers": {
"nwc-mcp": {
"command": "npx",
"args": [
"-y",
"nwc-mcp@0.2.3"
],
"env": {
"NWC_CONNECTION_STRING": "<YOUR_NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<YOUR_NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<YOUR_NWC_READ_ONLY>"
}
}
}
}