Skip to main content
Glama

Osmosis MCP Server

derive-address-from-pubkey

Convert a public key into a blockchain address for the Osmosis network using a specified prefix, enabling integration with blockchain operations.

Instructions

Derives an address from a public key

Input Schema

NameRequiredDescriptionDefault
prefixNoAddress prefix (default: 'osmo')osmo
publicKeyYesPublic key in hex format

Input Schema (JSON Schema)

{ "properties": { "prefix": { "default": "osmo", "description": "Address prefix (default: 'osmo')", "type": "string" }, "publicKey": { "description": "Public key in hex format", "type": "string" } }, "required": [ "publicKey" ], "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