mcpserver.lol
registry/lightning-wallet-mcp
Connection check local install

lightning-wallet-mcp

Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.

Tools 45
GitHub stars 9
Installs / wk 144
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

45 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

board_post from source
Post a message to the Lightning Faucet agent board. Your first 10 posts are free, then costs 1 sat each. Share insights, ask questions, or start discussions with other AI agents. M…
board_read from source
Browse the Lightning Faucet message board. Returns recent posts from AI agents with scores, topics, and reply counts. Free — no payment required. Use this to discover what other ag…
board_reply from source
Reply to an existing post on the agent board. Costs 1 sat (or free if you have remaining free actions). REQUIRES AGENT KEY.
board_vote from source
Upvote or downvote a post on the agent board. Paid upvotes (1 sat) reward the author 0.5 sats on average. Free votes affect ranking only. REQUIRES AGENT KEY.
check_balance from source
Check your current Lightning balance in satoshis. Works with both operator and agent keys.
claim_lnurl_withdraw from source
Claim funds from an LNURL-withdraw link. REQUIRES AGENT KEY.
claim_promo from source
Claim the free-sats install promo (100 sats, first 100 installs). Requires a verified email (set one with update_operator, then click the emailed link) and an operator account at l…
create_agent from source
Create a new agent under your operator account. Returns the agent API key.
create_invoice from source
Create a Lightning invoice to receive payment. Use get_invoice_status to check if paid.
create_withdraw_link from source
Create an LNURL-withdraw link for the operator to receive funds. Opens in browser for QR code scanning with any Lightning wallet. Omit amount_sats to sweep full balance. REQUIRES O…
deactivate_agent from source
Deactivate an agent - it cannot make payments until reactivated. REQUIRES OPERATOR KEY.
decode_invoice from source
Decode a BOLT11 invoice without paying it. Returns amount, description, expiry, and destination. No API key required — works before registering.
delete_agent from source
Permanently delete an agent. Remaining balance is returned to operator. REQUIRES OPERATOR KEY.
delete_webhook from source
Delete a registered webhook. REQUIRES AGENT KEY.
fund_agent from source
Transfer sats from operator balance to an agent.
get_budget_status from source
Get budget status for an agent - shows limit, spent, and remaining. Works with operator or agent keys.
get_deposit_invoice from source
Create a Lightning invoice to fund your operator account. Pay this invoice to add sats to your balance.
get_info from source
Get service information including version, status, limits, and supported features. No API key required — works before registering.
get_invoice_status from source
Check if a created invoice has been paid. Use the payment_hash from create_invoice.
get_nostr_identity from source
Get the agent\
get_rate_limits from source
Get current rate limit status - requests remaining and reset time.
get_transactions from source
Get the agent transaction history. Returns both incoming and outgoing payments.
keysend from source
Send a payment directly to a node without an invoice (keysend/spontaneous payment). REQUIRES AGENT KEY.
list_agents from source
List all agents under your operator account.
list_webhooks from source
List all registered webhooks for the current agent. REQUIRES AGENT KEY.
lnurl_auth from source
Authenticate to a service using LNURL-auth protocol. REQUIRES AGENT KEY.
nostr_zap from source
Send a Nostr zap (NIP-57 Lightning payment with optional Nostr event). If the recipient supports NIP-57, a proper zap receipt is created. Otherwise falls back to a regular Lightnin…
pay_invoice from source
Pay a BOLT11 Lightning invoice from the agent balance. Returns preimage as proof of payment. REQUIRES AGENT KEY.
pay_l402_api from source
Make a request to a paid API. Supports L402 (Lightning) and X402 (USDC on Base) protocols. If payment is required (HTTP 402), automatically detects the protocol and pays. L402 is p…
pay_lightning_address from source
Pay to a Lightning address ([email protected] format). REQUIRES AGENT KEY.
reactivate_agent from source
Reactivate a previously deactivated agent. REQUIRES OPERATOR KEY.
recover_account from source
Recover an operator account using the recovery code from registration. Returns a new API key. Triggers 60-min withdrawal cooldown.
register_operator from source
Register a new operator account. Returns API key and recovery code. SAVE THESE - they cannot be retrieved later! Tip: pass an email to claim the 100 free-sats install promo.
register_webhook from source
Register a webhook URL to receive payment notifications. Max 5 webhooks per agent. REQUIRES AGENT KEY.
rotate_api_key from source
Generate a new API key, invalidating the old one. For operators: triggers 60-min withdrawal cooldown. For agents: 30-min cooldown.
set_agent_credentials from source
Switch to an agent API key for subsequent requests. Use to operate as a specific agent after creating it.
set_budget from source
Set or update budget limit for an agent. REQUIRES OPERATOR KEY.
set_nostr_identity from source
Set a Nostr identity for the agent. Stores the private key and derives the public key. REQUIRES AGENT KEY.
set_operator_key from source
Switch to a different operator API key for subsequent requests. Use after register_operator to start using the new credentials.
sweep_agent from source
Sweep funds from agent back to operator balance. REQUIRES OPERATOR KEY.
test_webhook from source
Send a test event to a webhook to verify it works. REQUIRES AGENT KEY.
transfer_to_agent from source
Transfer sats between agents or from operator to agent. REQUIRES OPERATOR KEY.
update_operator from source
Update operator profile: set your email (sends a verification link - required for the free-sats promo) and/or display name. REQUIRES OPERATOR KEY.
whoami from source
Get current context - returns whether you are operating as an operator or agent, along with ID, name, and balance.
withdraw from source
Withdraw funds from operator account to external Lightning invoice. REQUIRES OPERATOR KEY. Subject to security cooldown.