Skip to main content
Glama

Osmosis MCP Server

prepare-mint-token-factory-tokens

Creates a transaction to mint new tokens on the Osmosis blockchain, specifying sender, denomination, amount, and recipient address.

Instructions

Prepares a transaction to mint new tokens

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to mint
denomYesThe token factory denomination to mint
mintToYesAddress to mint tokens to
senderYesThe sender's address (must be the token creator)

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of tokens to mint", "type": "string" }, "denom": { "description": "The token factory denomination to mint", "type": "string" }, "mintTo": { "description": "Address to mint tokens to", "type": "string" }, "sender": { "description": "The sender's address (must be the token creator)", "type": "string" } }, "required": [ "sender", "denom", "amount", "mintTo" ], "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