com.cabal-hunter.api/cabal-hunter
Official1 toolSolana token cabal/rug detection for AI agents - Exit-Liquidity verdict before you buy.
Detect suspicious Solana tokens and assess rug-pull risk for trading decisions.
Captured live from the server via tools/list.
check_cabal_risk
Real-time on-chain coordinated wallet detection for any Solana token mint. Three detection layers in one call: 1. FUNDING TRACE — walks the top holders' history back to launch and finds wallets funded by the same source (classic cabal signature). 2. SAME-BLOCK BUNDLES — flags holders whose token accounts were created in the exact same block (Jito-bundled multi-wallet launches that route funding through intermediaries to evade funding traces). `time_sync: true`. 2b. COORDINATED DUMP — flags ≥2 holders that SOLD a meaningful chunk (≥25% of their bag) in the exact same block: a cabal exiting in real time. `coordinated_exit: true`, clusters[].type='coordinated_exit', sold_pct. 3. DEPLOYER TRACK RECORD — resolves the token creator on-chain (works after graduation), pulls their full launch history, and reports how many of their previous tokens are dead. Verdicts: FIRST_LAUNCH / NORMAL / POOR_TRACK_RECORD / SERIAL_RUGGER. Returns a cabal confidence score 0–100, cluster breakdown, holder map, and a plain-English verdict, e.g. "AVOID — 5 wallets bought in the EXACT same block, controlling 23% of supply. DEPLOYER ALERT: 13 of 13 previous launches dead." COST: $0.02 USDC per query (paid on Solana mainnet). PAYMENT: Include X-Payment-Signature header with a valid USDC transaction signature, or call GET /api/info for payment instructions. Typical response time: <100ms for pre-indexed tokens, 1-5s for real-time analysis.
Parameters (2)
- mintAddressstringrequired
The Solana mint address of the token to audit (base58, 32–44 chars)
- pairCreatedAtnumber
Optional: DexScreener pairCreatedAt timestamp in milliseconds. Speeds up analysis when provided.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"cabal-hunter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.cabal-hunter.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.