get_balance
ActiveTool of Etherscan
declared in 0.1.0
Native-token balance for an address on a supported EVM chain. Defaults to Ethereum mainnet. Accepts chain by slug (ethereum, polygon, bsc, base, arbitrum, optimism, avalanche, fantom, gnosis, linea, scroll, zksync, blast, mantle) or numeric chain ID.
Parameters schema
{
"type": "object",
"examples": [
{
"address": "0x1234567890123456789012345678901234567890"
},
{
"chain": "polygon",
"address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
}
],
"required": [
"address"
],
"properties": {
"chain": {
"type": "string",
"description": "Chain slug or numeric chain ID (default ethereum)"
},
"address": {
"type": "string",
"description": "0x address"
}
}
}Parent server
Etherscan
https://github.com/pipeworx-io/mcp-etherscan
1/7 registries