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 →mcp-server
by financial-datasets
The Financial Datasets MCP Server is designed to provide AI assistants like Claude with real-time and historical stock market and cryptocurrency data, enhancing their capabilities with financial insights. Key features include tools for retrieving various financial statements and news.
evm-mcp-server
by mcpdotdirect
The EVM MCP Server is a Model Context Protocol server designed to provide extensive blockchain services across multiple EVM-compatible networks. It allows AI agents to interact seamlessly with various blockchain resources, perform smart contract operations, transfer tokens, and resolve ENS names using a unified interface. The server supports over 30 networks and offers features tailored for both development and production environments.
base-mcp
by base
The Base MCP Server is designed to facilitate seamless interaction between AI applications and blockchain networks, particularly the Base Network. It offers extensive onchain capabilities such as wallet management, smart contract operations, and integration with financial services like Coinbase. Its extensible nature allows for customization with additional third-party tools and data sources.