Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

deploy_erc20_token

Deploy a new ERC20 token contract on the Rootstock blockchain using the MCP Server. Define token name, symbol, initial supply, and optional mintable, gas limit, and gas price parameters.

Instructions

Deploy a new ERC20 token contract

Input Schema

NameRequiredDescriptionDefault
decimalsNoToken decimals (default: 18)
gasLimitNoOptional gas limit
gasPriceNoOptional gas price
initialSupplyYesInitial token supply
mintableNoWhether the token should be mintable (default: false)
nameYesToken name (e.g., "My Token")
symbolYesToken symbol (e.g., "MTK")

Input Schema (JSON Schema)

{ "properties": { "decimals": { "description": "Token decimals (default: 18)", "type": "number" }, "gasLimit": { "description": "Optional gas limit", "type": "string" }, "gasPrice": { "description": "Optional gas price", "type": "string" }, "initialSupply": { "description": "Initial token supply", "type": "string" }, "mintable": { "description": "Whether the token should be mintable (default: false)", "type": "boolean" }, "name": { "description": "Token name (e.g., \"My Token\")", "type": "string" }, "symbol": { "description": "Token symbol (e.g., \"MTK\")", "type": "string" } }, "required": [ "name", "symbol", "initialSupply" ], "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