Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_network_graph

Perform network graph operations like RapidGossipSync, query routes, retrieve node and channel info, and update handling on the LDK MCP Server for Lightning wallet development.

Instructions

Get network graph operations and RapidGossipSync implementation

Input Schema

NameRequiredDescriptionDefault
channelIdNoChannel ID for channel_info operation (optional)
nodeIdNoNode ID for node_info operation (optional)
operationYesNetwork graph operation to perform

Input Schema (JSON Schema)

{ "properties": { "channelId": { "description": "Channel ID for channel_info operation (optional)", "type": "string" }, "nodeId": { "description": "Node ID for node_info operation (optional)", "type": "string" }, "operation": { "description": "Network graph operation to perform", "enum": [ "setup", "rapid_gossip_sync", "query_routes", "node_info", "channel_info", "update_handling" ], "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