Phoenixd MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_HOST | No | Host of the phoenixd server | 127.0.0.1 |
| HTTP_PORT | No | Port of the phoenixd server | 9740 |
| HTTP_PASSWORD | Yes | Password from phoenix.conf for authentication | |
| HTTP_PROTOCOL | No | Protocol to use (http or https) | http |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-balanceA | Get the balance of the node |
| get-node-infoB | Get the node info |
| list-channelsB | List the node channels |
| close-channelB | Close a channel by ID, sending the funds to a specified address on chain, with a specified fee rate |
| decode-invoiceB | Decode an bolt11 invoice, the output amount is in milisatoshis |
| decode-offerC | Decode an bolt12 offer the output amount is in milisatoshis |
| create-invoiceC | Create a bolt11 invoice with a specified amount and description |
| pay-invoiceC | Pay a bolt11 invoice with a specified amount and description |
| create-offerB | Create a bolt12 offer with an optional description and amount |
| pay-offerC | Pay a bolt12 offer |
| pay-lightning-addressB | Pays an email-like Lightning address, either based on BIP-353 or LNURL |
| pay-on-chainB | Pay an on-chain address with a specified amount and fee rate |
| bump-feeA | Makes all your unconfirmed transactions use a higher fee rate, using CPFP. Returns the ID of the child transaction |
| list-incoming-paymentsC | List the incoming payments |
| get-incoming-paymentC | Get the incoming payment by payment hash |
| list-outgoing-paymentsB | List the outgoing payments |
| get-outgoing-paymentB | Get the outgoing payment by payment id |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Sharmaz/phoenixd-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server