Skip to main content
Glama

LDK MCP Server

by StevenGeller

ios_background_test

Test Lightning Network background tasks like sync, monitor, and payment processes on iOS. Validate channel monitoring and processing efficiency for Lightning Development Kit (LDK) integration.

Instructions

Test Lightning background processing and channel monitoring

Input Schema

NameRequiredDescriptionDefault
taskTypeNoType of background task to testsync

Input Schema (JSON Schema)

{ "properties": { "taskType": { "default": "sync", "description": "Type of background task to test", "enum": [ "sync", "monitor", "payment" ], "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