Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

parse_invoice

Extract and decode BOLT-11 lightning invoice details to enable seamless Lightning Network payment processing and interaction.

Instructions

Parse a BOLT-11 lightning invoice

Input Schema

NameRequiredDescriptionDefault
invoiceYesthe bolt11 invoice

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "invoice": { "description": "the bolt11 invoice", "type": "string" } }, "required": [ "invoice" ], "type": "object" }
Install Server

Other Tools from Lightning Tools MCP Server

Related Tools

    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/getAlby/lightning-tools-mcp-server'

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