token_risk_score

$0.005 USDC per call

Analyze a Solana token's risk profile. Returns a 0-100 risk score based on holder concentration, liquidity, and distribution.

Parameters
NameTypeRequiredDescription
mintAddress string required Solana token mint address (base58)
Example Call
// MCP tool call
{
  "name": "token_risk_score",
  "arguments": {
    "mintAddress": ""
}
}
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