Skip to main content
Glama

LDK MCP Server

by StevenGeller

ios_keychain_test

Test iOS Keychain storage for private keys, seeds, and channel secrets to validate encryption and secure handling patterns. Supports validation for Lightning wallet development.

Instructions

Validate private key storage patterns with iOS Keychain

Input Schema

NameRequiredDescriptionDefault
keyTypeYesType of key to testseed
testValueNoTest value to store (will be encrypted)

Input Schema (JSON Schema)

{ "properties": { "keyType": { "default": "seed", "description": "Type of key to test", "enum": [ "seed", "privateKey", "channelSecrets" ], "type": "string" }, "testValue": { "description": "Test value to store (will be encrypted)", "type": "string" } }, "required": [ "keyType" ], "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