io.github.bitbond/token-tool · v1.1.1
Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.
token-tool 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
],
"env": {
"BITBOND_PRIVATE_KEY": "<BITBOND_PRIVATE_KEY>"
}
}
}
}BITBOND_PRIVATE_KEY必填secretPrivate key for the wallet used to deploy tokens (hex, with 0x prefix)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.bitbond/token-tool",
"type": "mcp-server",
"version": "1.1.1",
"displayName": "token-tool",
"description": "Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.",
"repository": {
"url": "https://github.com/bitbond/token-tool-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "token-tool-mcp",
"version": "1.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "BITBOND_PRIVATE_KEY",
"description": "Private key for the wallet used to deploy tokens (hex, with 0x prefix)",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.bitbond/token-tool",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bitbond%2Ftoken-tool/versions/latest",
"isOfficial": true,
"status": "active"
}
}