Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_event_handling

Streamline LDK event management for iOS Lightning wallets by retrieving specific event handling patterns and implementations for payment, channel, funding, and other event types.

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