MCP server for deploying, transferring, and querying ERC-20 tokens on 21 blockchains.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Token Minter MCP.
deployTokenDeploys a new ERC-20 token (name, symbol, initialSupply, decimals, chainId).
transferTokenTransfers ERC-20 tokens (tokenAddress, toAddress, amount, chainId).
getTransactionInfoRetrieves transaction details (txHash, chainId).
getTokenBalanceQueries the balance of a specific ERC-20 token for the current account.
getTokenInfoQueries ERC-20 token metadata (tokenAddress, chainId).
getBalanceChecks native token balance (chainId).
An MCP server providing tools for AI agents to mint ERC-20 tokens, supporting 21 blockchains.
token://{chainId}/{address}.Clone the Repository:
Install Dependencies:
Examples:
I want to create a new token called 'RewardToken' with the symbol 'RWD' on Arbitrum. It should have 5 million tokens in initial supply and use 6 decimal places.
Can you tell me how much POL I have in my wallet on the Polygon network?
Whatβs the balance of my newly created token on Polygon?
Please transfer 150.75 USDC from my account to 0xRecipientAddressHere on Polygon."
Whatβs the status of my token deployment transaction with hash 0xabc123... on Arbitrum?
Give me the details of the token at address 0xNewTokenAddressHere on Arbitrum.
How do I deploy a token on Polygon? What details do I need to provide?
Local Testing:
Intall dependencies:
Start a local Hardhat node:
Use chainId: 1337 in your prompts to test locally.
| Chain ID | Network Name | Native Token |
|---|---|---|
| 1 | Ethereum | ETH |
| 137 | Polygon | POL |
| 56 | BSC | BNB |
| 42161 | Arbitrum | ETH |
| 10 | Optimism | ETH |
| 59144 | Linea | ETH |
| 8453 | Base | ETH |
| 81457 | Blast | ETH |
| 11297108109 | Palm | PALM |
| 43114 | Avalanche | AVAX |
| 42220 | Celo | CELO |
| 324 | zkSync | ETH |
| 5000 | Mantle | MNT |
| 204 | opBNB | BNB |
| 534352 | Scroll | ETH |
| 1923 | Swellchain | ETH |
| 130 | Unichain | ETH |
| 23448594291968334 | Starknet | ETH |
| 80094 | Berachain | BERA |
| 999 | Hyperliquid | HYPE |
| 146 | Sonic | S |
| 1337 | Localhost | ETH |
This project is licensed under the MIT License. See the LICENSE file for details.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-token-minter-mcp)<a href="https://allmcps.com/mcp/kukapay-token-minter-mcp"><img src="https://allmcps.com/api/badge/kukapay-token-minter-mcp?style=directory" alt="Token Minter MCP on AllMCPs" /></a>