token-minter-mcp

token-minter-mcp

12

Token Minter MCP is a server designed for AI agents to facilitate the minting of ERC-20 tokens. It supports multiple blockchains, allowing customization of token parameters and comprehensive functionalities like querying metadata and initiating transfers.

How do I deploy a token on Polygon?

Use the 'deployToken' tool with parameters: name, symbol, initialSupply, decimals, and chainId.

What details are needed for token deployment?

You need to provide the token's name, symbol, initial supply, decimals, and chain ID.

How can I check the status of a token deployment?

Use the 'getTransactionInfo' tool with the transaction hash to check the deployment status.

What is required to run the Token Minter MCP server?

You need Node.js v18.x or higher, npm, an Infura API key, and an Ethereum private key.

Which blockchains are supported by Token Minter MCP?

It supports 21 blockchains including Ethereum, Polygon, BSC, Arbitrum, Optimism, and more.