Skip to main content
Glama

LDK MCP Server

by StevenGeller

ios_background_test

Verify Lightning Network background tasks like sync, monitor, and payment processing on iOS using LDK MCP Server’s testing tool. Ensure reliable wallet functionality.

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