token_security

$0.005 USDC per call

Check if a Solana token is safe to trade. Returns rug pull detection, honeypot flags, freeze/mint authority, insider networks, transfer fees, and a risk score via RugCheck.

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