Skip to main content
Glama

LDK MCP Server

by StevenGeller

ios_biometric_auth

Enable biometric authentication (Touch/Face ID) for Lightning Network operations such as sending payments, opening/closing channels, and exporting seed, ensuring secure iOS wallet interactions.

Instructions

Integrate Touch/Face ID with Lightning operations

Input Schema

NameRequiredDescriptionDefault
operationNoOperation requiring biometric authsend_payment
requireAuthNoWhether to require biometric auth

Input Schema (JSON Schema)

{ "properties": { "operation": { "default": "send_payment", "description": "Operation requiring biometric auth", "enum": [ "send_payment", "open_channel", "close_channel", "export_seed" ], "type": "string" }, "requireAuth": { "default": true, "description": "Whether to require biometric auth", "type": "boolean" } }, "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