Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.
claude mcp add token-tool -- npx -y token-tool-mcp
claude_desktop_config.json
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"token-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bitbond--token-tool/reviews or the review_server meta-tool.
POST /mcp