token_holders

$0.005 USDC per call

Get full holder list for a Solana token with concentration analysis. Returns top holders, balances, % of supply, and distribution metrics.

Parameters
NameTypeRequiredDescription
mintAddress string required Solana token mint address (base58)
limit string optional Number of top holders to return (default: 25)
Example Call
// MCP tool call
{
  "name": "token_holders",
  "arguments": {
    "mintAddress": "",
    "limit": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground