Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_decode_invoice

Decodes and validates BOLT11 Lightning invoices, enabling accurate processing and verification of payment details for iOS Lightning wallet development on LDK MCP Server.

Instructions

Decode and validate Lightning invoices

Input Schema

NameRequiredDescriptionDefault
invoiceYesBOLT11 Lightning invoice to decode

Input Schema (JSON Schema)

{ "properties": { "invoice": { "description": "BOLT11 Lightning invoice to decode", "type": "string" } }, "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