Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_generate_invoice

Create a Lightning invoice with a real payment hash for testing purposes. Specify amount in satoshis, description, and expiry time to generate invoices for iOS Lightning wallet development.

Instructions

Generate a Lightning invoice with real payment hash for testing

Input Schema

NameRequiredDescriptionDefault
amountSatsYesAmount in satoshis
descriptionNoInvoice description
expirySecondsNoInvoice expiry time in seconds (default: 3600)

Input Schema (JSON Schema)

{ "properties": { "amountSats": { "description": "Amount in satoshis", "minimum": 1, "type": "number" }, "description": { "description": "Invoice description", "type": "string" }, "expirySeconds": { "default": 3600, "description": "Invoice expiry time in seconds (default: 3600)", "type": "number" } }, "required": [ "amountSats" ], "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