token-minter-mcp
If you are the rightful owner of token-minter-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Token Minter MCP is an MCP server that provides tools for AI agents to mint ERC-20 tokens, supporting 21 blockchains.
Token Minter MCP is a Model Context Protocol (MCP) server designed to facilitate the creation and management of ERC-20 tokens across multiple blockchain networks. It offers a suite of tools that allow users to deploy new tokens with customizable parameters, query token metadata, initiate token transfers, and retrieve transaction details. The server supports 21 different blockchains, making it a versatile solution for token management. With an interactive prompt for deployment guidance, users can easily navigate the token creation process. The server requires Node.js v18.x or higher, npm, a valid Infura API key, and an Ethereum private key for signing transactions.
Features
- Deploy new ERC-20 tokens with customizable parameters.
- Query token metadata (name, symbol, decimals, total supply).
- Initiate token transfers (returns transaction hash without confirmation).
- Retrieve transaction details by hash.
- Check native token balance of the current account.
Tools
deployToken
20 tokens (name, symbol, initial supply, decimal places, chain ID)
transferToken
20 tokens (token address, target address, quantity, chain ID)
getTransactionInfo
Search transaction details (transaction hash, chain ID)
getTokenBalance
20 token balance
getTokenInfo
20 token metadata (token address, chain ID)
getBalance
Check the native token balance (chain ID)