birdeye_token_holders

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

Top holders of token X. Returns the largest wallet holders of a token (owner address, token amount, and share of supply) by contract address. Example: birdeye_token_holders({ address: “So11111111111111111111111111111111111111112”, limit: 20, chain: “solana”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
addressstringyesToken contract/mint address.
limitnumbernoNumber of top holders to return (1–${MAX_ITEMS}, default ${MAX_ITEMS}).
chainstringnoBlockchain to query (sent as the x-chain header). Defaults to “solana”.
_apiKeystringyesBirdeye API key (get one at birdeye.so; limited free tier).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026