Skip to main content
Glama

Lightning Network MCP Server

🌐 ライトニングネットワーク MCP サーバー

AI モデルが Lightning Network と対話して請求書の支払いを行えるようにするモデル コンテキスト プロトコル (MCP) サーバー。

🚀 機能

  • 📝 Lightning Networkで請求書を支払う
  • 🤖 AI統合のためのMCP準拠API

👷‍♂️ TODO

  • [ ] 複数のLightning Networkバックエンドのサポートを追加
  • [ ] stdinトランスポートモードを実装する(環境変数で設定可能)

📋 前提条件

  • Node.js 18歳以上

🛠️ インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Lightning Network MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @AbdelStark/lightning-mcp --client claude

手動インストール

  1. リポジトリをクローンします。
git clone https://github.com/AbdelStark/lightning-mcp cd lightning-mcp
  1. 依存関係をインストールします:
npm install
  1. .envファイルを作成します。

💡 .env.exampleファイルをコピーし、必要に応じて変更できます。

# Bitcoin Lightning Network ## lnbits information BITCOIN_LNBITS_NODE_URL="https://demo.lnbits.com" BITCOIN_LNBITS_ADMIN_KEY="..." BITCOIN_LNBITS_READ_KEY="..."

🚦 使用方法

サーバーの起動

# Development mode with hot reload npm run dev # Production mode npm start

利用可能なツール

pay_invoice

Lightning ネットワーク上で請求書を支払います。

入力例:

{ "content": "lnbc20n1pneh8papp5x0syxmdqffcltfk8mqp00qc6j4kf5elkmr5pws9gm242mw9n0ejsdqqcqzzsxqyz5vqrzjqvueefmrckfdwyyu39m0lf24sqzcr9vcrmxrvgfn6empxz7phrjxvrttncqq0lcqqyqqqqlgqqqqqqgq2qsp563lg29qthfwgynluv7fvaq5d6y2hfdl383elgc6q68lccfzvpvfs9qxpqysgq2n6yhvs8aeugvrkcx8yjzdrqqmvp237500gxkrk0fe6d6crwpvlp96uvq9z2dfeetv5n23xpjlavgf0fgy4ch980mpv2rcsjasg2hqqpalykyc" }

🔧 開発

プロジェクト構造

lightning-mcp/ ├── src/ │ ├── index.ts # Main server entry point │ ├── lnbits-client.ts # Lightning Network client implementation │ └── types.ts # TypeScript type definitions ├── .env # Environment configuration └── tsconfig.json # TypeScript configuration

テストの実行

npm test

🤝 貢献する

  1. リポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -m 'Add some amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

📜 ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

🔗 リソース

📬 お問い合わせ

よろしければ、私の公開鍵を使ってお気軽にフォローしてください。

npub1hr6v96g0phtxwys4x0tm3khawuuykz6s28uzwtj5j0zc7lunu99snw2e29

または、この QR コードをスキャンして私を見つけてください:

Nostr公開鍵QRコード


-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

請求書の支払いに MCP 準拠の API を提供することで、AI モデルが Lightning Network と対話できるようになります。

  1. 🚀 機能
    1. 👷‍♂️ TODO
      1. 📋 前提条件
        1. 🛠️ インストール
          1. Smithery経由でインストール
          2. 手動インストール
        2. 🚦 使用方法
          1. サーバーの起動
          2. 利用可能なツール
        3. 🔧 開発
          1. プロジェクト構造
          2. テストの実行
        4. 🤝 貢献する
          1. 📜 ライセンス
            1. 🔗 リソース
              1. 📬 お問い合わせ

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  Provides MCP-compatible access to Holaspirit's API, allowing AI assistants to interact with organizational data such as tasks, circles, roles, and meetings through a standardized interface.
                  Last updated -
                  10
                  74
                  1
                  JavaScript
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  An MCP server that helps AI assistants manage expense-sharing for social events, enabling the creation of gatherings, tracking of expenses, and calculation of fair reimbursements among participants.
                  Last updated -
                  Python
                  Apache 2.0
                • A
                  security
                  F
                  license
                  A
                  quality
                  An MCP server that allows AI assistants to interact with the ServiceTitan API, requiring client credentials for authentication.
                  Last updated -
                  454
                  TypeScript
                • -
                  security
                  -
                  license
                  -
                  quality
                  A Model Context Protocol server that connects to a payments company's developer portal, providing AI assistants with access to payment documentation, APIs, and guides.
                  Last updated -
                  JavaScript

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbdelStark/lightning-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server