Skip to main content
Glama

LDK MCP Server

by StevenGeller

ios_keychain_test

Validate private key storage patterns using iOS Keychain to ensure secure encryption and retrieval of keys like seeds, private keys, and channel secrets.

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