Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_decode_invoice

Decode and validate BOLT11 Lightning invoices to ensure accuracy and compatibility for transactions using the LDK MCP Server's Lightning wallet development tools.

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