Get full holder list for a Solana token with concentration analysis. Returns top holders, balances, % of supply, and distribution metrics.
| Name | Type | Required | Description |
|---|---|---|---|
| mintAddress | string | required | Solana token mint address (base58) |
| limit | string | optional | Number of top holders to return (default: 25) |
// MCP tool call
{
"name": "token_holders",
"arguments": {
"mintAddress": "",
"limit": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}