Skip to main content
Glama

Osmosis MCP Server

restore-wallet-from-mnemonic

Restore access to an Osmosis wallet by inputting a BIP-39 mnemonic phrase. Specify the address prefix and account index for HD derivation to retrieve wallet details.

Instructions

Restores a wallet from an existing mnemonic phrase

Input Schema

NameRequiredDescriptionDefault
accountIndexNoAccount index for HD derivation (default: 0)
mnemonicYesBIP-39 mnemonic phrase (12-24 words)
prefixNoAddress prefix (default: 'osmo')osmo

Input Schema (JSON Schema)

{ "properties": { "accountIndex": { "default": 0, "description": "Account index for HD derivation (default: 0)", "type": "number" }, "mnemonic": { "description": "BIP-39 mnemonic phrase (12-24 words)", "type": "string" }, "prefix": { "default": "osmo", "description": "Address prefix (default: 'osmo')", "type": "string" } }, "required": [ "mnemonic" ], "type": "object" }

Other Tools from Osmosis MCP Server

Related Tools

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/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server