Skip to main content
Glama

LDK MCP Server

by StevenGeller

ios_push_notification

Simulate iOS push notifications for Lightning wallet events like payments, channel actions, and sync status. Test and validate notification flows in iOS apps using customizable notification types and amounts.

Instructions

Test payment notification flows and push setup

Input Schema

NameRequiredDescriptionDefault
amountSatsNoAmount in satoshis (for payment notifications)
notificationTypeNoType of notification to simulatepayment_received

Input Schema (JSON Schema)

{ "properties": { "amountSats": { "default": 1000, "description": "Amount in satoshis (for payment notifications)", "type": "number" }, "notificationType": { "default": "payment_received", "description": "Type of notification to simulate", "enum": [ "payment_received", "channel_opened", "channel_closed", "sync_complete" ], "type": "string" } }, "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