You're viewing a demo portfolio

Join the waitlist
PRSM

get_address

Active

Tool of Blockscout

declared in 0.1.0

"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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Blockscout

https://github.com/pipeworx-io/mcp-blockscout

1/7 registries
View full server →