MCPServers
Token Minter - MCP server logo

Token Minter

11
0

Summary

Token Minter MCP enables AI assistants to deploy and interact with ERC-20 tokens across multiple blockchain networks. Built by kukapay, it provides tools for deploying custom tokens with configurable parameters, querying token information, checking balances, and transferring tokens. The server leverages ethers.js and a SimpleERC20 smart contract to interact with various EVM-compatible chains including Ethereum, Polygon, BSC, and others. This implementation is particularly valuable for blockchain workflows where users need to create and manage tokens without leaving their conversation interface.

Available Actions(6)

deployToken

Deploys a new ERC-20 token. Parameters: name (string), symbol (string), initialSupply (number), decimals (number), chainId (number).

transferToken

Transfers ERC-20 tokens. Parameters: tokenAddress (string), toAddress (string), amount (number), chainId (number).

getTransactionInfo

Retrieves transaction details. Parameters: txHash (string), chainId (number).

getTokenBalance

Queries the balance of a specific ERC-20 token for the current account. Parameters: tokenAddress (string), chainId (number).

getTokenInfo

Queries ERC-20 token metadata. Parameters: tokenAddress (string), chainId (number).

getBalance

Checks native token balance. Parameters: chainId (number).

Last Updated: May 23, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签