Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_event_handling

Generate and implement Lightning Development Kit (LDK) event handling code for payment, channel, funding, and other events to streamline iOS Lightning wallet development.

Instructions

Get comprehensive LDK event handling patterns and implementations

Input Schema

NameRequiredDescriptionDefault
eventTypeYesType of event handling to get code for

Input Schema (JSON Schema)

{ "properties": { "eventType": { "description": "Type of event handling to get code for", "enum": [ "all_events", "payment_events", "channel_events", "funding_events", "spendable_outputs", "forwarding_events", "event_persistence" ], "type": "string" } }, "required": [ "eventType" ], "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