package.jsonā¢1.32 kB
{
"name": "@jamesanz/evm-mcp",
"version": "1.0.1",
"type": "module",
"bin": {
"evm-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"test": "jest",
"test:watch": "jest --watch",
"start": "node build/index.js",
"postinstall": "node scripts/postinstall.js",
"configure-claude": "node scripts/configure-claude.js"
},
"files": [
"build",
"scripts"
],
"main": "index.js",
"keywords": [
"ethereum",
"evm",
"blockchain",
"mcp",
"rpc",
"json-rpc",
"web3",
"node-provider",
"claude",
"anthropic"
],
"author": "James Sangalli",
"license": "MIT",
"description": "EVM MCP Server - Comprehensive Ethereum Virtual Machine RPC interface for any node provider",
"homepage": "https://github.com/JamesANZ/evm-mcp",
"repository": {
"type": "git",
"url": "https://github.com/JamesANZ/evm-mcp.git"
},
"bugs": {
"url": "https://github.com/JamesANZ/evm-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"ethers": "^6.13.0",
"zod": "^3.25.75"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^24.0.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}