Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_list_payments

Retrieve recent Lightning payments filtered by status (pending, succeeded, failed) using a customizable limit. Designed for iOS Lightning wallet development on the LDK MCP Server.

Instructions

List recent Lightning payments with status

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of payments to return
statusNoFilter by payment statusall

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of payments to return", "type": "number" }, "status": { "default": "all", "description": "Filter by payment status", "enum": [ "all", "pending", "succeeded", "failed" ], "type": "string" } }, "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/StevenGeller/ldk-mcp'

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