Enables AI agents to interact with Ethereum smart contracts through Anvil, providing capabilities to read Solidity code, simulate and execute transactions, manipulate blockchain state, query events, and test contracts in isolated environments for development and auditing workflows.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ALCHEMY_API_KEY— Set to enable access to any Alchemy-supported network without additional configuration:ANVIL_DEFAULT_CHAIN_ID— Default chain ID 31337ANVIL_PORT_END— Anvil port range end 8555ANVIL_PORT_START— Anvil port range start 8545ARBISCAN_API_KEY— Arbiscan API key -AUDIT_MCP_DB_PATH— SQLite database path ./audit-mcp.dbAUDIT_MCP_HOST— HTTP server host 0.0.0.0AUDIT_MCP_PORT— Server port (default: 3000)ETHERSCAN_API_KEY— Optional, for source code verificationLOG_FILE— Log file path ./audit-mcp.logLOG_LEVEL— Logging level infoMAINNET_RPC_URL— RPC endpoint for mainnet interactionsSEPOLIA_RPC_URL— Sepolia RPC (overrides Alchemy) -SLITHER_PATH— Path to Slither binary /usr/local/bin/slitherSOLC_PATH— Path to Solc binary /usr/local/bin/solc[](https://m8ven.ai/mcp/dennisonbertram-mcp-anvil-tools-mnxuwp)