{ "name": "@wkalidev/multichain-mcp", "mcpName": "io.github.wkalidev/multichain-mcp", "version": "1.2.1", "description": "MCP server for AI agents — Stacks, Celo, Base in one package", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "multichain-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "npm run build && node --test tests/**/*.test.js", "build:mcpb": "node scripts/build-mcpb.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "blockchain", "multichain", "stacks", "celo", "base", "ai-agent", "defi", "web3" ], "author": "wkalidev", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@stacks/network": "^6.13.0", "@stacks/transactions": "^6.17.0", "viem": "^2.21.0", "zod": "^3.23.8" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.8.0" }, "engines": { "node": ">=22" }, "overrides": { "ws": "^8.21.0", "tmp": "^0.2.7" }, "files": [ "dist", "README.md" ] }