covalent_token_holders

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

Top holders of token X on chain Y — the largest wallet holders of an ERC-20 token contract, with balances. Works across 100+ chains via Covalent/GoldRush. Example: covalent_token_holders({ token_address: “0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48”, chain: “eth-mainnet”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
token_addressstringyesERC-20 token contract address (0x…)
chainstringno
_apiKeystringyesCovalent / GoldRush API key (free tier at goldrush.dev)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026