An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.
An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains. The token minter mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
deployToken — Deploys a new ERC-20 token (name, symbol, initialSupply, decimals, chainId)transferToken — Transfers ERC-20 tokens (tokenAddress, toAddress, amount, chainId)getTransactionInfo — Retrieves transaction details (txHash, chainId)getTokenBalance — Queries the balance of a specific ERC-20 token for the current accountgetTokenInfo — Queries ERC-20 token metadata (tokenAddress, chainId)getBalance — Checks native token balance (chainId)name — The token's full name (e.g., "MyToken")symbol — The token's ticker (e.g., "MTK")initialSupply — Amount in token units (e.g., 1000000 for 1M tokens, default 1,000,000)decimals — Optional number of decimals (default is 18)chainId — Optional chain ID (default is 1 for Ethereum)Tools — The Tools tool exposed by this serverhardhat on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need 2 environment variables: INFURA_KEY, PRIVATE_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Token Minter MCP's toolset — deployToken, transferToken, getTransactionInfo and 11 more — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| deployToken | Deploys a new ERC-20 token (name, symbol, initialSupply, decimals, chainId). |
| transferToken | Transfers ERC-20 tokens (tokenAddress, toAddress, amount, chainId). |
| getTransactionInfo | Retrieves transaction details (txHash, chainId). |
| getTokenBalance | Queries the balance of a specific ERC-20 token for the current account. |
| getTokenInfo | Queries ERC-20 token metadata (tokenAddress, chainId). |
| getBalance | Checks native token balance (chainId). |
| name | The token's full name (e.g., "MyToken") |
| symbol | The token's ticker (e.g., "MTK") |
| initialSupply | Amount in token units (e.g., 1000000 for 1M tokens, default 1,000,000) |
| decimals | Optional number of decimals (default is 18) |
| chainId | Optional chain ID (default is 1 for Ethereum) |
| Tools | The Tools tool exposed by this server. |
| Resources | The Resources tool exposed by this server. |
| Prompts | The Prompts tool exposed by this server. |
{
"mcpServers": {
"Token-Minter-MCP": {
"command": "node",
"args": ["path/to/token-minter-mcp/server/index.js"],
"env": {
"INFURA_KEY": "your infura key",
"PRIVATE_KEY": "your private key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| INFURA_KEY | Credential the server authenticates with. | Yes |
| PRIVATE_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.