make_invoice
Generate a Bitcoin Lightning invoice with customizable fields such as amount, description, expiry, and metadata, using NWC MCP Server to enable payment functionalities within language models.
Instructions
Create a lightning invoice
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | amount in millisats | |
description | No | note, memo or description describing the invoice | |
description_hash | No | hash of a note, memo or description that is too long to fit within the invoice | |
expiry | No | expiry in seconds | |
metadata | No | Optional metadata to include with the payment |