Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_backup_state

Backup or restore Lightning Development Kit (LDK) wallet states using base64 encoded data. Ensures reliable channel state management and data recovery for iOS Lightning wallet development.

Instructions

Test channel backup and restore flows

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
backupDataNoBase64 encoded backup data (required for restore)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "backup", "restore" ], "type": "string" }, "backupData": { "description": "Base64 encoded backup data (required for restore)", "type": "string" } }, "required": [ "action" ], "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