Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_estimate_fee

Calculate Lightning Network routing fees for a payment using the amount in satoshis and optionally specify a target node public key. Part of the LDK MCP Server for iOS Lightning wallet development.

Instructions

Estimate Lightning routing fees for a payment

Input Schema

NameRequiredDescriptionDefault
amountSatsYesPayment amount in satoshis
targetNodeNoTarget node public key (optional)

Input Schema (JSON Schema)

{ "properties": { "amountSats": { "description": "Payment amount in satoshis", "minimum": 1, "type": "number" }, "targetNode": { "description": "Target node public key (optional)", "type": "string" } }, "required": [ "amountSats" ], "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