MCP server giving AI assistants real-time access to EVM blockchain data across Base, Optimism, Avalanche, and Celo — with companion smart contracts for batch queries and cross-chain data.
Server Config
{
"mcpServers": {
"evmcp": {
"command": "npx",
"args": [
"-y",
"evmcp"
],
"env": {
"ALCHEMY_API_KEY": "your_key_here"
}
}
}
}