get_address
ActiveTool of Blockscout
"What's the balance of [wallet]" / "Ethereum / Polygon / Arbitrum / Base wallet info" / "address summary for [0x...]" / "what tokens does [wallet] hold" — on-chain address summary across 20+ EVM chains (Ethereum, Optimism, Polygon, Arbitrum, Base, BNB, Gnosis, Celo, zkSync, Scroll, Linea, Blast, …). Returns balance, transaction count, token-holding stats. Pass chain slug + 0x address.
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"address": "0x1234567890123456789012345678901234567890"
},
{
"chain": "polygon",
"address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
}
],
"required": [
"chain",
"address"
],
"properties": {
"chain": {
"type": "string",
"description": "Chain slug (see list_chains)"
},
"address": {
"type": "string",
"description": "0x address"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries