Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_get_swift_code

Retrieve Swift code examples for LDK operations like channel setup, peer connection, event handling, and more within the LDK MCP Server to accelerate iOS Lightning wallet development.

Instructions

Get Swift code examples for specific LDK operations

Input Schema

NameRequiredDescriptionDefault
operationYesType of operation to get Swift code for

Input Schema (JSON Schema)

{ "properties": { "operation": { "description": "Type of operation to get Swift code for", "enum": [ "channel_manager_setup", "peer_connection", "event_handling", "persistence", "network_sync", "fee_estimation", "routing", "background_tasks" ], "type": "string" } }, "required": [ "operation" ], "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