Skip to main content
Glama

Osmosis MCP Server

ibc-transfer

Transfer tokens across blockchain networks using Inter-Blockchain Communication (IBC). Input mnemonic, source channel, token details, and recipient address to execute cross-chain transfers on Osmosis.

Instructions

Transfer tokens across chains using IBC

Input Schema

NameRequiredDescriptionDefault
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransfer memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
receiverYesRecipient address on destination chain
sourceChannelYesSource channel ID (e.g., 'channel-0' for Cosmos Hub)
sourcePortNoSource port (usually 'transfer')transfer
timeoutHeightNoTimeout height for the transfer
timeoutTimestampNoTimeout timestamp in nanoseconds (0 to disable)
tokenYesToken to transfer

Input Schema (JSON Schema)

{ "properties": { "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "memo": { "description": "Transfer memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "receiver": { "description": "Recipient address on destination chain", "type": "string" }, "sourceChannel": { "description": "Source channel ID (e.g., 'channel-0' for Cosmos Hub)", "type": "string" }, "sourcePort": { "default": "transfer", "description": "Source port (usually 'transfer')", "type": "string" }, "timeoutHeight": { "description": "Timeout height for the transfer", "properties": { "revisionHeight": { "type": "string" }, "revisionNumber": { "type": "string" } }, "type": "object" }, "timeoutTimestamp": { "description": "Timeout timestamp in nanoseconds (0 to disable)", "type": "string" }, "token": { "description": "Token to transfer", "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" } }, "required": [ "mnemonic", "sourceChannel", "token", "receiver" ], "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