Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_pay_invoice

Pay BOLT11 Lightning invoices using the LDK MCP Server, enabling test payment flows with customizable maximum fee limits for development and debugging purposes.

Instructions

Test payment flows by paying a Lightning invoice

Input Schema

NameRequiredDescriptionDefault
invoiceYesBOLT11 Lightning invoice to pay
maxFeeSatsNoMaximum fee in satoshis willing to pay

Input Schema (JSON Schema)

{ "properties": { "invoice": { "description": "BOLT11 Lightning invoice to pay", "type": "string" }, "maxFeeSats": { "default": 10, "description": "Maximum fee in satoshis willing to pay", "type": "number" } }, "required": [ "invoice" ], "type": "object" }

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/StevenGeller/ldk-mcp'

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