Swarm
get_token_report
Generate a shareable markdown report for a token. Includes score, risk level, security findings, and recommendations.
Remote sentien-labs/verdictswarm-mcp
Other tools also called get_token_report?
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"
}
}
}