Etherscan for Gemini CLI
io.github.pipeworx-io/etherscan
Etherscan MCP — multichain block-explorer API (Etherscan V2)
client:Gemini CLI
transport:streamable-http
Install Etherscan in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"etherscan": {
"httpUrl": "https://gateway.pipeworx.io/etherscan/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs