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

コメント

「金融とコマース」の他のコンテンツ