Analyze a Solana token's risk profile. Returns a 0-100 risk score based on holder concentration, liquidity, and distribution.
| Name | Type | Required | Description |
|---|---|---|---|
| mintAddress | string | required | Solana token mint address (base58) |
// MCP tool call
{
"name": "token_risk_score",
"arguments": {
"mintAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}