Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_test_scenario

Execute Lightning network test scenarios, including payments, channel management, and edge cases, to validate iOS wallet functionality using LDK MCP Server's development tools.

Instructions

Run complete Lightning development scenarios for testing

Input Schema

NameRequiredDescriptionDefault
scenarioYesTest scenario to run

Input Schema (JSON Schema)

{ "properties": { "scenario": { "description": "Test scenario to run", "enum": [ "basic_payment", "channel_lifecycle", "multi_hop_payment", "payment_failure", "force_close", "offline_receive", "fee_spike", "backup_restore" ], "type": "string" } }, "required": [ "scenario" ], "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