Skip to main content
Glama

Osmosis MCP Server

MIT License

get-chain-params

Retrieve current chain parameters for the Osmosis blockchain, optionally querying specific modules like auth, staking, or governance. Supports informed decision-making and interaction with the Osmosis ecosystem.

Instructions

Returns current chain parameters for the Osmosis blockchain

Input Schema

NameRequiredDescriptionDefault
moduleNoSpecific module parameters to query (optional)

Input Schema (JSON Schema)

{ "properties": { "module": { "description": "Specific module parameters to query (optional)", "enum": [ "auth", "bank", "staking", "distribution", "slashing", "gov", "mint", "crisis", "ibc" ], "type": "string" } }, "required": [], "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/MyronKoch-dev/osmosis-mcp-server'

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