Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

request_invoice

Generate and request an invoice from a Lightning address by specifying the amount in satoshis, optional memo, and payer metadata for streamlined payments.

Instructions

Request an invoice from a lightning address

Input Schema

NameRequiredDescriptionDefault
amountYesamount in sats
descriptionNonote, memo or description describing the invoice
lightning_addressYesthe recipient's lightning address
payer_dataNometadata to include with the payment such as the payer's name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "amount in sats", "type": "number" }, "description": { "description": "note, memo or description describing the invoice", "type": [ "string", "null" ] }, "lightning_address": { "description": "the recipient's lightning address", "type": "string" }, "payer_data": { "anyOf": [ { "additionalProperties": true, "description": "metadata to include with the payment such as the payer's name", "properties": {}, "type": "object" }, { "type": "null" } ], "description": "metadata to include with the payment such as the payer's name" } }, "required": [ "lightning_address", "amount" ], "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