Skip to main content
Glama

Alby Bitcoin Payments MCP Server

Official

lookup_invoice

Retrieve BOLT-11 lightning invoice details using a payment hash or invoice string with Alby MCP Server’s tool for Lightning Network integrations.

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", "null" ] }, "payment_hash": { "description": "The payment hash of the invoice to look up", "type": [ "string", "null" ] } }, "type": "object" }
Install Server

Other Tools from Alby Bitcoin Payments 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/mcp'

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