Skip to main content
Glama

Osmosis MCP Server

testnet-faucet

Request Osmosis testnet tokens by submitting your wallet address and desired amount. Designed to help users interact with the Osmosis blockchain during testing phases.

Instructions

Get Osmosis testnet tokens from the official faucet

Input Schema

NameRequiredDescriptionDefault
addressYesOsmosis testnet address to receive tokens
amountNoAmount to request (in uosmo)10000000

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Osmosis testnet address to receive tokens", "type": "string" }, "amount": { "default": "10000000", "description": "Amount to request (in uosmo)", "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