Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_create_channel

Open a Lightning Network channel with a peer node by specifying the remote public key, channel capacity, and optional push amount using the LDK MCP Server.

Instructions

Open a Lightning channel with a peer node

Input Schema

NameRequiredDescriptionDefault
capacitySatsYesChannel capacity in satoshis
isPublicNoWhether to announce channel publicly
pushSatsNoAmount to push to remote side (optional)
remotePubkeyYesRemote node public key (hex encoded)

Input Schema (JSON Schema)

{ "properties": { "capacitySats": { "description": "Channel capacity in satoshis", "minimum": 20000, "type": "number" }, "isPublic": { "default": false, "description": "Whether to announce channel publicly", "type": "boolean" }, "pushSats": { "default": 0, "description": "Amount to push to remote side (optional)", "type": "number" }, "remotePubkey": { "description": "Remote node public key (hex encoded)", "type": "string" } }, "required": [ "remotePubkey", "capacitySats" ], "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