On-chain Solana token safety — cabal, bundle, rug-deployer & live-dump detection, one Exit-Liquidity Risk verdict before you buy.
Overview
Cabal-Hunter gives Solana trading agents a pre-trade safety check. Call check_cabal_risk(mintAddress) and it returns one Exit-Liquidity Risk verdict (LOW | ELEVATED | HIGH) before your bot signs a swap.
What it detects
- Funding trace — top holders walked back to shared funding wallets (classic cabal signature)
- Same-block Jito bundles — wallets that bought in one bundle (stealth launches)
- Coordinated dumps — multiple holders selling in the exact same block, in real time
- Serial-rug deployers — the creator's full launch history ("14 launched, 13 dead")
- CEX-noise filter — exchange-funded holders excluded, no false positives
Quick start
{ "mcpServers": { "cabal-hunter": { "url": "https://api.cabal-hunter.com/mcp" } } }
Works with Claude, Cursor and ElizaOS — plus a REST API and a free visual bubble map.
Pricing
Free: 100 queries/month per IP. Then $0.02 USDC/query (native Solana, no account, no API key).
Server Config
{
"mcpServers": {
"cabal-hunter": {
"url": "https://api.cabal-hunter.com/mcp"
}
}
}