Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_test_scenario

Execute specific Lightning Network test scenarios, such as basic payments, channel lifecycle, or multi-hop payments, to validate iOS Lightning wallet functionality using the LDK MCP Server.

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