Skip to main content
Glama

LDK MCP Server

by StevenGeller

ldk_derive_address

Generate Bitcoin addresses from a BIP39 mnemonic using BIP84 derivation path. Specify account index, address index, change flag, and network for precise address creation.

Instructions

Derive Bitcoin addresses from seed using BIP84

Input Schema

NameRequiredDescriptionDefault
accountIndexNoAccount index (default: 0)
addressIndexNoAddress index (default: 0)
isChangeNoIs change address (default: false)
mnemonicYesBIP39 mnemonic phrase
networkNoBitcoin networktestnet

Input Schema (JSON Schema)

{ "properties": { "accountIndex": { "default": 0, "description": "Account index (default: 0)", "type": "number" }, "addressIndex": { "default": 0, "description": "Address index (default: 0)", "type": "number" }, "isChange": { "default": false, "description": "Is change address (default: false)", "type": "boolean" }, "mnemonic": { "description": "BIP39 mnemonic phrase", "type": "string" }, "network": { "default": "testnet", "description": "Bitcoin network", "enum": [ "mainnet", "testnet", "regtest" ], "type": "string" } }, "required": [ "mnemonic" ], "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