MCP.so
登录

MCP Server for Bitcoin Lightning

@ehallmark

关于 MCP Server for Bitcoin Lightning

暂无概览

基本信息

分类

金融与商务

许可证

MIT license

运行时

python

传输方式

stdio

发布者

ehallmark

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "btc-lightning-mcp-server": {
      "command": "uv",
      "args": [
        "run",
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Bitcoin Lightning?

This server communicates with a local Lightning Network Daemon (lnd) and wraps it in a Model Context Protocol (MCP) server. It enables Agentic systems to programmatically interact with the Bitcoin Lightning Network.

How to use MCP Server for Bitcoin Lightning?

Configure environment variables for the LND RPC port, TLS certificate path, macaroon path, and the server’s host/port. Run the server with uv run main.py. Connect to it using SSE transport, for example via LangGraph’s MultiServerMCPClient.

Key features of MCP Server for Bitcoin Lightning?

  • Commun

评论

金融与商务 分类下的更多 MCP 服务器