Skip to main content
Glama

Osmosis MCP Server

send

Transfer tokens to a specified address using a BIP-39 mnemonic for transaction signing. Supports custom amounts, denominations, gas settings, and memos via the Osmosis MCP Server.

Instructions

Send tokens to another address

Input Schema

NameRequiredDescriptionDefault
amountYesAmount and denomination to send
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
toAddressYesRecipient address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount and denomination to send", "items": { "properties": { "amount": { "description": "Amount in base units (e.g., '1000000' for 1 OSMO)", "type": "string" }, "denom": { "description": "Token denomination (e.g., 'uosmo', 'uion')", "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "type": "array" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "toAddress": { "description": "Recipient address", "type": "string" } }, "required": [ "mnemonic", "toAddress", "amount" ], "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