NWC MCP Server

Official

lookup_invoice

Retrieve detailed information about a Lightning Network invoice using a BOLT-11 invoice string or payment hash. Facilitates invoice verification and payment tracking within the NWC MCP Server environment.

Instructions

Look up lightning invoice details from a BOLT-11 invoice or payment hash

Input Schema

NameRequiredDescriptionDefault
invoiceNoThe BOLT 11 invoice to look up
payment_hashNoThe payment hash of the invoice to look up

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "invoice": { "description": "The BOLT 11 invoice to look up", "type": "string" }, "payment_hash": { "description": "The payment hash of the invoice to look up", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from NWC MCP Server

Related Tools

ID: 0xq1g0rw52