Swarm
scan_token
Run a full 6-agent VerdictSwarm risk scan. Returns consensus score, risk level, and agent-level findings for safe trading decisions.
Remote sentien-labs/verdictswarm-mcp
Other tools also called scan_token?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"chain": {
"type": "string",
"title": "Chain",
"default": "solana"
},
"depth": {
"type": "string",
"title": "Depth",
"default": "full"
},
"api_key": {
"type": "string",
"title": "Api Key",
"default": ""
},
"tx_signature": {
"type": "string",
"title": "Tx Signature",
"default": ""
},
"token_address": {
"type": "string",
"title": "Token Address"
}
}
}