Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

deploy_erc721_token

Create and deploy a custom ERC721 token contract on Rootstock blockchain, specifying NFT collection name, symbol, and minting capabilities using the Rootstock MCP Server.

Instructions

Deploy a new ERC721 (NFT) token contract

Input Schema

NameRequiredDescriptionDefault
gasLimitNoOptional gas limit
gasPriceNoOptional gas price
mintableNoWhether the NFT should be mintable (default: false)
nameYesNFT collection name (e.g., "My NFT Collection")
symbolYesNFT collection symbol (e.g., "MYNFT")

Input Schema (JSON Schema)

{ "properties": { "gasLimit": { "description": "Optional gas limit", "type": "string" }, "gasPrice": { "description": "Optional gas price", "type": "string" }, "mintable": { "description": "Whether the NFT should be mintable (default: false)", "type": "boolean" }, "name": { "description": "NFT collection name (e.g., \"My NFT Collection\")", "type": "string" }, "symbol": { "description": "NFT collection symbol (e.g., \"MYNFT\")", "type": "string" } }, "required": [ "name", "symbol" ], "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