Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

mint_nft

Mint a new NFT on Rootstock by specifying the contract address, recipient, and token ID, with optional metadata URI, gas limit, and gas price.

Instructions

Mint a new NFT for mintable ERC721 contracts

Input Schema

NameRequiredDescriptionDefault
gasLimitNoOptional gas limit
gasPriceNoOptional gas price
toYesAddress to mint NFT to
tokenAddressYesContract address of the mintable NFT
tokenIdYesToken ID for the new NFT
tokenURINoMetadata URI for the NFT (optional)

Input Schema (JSON Schema)

{ "properties": { "gasLimit": { "description": "Optional gas limit", "type": "string" }, "gasPrice": { "description": "Optional gas price", "type": "string" }, "to": { "description": "Address to mint NFT to", "type": "string" }, "tokenAddress": { "description": "Contract address of the mintable NFT", "type": "string" }, "tokenId": { "description": "Token ID for the new NFT", "type": "string" }, "tokenURI": { "description": "Metadata URI for the NFT (optional)", "type": "string" } }, "required": [ "tokenAddress", "to", "tokenId" ], "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