Smart contract auditing and wallet analysis
Smart contract auditing, wallet analysis, token balance checking using Web3.js, Moralis, and Etherscan APIs.
{
"mcpServers": {
"ethereum": {
"mcpServers": {
"eth-tools": {
"env": {
"MORALIS_API_KEY": "YOUR_API_KEY",
"ETHERSCAN_API_KEY": "YOUR_API_KEY"
},
"args": [
"-y",
"@0xgval/ethereum-blockchain-tools"
],
"command": "npx"
}
}
}
}
}