You're viewing a demo portfolio

Join the waitlist
PRSM

get_token_balance

Active

Tool of Etherscan

declared in 0.1.0

ERC-20 token balance for an address against a specific token contract.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "address": "0x1234567890123456789012345678901234567890",
      "contract_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
    },
    {
      "chain": "arbitrum",
      "address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
      "contract_address": "0xdac17f958d2ee523a2206206994597c13d831ec7"
    }
  ],
  "required": [
    "address",
    "contract_address"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "description": "Chain slug or numeric chain ID (default ethereum)"
    },
    "address": {
      "type": "string",
      "description": "Holder address"
    },
    "contract_address": {
      "type": "string",
      "description": "ERC-20 contract address"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Etherscan

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

1/7 registries
View full server →