get_address

Pack: blockscout · Endpoint: https://gateway.pipeworx.io/blockscout/mcp

Address summary — balance, tx counts, token-holding stats.

Parameters

NameTypeRequiredDescription
chainstringyesChain slug (see list_chains)
addressstringyes0x address

Example call

curl -X POST https://gateway.pipeworx.io/blockscout/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_address","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Address summary from Blockscout API"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "blockscout": {
      "url": "https://gateway.pipeworx.io/blockscout/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026