
Token Revoke MCP Server
Token Revoke MCP Server empowers FlowHunt users and developers to monitor, manage, and revoke ERC-20 token allowances across over 50 EVM-compatible blockchains—...
Easily deploy, manage, and transfer ERC-20 tokens on 21 blockchains with the Token Minter MCP Server, integrating blockchain technology into AI-driven workflows.
The Token Minter MCP Server enables AI assistants and agents to interact with blockchain ecosystems by providing tools for deploying and managing ERC-20 tokens across 21 different blockchains. As an MCP (Model Context Protocol) server, it connects AI-driven workflows with blockchain infrastructure, allowing for programmatic minting, querying, and transferring of tokens. The server exposes standardized interfaces for tasks such as deploying new tokens with customizable parameters, querying token and account information, and initiating token transfers. By integrating with AI clients, developers can automate and streamline token-related operations, empowering applications with blockchain capabilities for rapid prototyping, testing, and live deployments.
No prompt templates are mentioned in the available documentation or code.
No explicit MCP Resources are described in the available documentation or code.
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"]
}
}
Securing API Keys:
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"],
"env": {
"PRIVATE_KEY": "${PRIVATE_KEY}"
},
"inputs": {
"PRIVATE_KEY": ""
}
}
}
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"]
}
}
Securing API Keys:
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"],
"env": {
"PRIVATE_KEY": "${PRIVATE_KEY}"
},
"inputs": {
"PRIVATE_KEY": ""
}
}
}
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"]
}
}
Securing API Keys:
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"],
"env": {
"PRIVATE_KEY": "${PRIVATE_KEY}"
},
"inputs": {
"PRIVATE_KEY": ""
}
}
}
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"]
}
}
Securing API Keys:
"mcpServers": {
"token-minter": {
"command": "npx",
"args": ["@kukapay/token-minter-mcp@latest"],
"env": {
"PRIVATE_KEY": "${PRIVATE_KEY}"
},
"inputs": {
"PRIVATE_KEY": ""
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"token-minter": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “token-minter” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Brief description available in README. |
List of Prompts | ⛔ | No prompt templates documented. |
List of Resources | ⛔ | No explicit MCP resources listed. |
List of Tools | ✅ | Six tools documented (deploy, transfer, query, etc.). |
Securing API Keys | ✅ | Example provided in setup instructions. |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support. |
The Token Minter MCP Server is focused and well-documented in terms of its core functionality (tools and setup), but lacks depth in resource and prompt template documentation. It is strong for developers needing ERC-20 minting automation and blockchain workflows, but would benefit from more detailed MCP resource and workflow prompt examples. Roots and sampling are not documented.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 6 |
Number of Stars | 13 |
The Token Minter MCP Server is a bridge between AI-driven workflows and blockchain ecosystems, enabling programmatic deployment, querying, and transfer of ERC-20 tokens across 21 blockchains. It exposes standardized tools for developers to automate token management, transfers, and analytics within FlowHunt and other AI environments.
The MCP server provides tools for deploying new ERC-20 tokens (deployToken), transferring tokens (transferToken), retrieving transaction and token information (getTransactionInfo, getTokenInfo), and querying token and native balances (getTokenBalance, getBalance).
You can secure your private key using environment variables in your MCP server configuration. Refer to the setup examples for each client to see how to use the PRIVATE_KEY environment variable for secure key management.
Yes, the Token Minter MCP Server supports deployment and operations on both testnets and mainnets across 21 different blockchains, depending on your configuration and the chain ID you specify.
Use cases include automating token deployment, building payment or reward flows, integrating blockchain analytics into your AI, rapid prototyping of decentralized applications, and providing safe sandboxes for educational purposes.
The current documentation focuses on tool capabilities and setup. There are no explicit MCP resource or prompt template examples provided yet.
Add the MCP component to your FlowHunt flow, open its configuration panel, and insert your MCP server details in JSON. Once connected, your AI agent can use all available MCP server tools, such as deploying and transferring tokens directly from your workflow.
Automate your blockchain token operations and supercharge your AI workflows with Token Minter MCP. Start building smarter, blockchain-ready applications today.
Token Revoke MCP Server empowers FlowHunt users and developers to monitor, manage, and revoke ERC-20 token allowances across over 50 EVM-compatible blockchains—...
The EVM MCP Server offers seamless blockchain integration for AI and development workflows across multiple EVM-compatible networks. It enables smart contract in...
The Starknet MCP Server connects large language models (LLMs) to the Starknet blockchain, enabling AI assistants to query, analyze, and manage blockchain data a...