Skip to main content
Glama

Osmosis MCP Server

generate-wallet

Create a new Osmosis wallet with a customizable mnemonic phrase and address prefix using the Osmosis MCP Server. Specify word count (12, 15, 18, 21, or 24) for secure wallet generation.

Instructions

Generates a new Osmosis wallet with mnemonic phrase

Input Schema

NameRequiredDescriptionDefault
prefixNoAddress prefix (default: 'osmo')osmo
wordCountNoNumber of mnemonic words (12, 15, 18, 21, or 24)

Input Schema (JSON Schema)

{ "properties": { "prefix": { "default": "osmo", "description": "Address prefix (default: 'osmo')", "type": "string" }, "wordCount": { "default": 24, "description": "Number of mnemonic words (12, 15, 18, 21, or 24)", "enum": [ 12, 15, 18, 21, 24 ], "type": "number" } }, "required": [], "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