Skip to main content
Glama

RGB Lightning Network MCP Server

by lnfi-network

rgb_create_lightning_invoice

Generate a Lightning Network payment invoice by specifying the amount in satoshis and an optional description for transaction tracking.

Instructions

Create a Lightning Network invoice

Input Schema

NameRequiredDescriptionDefault
amountYesAmount in satoshis
descriptionNoInvoice description

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount in satoshis", "type": "number" }, "description": { "description": "Invoice description", "type": "string" } }, "required": [ "amount" ], "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/lnfi-network/rgb-mcp-server'

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