Etherscan for VS Code
io.etherscan/etherscan-mcp
Read-only Etherscan V2 blockchain data: balances, transactions, transfers, tokens, contracts, logs.
client:VS Code
transport:streamable-http
tools:16
Install Etherscan in VS Code
.vscode/mcp.json
{
"servers": {
"etherscan-mcp": {
"type": "http",
"url": "https://mcp-keyless.etherscan.io/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- get_native_balance
- get_transactions
- get_internal_transactions
- get_token_transfers
- get_contract_source
- get_contract_abi
- get_contract_creation
- get_transaction_receipt_status
- get_transaction_status
- get_gas_oracle
- get_block_by_timestamp
- get_supported_chains
- get_logs
- get_transaction_by_hash
- get_transaction_receipt
- render_etherscan_widget