{ "name": "token-tool-mcp", "version": "1.1.1", "description": "Bitbond TokenTool MCP — deploy and manage ERC20 tokens via AI agents", "main": "src/index.js", "scripts": { "start": "node src/index.js", "cli": "node src/cli.js", "test": "node test/e2e.js" }, "keywords": [ "mcp", "model-context-protocol", "token", "erc20", "blockchain", "bitbond", "rwa", "tokenization", "ai-agents", "web3" ], "author": "Bitbond GmbH", "license": "MIT", "type": "commonjs", "engines": { "node": ">=18.0.0" }, "files": [ "src/", "README.md", "LICENSE", "CHANGELOG.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "@solana/spl-token": "^0.4.14", "@solana/web3.js": "^1.98.4", "@stellar/stellar-sdk": "^14.5.0", "ethers": "^6.16.0", "zod": "^4.3.6" }, "bin": { "token-tool-mcp": "./src/index.js", "token-tool": "./src/cli.js" }, "homepage": "https://tokentool.bitbond.com", "mcpName": "io.github.bitbond/token-tool", "repository": { "type": "git", "url": "https://github.com/bitbond/token-tool-mcp" } }