Lightning Enable MCP Server

Part of Lightning Enable - infrastructure for agent commerce over Lightning. Its 16 documented tools cover l402, invoice, wallet, pay. It runs locally over stdio via the published package.

People who work with l402, invoice and wallet and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 9 · #68 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · C# · how we verify → /methodology

01 · Install Lightning Enable MCP Server

before you install - you'll need

Set STRIKE_API_KEY, LIGHTNING_ENABLE_TOOL_PROFILE before connecting.

Claude Code

claude mcp add refined-element-lightning-enable-mcp -- uvx lightning-enable-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "refined-element-lightning-enable-mcp": {
      "command": "uvx",
      "args": [
        "lightning-enable-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package lightning-enable-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.refined-element is GitHub-verified and matches the repo owner

03 · What Lightning Enable MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 16 documented tools spanning l402, invoice, wallet, pay, including setup_wallet, pay_invoice, pay_l402_challenge, access_l402_resource.

Capability map

Tools grouped from the project's README - what Lightning Enable MCP Server lets an agent do.

Pay

2 tools - e.g. Free; Free

pay_invoice · pay_l402_challenge

create & write

2 tools - e.g. Free; Free

create_invoice · create_lightning_enable_account

update

1 tool - e.g. Free

setup_wallet

Access

1 tool - e.g. Free

access_l402_resource

Test

1 tool - e.g. Free

test_l402_payment

Discover

1 tool - e.g. Free

discover_api

Check

1 tool - e.g. Free

check_invoice_status

read & search

1 tool - e.g. Free

get_balance

04 · Who maintains Lightning Enable MCP Server

Lightning Enable MCP Server is maintained by refined-element. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #68 of 318 actively-maintained finance servers as of 2026-09-18.
registry
io.github.refined-element/lightning-enable-mcp (active, first published 2026-02-11 · 54 versions)
packages
nuget:LightningEnable.Mcp · pypi:lightning-enable-mcp · oci:docker.io/refinedelement/lightning-enable-mcp:2.0.1

06 · Lightning Enable MCP Server FAQ

Is Lightning Enable MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11. We re-verify nightly.

What can Lightning Enable MCP Server do?

An agent gets 16 documented tools spanning l402, invoice, wallet, pay, including setup_wallet, pay_invoice, pay_l402_challenge, access_l402_resource.

How do I install Lightning Enable MCP Server?

Run `uvx lightning-enable-mcp`. The README documents 2 environment variables (STRIKE_API_KEY, LIGHTNING_ENABLE_TOOL_PROFILE) to set first. Set STRIKE_API_KEY, LIGHTNING_ENABLE_TOOL_PROFILE before connecting. You can also paste the ready-made client config above.

Does Lightning Enable MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Lightning Enable MCP Server