lnd-mcp-server

lnd-mcp-server

3.1

If you are the rightful owner of lnd-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Lightning Network MCP Server enables LLM agents to query Lightning node data using natural language, providing both readable summaries and machine-readable JSON output.

The Lightning Network MCP Server is a backend solution designed to facilitate natural language queries to Lightning nodes by large language model (LLM) agents. It leverages the Model Context Protocol (MCP) to interpret user prompts, determine intent, and execute domain-specific logic to query node data. The server connects to nodes via gRPC or Lightning Node Connect (LNC), offering both human-readable and structured JSON responses. Initially supporting basic channel queries, the server is being expanded to include broader node status, invoices, and routing data. Its modular and extensible architecture allows for easy integration with various node types, such as Core Lightning and Eclair, making it a versatile tool for developers and users seeking to interact with Lightning nodes through natural language.

Features

  • Natural language query support for Lightning node data.
  • Human-readable and JSON output formats.
  • Modular and extensible architecture for various node types.
  • Supports gRPC and LNC for node connectivity.
  • Initial focus on channel queries with plans for broader data coverage.