Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_backup_state

Backup or restore channel states in the LDK MCP Server using base64 encoded data to ensure secure and consistent wallet operations.

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