Skip to main content
Glama

Osmosis MCP Server

validate-address

Check if an address is valid within the Osmosis blockchain by verifying its format and prefix using a dedicated validation tool. Ensures accuracy for blockchain interactions.

Instructions

Validates if an address is a valid Osmosis address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to validate
prefixNoExpected address prefix (default: 'osmo')osmo

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to validate", "type": "string" }, "prefix": { "default": "osmo", "description": "Expected address prefix (default: 'osmo')", "type": "string" } }, "required": [ "address" ], "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