phoenixd-mcp-server

phoenixd-mcp-server

3.5

Connect a phoenixd bitcoin lightning wallet to your LLM.

Top Comments

The Phoenixd MCP Server is designed to integrate a Phoenixd Bitcoin Lightning wallet with your Language Learning Model (LLM). Utilizing the MCP TypeScript SDK and the Phoenixd API, this server facilitates seamless interaction between your LLM and the Phoenixd wallet, enabling a range of payment and node management functionalities. This integration allows users to create and pay invoices, manage node information, and handle on-chain transactions, all through a structured and efficient protocol server.

Features

  • Seamless integration with Phoenixd Bitcoin Lightning wallet.
  • Supports both bolt11 and bolt12 invoice and offer creation and payment.
  • Comprehensive node management including balance checks and channel management.
  • On-chain Bitcoin payment capabilities with fee management.
  • Detailed payment tracking and history retrieval.

MCP Tools

  • {'Payments': 'Tools for creating and paying invoices and offers, managing payments, and handling on-chain transactions.'}
  • {'Node management': 'Tools for retrieving node information, managing channels, and decoding invoices and offers.'}

Usage with Different Platforms

claude_desktop


{
  "mcpServers": {
    "phoenixd-mpc-server": {
      "command": "npx",
      "args": [
        "-y",
        "phoenixd-mcp-server"
      ],
      "env": {
        "HTTP_PROTOCOL": "<http or https>",   // If not set http is the default value.
        "HTTP_HOST": "<your_host>",           // If not set 127.0.0.1 is the default host.
        "HTTP_PORT": "<your_phoenixd_port>",  // If not set 9740 is the default port.
        "HTTP_PASSWORD": "<phoenixd_http_password>"
      }
    }
  }
}

Related MCP Servers

View all finance servers →