Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Lightning Enable MCP Server

OCI · DOCKER.IO/REFINEDELEMENT/LIGHTNING-ENABLE-MCP:2.0.1 · 3 COMPONENTS · SCANNED SEP 20

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

+4 this week 47 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 8 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2146 tokens (~126/item across 17 items; 16 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Lightning Enable MCP Server server?

Lightning Enable MCP Server runs locally as a container image, launched with docker run --rm -i docker.io/refinedelement/lightning-enable-mcp:2.0.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · docker.io/refinedelement/lightning-enable-mcp:2.0.1

# add to Claude Code
claude mcp add refined-element-lightning-enable-mcp -- docker run --rm -i docker.io/refinedelement/lightning-enable-mcp:2.0.1
// .cursor/mcp.json
{
  "mcpServers": {
    "refined-element-lightning-enable-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/refinedelement/lightning-enable-mcp:2.0.1"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "refined-element-lightning-enable-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/refinedelement/lightning-enable-mcp:2.0.1"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add refined-element-lightning-enable-mcp -- docker run --rm -i docker.io/refinedelement/lightning-enable-mcp:2.0.1
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "refined-element-lightning-enable-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/refinedelement/lightning-enable-mcp:2.0.1"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  refined-element-lightning-enable-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/refinedelement/lightning-enable-mcp:2.0.1"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "refined-element-lightning-enable-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/refinedelement/lightning-enable-mcp:2.0.1"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "refined-element-lightning-enable-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/refinedelement/lightning-enable-mcp:2.0.1"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +3
    • Stability: unverified → 0.23 functional
  • 11 Sept 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/docker.io/refinedelement/lightning-enable-mcp:2.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason Verification failed
Discovered via OCI referrers API

Background: How many MCP packages publish verified provenance →

MCP tools · 16 exposed · ~2,104 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
access_l402_resource ~110

Fetch a URL, automatically paying any L402 challenge and retrying. Returns the response plus what was paid.

NameTypeReqDescription
bodystringBody for POST/PUT
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.
headersobjectExtra headers
max_satsintegerMax sats to pay
methodstring
urlstringyesURL to fetch

No output schema declared.

No examples provided.

agent_services ~412

Agent Service Agreements over Nostr: discover, request, settle, publish and review agent services. Requires LIGHTNING_ENABLE_API_KEY.

NameTypeReqDescription
actionstringyesdiscover: search listings. request: ask for a service. settle: PAY an agreement's L402 endpoint. publish: list your service. unpublish: remove it. attest: review a finished agreement. reputation: rea…
agreement_idstringsettle/attest: agreement id
bodystringsettle: request body
budget_satsintegerrequest: max sats
capability_event_idstringrequest: capability event id
categoriesarraypublish: categories
categorystringdiscover: category
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.
contentstringpublish: service text; attest: review text
hashtagsarraydiscover/publish: hashtags
l402_endpointstringsettle/publish: L402 endpoint
limitintegerdiscover/reputation: max results
max_satsintegersettle: max sats
methodstringsettle: HTTP method
parametersstringrequest: extra params, JSON string
price_satsintegerpublish: price per request
proofstringattest: preimage hash
pubkeystringreputation: agent pubkey
querystringdiscover: keyword
ratingintegerattest: 1-5
reasonstringunpublish: reason
service_idstringpublish/unpublish: listing d-tag
subject_pubkeystringattest: agent being reviewed
target_urlstringpublish: API URL to wrap in a new L402 proxy

No output schema declared.

No examples provided.

budget ~89

View or tighten this session's spending limits. Tightening is one-way - an agent can lower its caps but never raise the operator's config limits.

NameTypeReqDescription
actionstringyesstatus: read limits, tiers and session spend. tighten: lower the runtime sats caps.
per_requestintegertighten: max sats per request
per_sessionintegertighten: max sats per session

No output schema declared.

No examples provided.

check_invoice_status ~33

Check whether an invoice from create_invoice has been paid.

NameTypeReqDescription
invoice_idstringyesInvoice ID from create_invoice

No output schema declared.

No examples provided.

create_invoice ~55

Create a BOLT11 Lightning invoice to receive a payment.

NameTypeReqDescription
amount_satsintegeryesSatoshis to receive
expiry_secsintegerExpiry in seconds
memostringInvoice memo

No output schema declared.

No examples provided.

create_lightning_enable_account ~106

Self-bootstrapping signup: pay a ~100-sat activation fee for a Lightning Enable merchant API key. Needs only a wallet; the key is saved to ~/.lightning-enable/config.json.

NameTypeReqDescription
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.
emailstringyesEmail to register
max_satsintegerMax sats for the ~100-sat fee

No output schema declared.

No examples provided.

discover_api ~103

Discover L402 APIs: search the registry with query/category, or fetch one API's manifest with url.

NameTypeReqDescription
budget_awarebooleanAnnotate endpoints with affordable call counts
categorystringRegistry category filter, e.g. 'ai'
querystringRegistry keyword search, e.g. 'weather'
urlstringBase URL of an L402 API, or a manifest URL. Omit to search the registry.

No output schema declared.

No examples provided.

get_balance ~30

Get the connected wallet's balance in sats, plus all currency balances and wallet info where the wallet reports them.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

l402_producer ~457

Sell access with L402: set up the seller account, monetize an API, mint challenges and verify payer tokens. Requires LIGHTNING_ENABLE_API_KEY.

NameTypeReqDescription
actionstringyescreate: mint an invoice + macaroon challenge. verify: check a payer's token before granting access. configure_receive: point payouts at your own NWC wallet. status: plan, wallet, checklist and recent…
categoriesarraypublish: registry categories
challenge_statusstringlist_challenges: filter; omit for all
default_price_satsintegercreate_proxy: default price per request
descriptionstringcreate: invoice text; create_proxy: what the API does
endpoint_idstringadd_endpoint: stable id for the route
http_methodstringadd_endpoint: GET, POST, ... (default GET)
limitintegerstatus/list_challenges: max rows
macaroonstringverify: base64 macaroon
namestringcreate_proxy: service name
nwc_connection_stringstringconfigure_receive: nostr+walletconnect:// string; omit to reuse this server's own NWC wallet
offsetintegerlist_challenges: rows to skip
pathstringadd_endpoint: route path like /forecast
preimagestringverify: hex preimage
price_satsintegercreate/add_endpoint: price in sats
proxy_idstringadd_endpoint/publish: id from create_proxy
resourcestringcreate: URL or name you are charging for
service_descriptionstringpublish: registry description
service_namestringpublish: rename the listed service
summarystringadd_endpoint: one-line summary
target_base_urlstringcreate_proxy: https:// base URL to monetize

No output schema declared.

No examples provided.

pay_invoice ~77

Pay a BOLT11 Lightning invoice directly and get the preimage as proof.

NameTypeReqDescription
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.
invoicestringyesBOLT11 invoice to pay
max_satsintegerMax sats to pay

No output schema declared.

No examples provided.

pay_l402_challenge ~153

Pay an L402 or MPP invoice yourself and get the authorization token. Omit macaroon for MPP; pass challenge_header for a draft-00 Payment challenge.

NameTypeReqDescription
challenge_headerstringRaw WWW-Authenticate value of a 'Payment' challenge; draft-00 yields a single-use credential.
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.
invoicestringBOLT11 invoice. Optional if challenge_header carries one.
macaroonstring|nullBase64 macaroon from the challenge. Omit for MPP.
max_satsintegerMax sats to pay

No output schema declared.

No examples provided.

receipts ~97

List payments this wallet made. The durable log persists across restarts and says how to revoke the wallet; the session list is in-memory only.

NameTypeReqDescription
limitintegerMax entries (durable clamps to 1-200)
sincestringsession: ISO timestamp to filter from
sourcestringyesdurable: the append-only log at ~/.lightning-enable/receipts.jsonl. session: payments since startup.

No output schema declared.

No examples provided.

setup_wallet ~65

Report the wallet this server pays from, or connect one. Call with no arguments first - it also returns the setup steps when no wallet is configured.

NameTypeReqDescription
nwc_connection_stringstringNWC connection string (nostr+walletconnect://...). Omit to just report.

No output schema declared.

No examples provided.

test_l402_payment ~79

Self-test the wallet by paying the public 1-sat L402 test endpoint end to end. A 'needs_confirmation' verdict means the server printed a code to its console; re-run with confirmation_nonce.

NameTypeReqDescription
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.

No output schema declared.

No examples provided.

verify_confirmation_code ~59

Check whether a payment confirmation code is still valid and what it authorizes. Verification ONLY - it never pays; to pay, re-call the payment tool with confirmation_nonce.

NameTypeReqDescription
noncestringyesThe 6-character code from the payment request

No output schema declared.

No examples provided.

wallet_ops ~179

Wallet operations beyond invoices: BTC price, currency exchange, on-chain sends. Strike only (send_onchain also works on LND).

NameTypeReqDescription
actionstringyesprice: BTC/USD. exchange: convert currency in your wallet. send_onchain: irreversible - ALWAYS needs confirmation_nonce, so the first call only prints a code to the server console.
addressstringsend_onchain: destination address
amountnumberexchange: amount in source_currency
amount_satsintegersend_onchain: satoshis to send
confirmation_noncestringCode the human reads off the server console (never returned to you). Omit to request one.
source_currencystringexchange: from, USD or BTC
target_currencystringexchange: to, BTC or USD

No output schema declared.

No examples provided.

Common questions

What is the Lightning Enable MCP Server server?

Lightning Enable MCP Server is listed in the public MCP registry as io.github.refined-element/lightning-enable-mcp. AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup. This page covers its container image (docker.io/refinedelement/lightning-enable-mcp:2.0.1).

Is the Lightning Enable MCP Server server safe to use?

Lightning Enable MCP Server scores 47 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Lightning Enable MCP Server server expose?

Lightning Enable MCP Server exposes 16 tools: setup_wallet, access_l402_resource, pay_invoice, pay_l402_challenge, test_l402_payment, and 11 more. Their descriptions and schemas cost roughly 2,104 tokens of context every time the server is loaded.

Is the Lightning Enable MCP Server server still maintained?

Lightning Enable MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Lightning Enable MCP Server server under?

Lightning Enable MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.