Swarm
get_quick_score
Fast cached token risk check. Returns score (0-100), risk band, and key token metadata for quick pre-trade screening. Free: 10 calls/day; paid calls: 0.02 USDC.
Remote sentien-labs/verdictswarm-mcp
Other tools also called get_quick_score?
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": ""
},
"client_id": {
"type": "string",
"title": "Client Id",
"default": "anonymous"
},
"tx_signature": {
"type": "string",
"title": "Tx Signature",
"default": ""
},
"token_address": {
"type": "string",
"title": "Token Address"
}
}
}