Alby MCP
Connects any Bitcoin Lightning wallet to your agent via Nostr Wallet Connect for sending and receiving instant payments.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
Alby is a legitimate Bitcoin Lightning wallet provider offering MCP integration via Nostr Wallet Connect. The server enables AI agents to send and receive Lightning payments through a connection string credential. Whilst Alby is an established vendor in the Bitcoin Lightning space with proper npm distribution, the permissions scope is inherently broad: real financial transactions with real money. The NWC connection string grants payment capabilities that could result in fund loss if misused by an agent or compromised. Supply chain is reasonable with standard npm packaging, though the cryptocurrency domain carries elevated risk. Documentation exists but could be more comprehensive regarding safety guardrails. No known security incidents specific to this MCP server, but the financial nature demands careful credential management and transaction monitoring. Suitable for users comfortable with Lightning Network risks and agent-initiated payments.
Green flags
- Alby is established Lightning wallet provider with track record
- Distributed via official npm registry with versioning
- Open source repository available for audit
- Uses Nostr Wallet Connect standard protocol
Red flags
- Enables real Bitcoin payments with potential for irreversible fund loss
- NWC connection string is a bearer credential granting payment authority
- No evident transaction limits or approval flows in MCP layer
- Cryptocurrency operations carry inherent volatility and regulatory uncertainty
Permissions requested
Install
npx -y @getalby/mcp
NWC_CONNECTION_STRINGReview
Install this if you're building agent workflows that need instant, low-cost payments or if you're already in the Lightning ecosystem. Skip it if you're not handling Bitcoin or if your use case needs traditional payment rails. It does one thing exceptionally well and doesn't pretend to be more.
Good at
- Payments settle in under two seconds, which makes agent-to-agent transactions feel instant.
- Works with any NWC-compatible wallet, not just Alby, so you're not locked into one provider.
- Generating invoices and checking balances is trivial, and Claude handles the BOLT11 encoding for you.
- Maintained by the wallet vendor, so it tracks API changes and doesn't go stale.
Watch out
- Error handling when balances are low can be unclear, and Claude sometimes retries instead of failing fast.
- You need to already understand Lightning and NWC, so the learning curve is steep if you're new to Bitcoin.
- The connection string is sensitive and requires careful handling in shared or logged environments.
- Use cases are niche—if you're not doing micropayments or agent tipping, you won't need this.
Use cases
- agent payments
- Lightning invoicing
- tipping
- micropayments
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.