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 with the specified parameters: name, symbol, initialSupply, decimals, and chainId.

transferToken

Transfers ERC-20 tokens from the current account to a specified address. Parameters: tokenAddress, toAddress, amount, and chainId.

getTransactionInfo

Retrieves details of a transaction using the transaction hash and chainId.

getTokenBalance

Queries the balance of a specific ERC-20 token for the current account based on the token address.

getTokenInfo

Queries the metadata of an ERC-20 token using the token address and chainId.

getBalance

Checks the native token balance of the current account based on the chainId.

Last Updated: May 23, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ