token tool for VS Code
io.github.bitbond/token-tool
Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.
client:VS Code
transport:stdio
runtime:npm
Install token tool in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "bitbond-private-key",
"description": "BITBOND_PRIVATE_KEY",
"password": true
}
],
"servers": {
"token-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
],
"env": {
"BITBOND_PRIVATE_KEY": "${input:bitbond-private-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs