Server data from the Official MCP Registry
AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce.
AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce.
The Lightning Enable MCP server demonstrates solid security architecture for cryptocurrency wallet operations. Authentication is properly implemented via NWC connection strings and API keys. However, there are moderate concerns around cryptographic validation, test-only hardcoded keys that could leak if misused, and some unvalidated external data handling. The server appropriately matches its stated purpose with reasonable permission scope, though the financial nature of operations warrants careful monitoring. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: STRIKE_API_KEY
Environment variable: NWC_CONNECTION_STRING
Environment variable: LND_REST_HOST
Environment variable: LND_MACAROON_HEX
Environment variable: OPENNODE_API_KEY
Environment variable: OPENNODE_ENVIRONMENT
Environment variable: L402_MAX_SATS_PER_REQUEST
Environment variable: L402_MAX_SATS_PER_SESSION
Environment variable: LIGHTNING_ENABLE_API_KEY
Environment variable: AGENT_RELAY_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-refined-element-lightning-enable-mcp": {
"env": {
"LND_REST_HOST": "your-lnd-rest-host-here",
"STRIKE_API_KEY": "your-strike-api-key-here",
"AGENT_RELAY_URL": "your-agent-relay-url-here",
"LND_MACAROON_HEX": "your-lnd-macaroon-hex-here",
"OPENNODE_API_KEY": "your-opennode-api-key-here",
"OPENNODE_ENVIRONMENT": "your-opennode-environment-here",
"NWC_CONNECTION_STRING": "your-nwc-connection-string-here",
"LIGHTNING_ENABLE_API_KEY": "your-lightning-enable-api-key-here",
"L402_MAX_SATS_PER_REQUEST": "your-l402-max-sats-per-request-here",
"L402_MAX_SATS_PER_SESSION": "your-l402-max-sats-per-session-here"
},
"args": [
"lightning-enable-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.