Swarm
check_rug_risk
Rug-pull-focused security scan. Checks mint/freeze controls, LP lock status, honeypot behavior, holder concentration, and returns SAFE/CAUTION/DANGER.
Remote sentien-labs/verdictswarm-mcp
Other tools also called check_rug_risk?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"chain": {
"type": "string",
"title": "Chain",
"default": "solana"
},
"api_key": {
"type": "string",
"title": "Api Key",
"default": ""
},
"tx_signature": {
"type": "string",
"title": "Tx Signature",
"default": ""
},
"token_address": {
"type": "string",
"title": "Token Address"
}
}
}