Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

mint_tokens

Generate and issue new tokens by specifying the token contract address, recipient, and amount on the Rootstock blockchain using the Rootstock MCP Server.

Instructions

Mint tokens (only for mintable tokens)

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to mint
gasLimitNoOptional gas limit
gasPriceNoOptional gas price
toYesAddress to mint tokens to
tokenAddressYesERC20 token contract address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of tokens to mint", "type": "string" }, "gasLimit": { "description": "Optional gas limit", "type": "string" }, "gasPrice": { "description": "Optional gas price", "type": "string" }, "to": { "description": "Address to mint tokens to", "type": "string" }, "tokenAddress": { "description": "ERC20 token contract address", "type": "string" } }, "required": [ "tokenAddress", "to", "amount" ], "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/cuongpo/rootstock-mcp'

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