Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_generate_mnemonic

Create a BIP39 mnemonic for wallet initialization by specifying mnemonic strength (128 or 256 bits) or word count (12 or 24 words).

Instructions

Generate BIP39 mnemonic for wallet initialization

Input Schema

NameRequiredDescriptionDefault
strengthNoMnemonic strength (128 = 12 words, 256 = 24 words)
wordCountNoNumber of words in mnemonic (12 or 24)

Input Schema (JSON Schema)

{ "properties": { "strength": { "default": 256, "description": "Mnemonic strength (128 = 12 words, 256 = 24 words)", "enum": [ 128, 256 ], "type": "number" }, "wordCount": { "default": 24, "description": "Number of words in mnemonic (12 or 24)", "enum": [ 12, 24 ], "type": "number" } }, "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