Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_create_channel

Initiate a Lightning Network channel by specifying a peer node's public key, channel capacity in satoshis, and optional visibility settings 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