Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_chain_sync

Retrieve chain synchronization implementations for LDK using Electrum, Esplora, or other methods to ensure accurate blockchain data for Lightning wallet development.

Instructions

Get chain synchronization implementations for LDK with Electrum/Esplora

Input Schema

NameRequiredDescriptionDefault
syncMethodYesChain synchronization method to get implementation for

Input Schema (JSON Schema)

{ "properties": { "syncMethod": { "description": "Chain synchronization method to get implementation for", "enum": [ "electrum_sync", "esplora_sync", "bitcoin_core_rpc", "compact_filters", "sync_management", "reorg_handling" ], "type": "string" } }, "required": [ "syncMethod" ], "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