cabal-hunter-mcp
This server performs real-time on-chain cabal and rug detection for Solana tokens via a single tool: check_cabal_risk({ mint }).
Scan any Solana token mint address to receive:
Exit-Liquidity Risk Verdict:
SAFE,REVIEW, orAVOIDCabal Score (0–100): Quantifies coordinated wallet activity
Funding-Cluster Detection: Identifies wallets funded from the same master wallet, with collective supply percentages
Same-Block Jito-Bundle Detection: Flags coordinated same-block buys indicating bundled sniping
Coordinated Dump Detection: Detects multiple holders dumping simultaneously
Serial Rugger Deployer History: Shows tokens launched vs. abandoned (e.g., "launched 14, 13 dead")
Honeypot Check: Detects freeze authority status and Token-2022 traps that could prevent selling
On-Chain Evidence Links: Every flag links to a Solscan transaction for verification
Agent-Friendly Output: Returns
scan_complete,wallets_checked, verdict, and cabal score so agents can gate buys automatically
Free tier: 250 scans/month per IP, no API key required. An optional CABAL_HUNTER_API_KEY header unlocks higher limits. Also available via REST API, ElizaOS plugin, and an interactive bubble map.
Scans Solana token mints for cabal risk, funding-cluster detection, Jito-bundle detection, coordinated-dump detection, serial-rug deployer history, and honeypot checks, providing an exit-liquidity risk verdict.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cabal-hunter-mcpScan token mint 7GCihg... for cabal risk"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cabal-hunter-mcp
On-chain Solana cabal & rug detection as an MCP server. One tool — check_cabal_risk — scans any Solana token mint before your agent buys and returns an Exit-Liquidity Risk verdict (SAFE | REVIEW | AVOID), a 0–100 cabal score, funding-cluster detection, same-block Jito-bundle detection, coordinated-dump detection, serial-rug deployer history ("launched 14, 13 dead"), and a Solana-native honeypot check (freeze authority + Token-2022 traps). Every flag links to its on-chain evidence transaction.
🌐 Available in 9 languages: English · Español · Português · Français · Deutsch · Nederlands · 中文 · 日本語 · 한국어
Contract-clean is not cabal-clean. RugCheck-style scanners tell you the mint/freeze/LP are fine — they don't tell you that 15 wallets funded from one source are holding 30% of supply, waiting to dump on you. That's what this catches.
Quick start
npx cabal-hunter-mcpNo install, no signup, no API key — 250 free scans/month per IP. That's the whole setup; the command below is what you drop into any MCP client.
Claude Desktop / Claude Code / Cursor / VS Code / ElizaOS
{
"mcpServers": {
"cabal-hunter": {
"command": "npx",
"args": ["-y", "cabal-hunter-mcp"]
}
}
}Prefer a remote HTTP server (no local process)? Point straight at the hosted endpoint instead:
{ "mcpServers": { "cabal-hunter": { "url": "https://api.cabal-hunter.com/mcp" } } }Related MCP server: token-rugcheck
The tool
check_cabal_risk({ mint }) — pass a Solana token mint (contract) address. Returns the full forensic JSON:
{
"recommendation": "AVOID", // SAFE | REVIEW | AVOID ← the headline
"risk": "HIGH", // exit-liquidity risk
"cabal_score": 100, // 0-100
"honeypot_risk": "LOW", // freeze authority + Token-2022 traps
"mint_authority_revoked": true,
"freeze_authority_revoked": true,
"deployer": { "verdict": "SERIAL_RUGGER", "tokens_launched": 14, "dead": 13 },
"coordinated_clusters": [
{ "wallets": 5, "combined_pct": 23.1, "evidence_tx": "https://solscan.io/tx/…" }
],
"time_sync": true, // same-block (Jito-bundled) buys
"coordinated_exit": false, // ≥2 holders dumped together
"top_reasons": ["..."],
"wallets_checked": 15,
"scan_complete": true
}scan_complete / wallets_checked are included on purpose so your agent can apply its own risk tolerance instead of inheriting ours — the score is a starting point you can verify (every cluster carries an evidence_tx), not a verdict you take on faith.
Gate a buy in your agent
"Before buying any token, call
check_cabal_riskwith the mint. IfrecommendationisAVOIDorcabal_score >= 65orhoneypot_riskisHIGH, skip the trade and say why."
Pricing
250 scans/month per IP — free, no key.
After that: $9/month for Unlimited (fair use), or pay-as-you-go at $0.001 USDC per scan (priced at cost). No signup, no card.
Prepaid key: send USDC,
POST /api/buy-key, then setCABAL_HUNTER_API_KEY(sent as theX-API-Keyheader). Full details: api.cabal-hunter.com/pricing.
Configuration
Env var | Default | Purpose |
| (none) | Prepaid key for unlimited / metered use ( |
|
| Override the API base URL. |
Other ways to use Cabal-Hunter
REST:
curl "https://api.cabal-hunter.com/api/scan-cabal?mintAddress=<MINT>"— OpenAPI specElizaOS plugin:
elizaos-plugin-cabal-hunter(npm install elizaos-plugin-cabal-hunter)MCP template / starter: solana-safe-sniper-mcp-template
Human? Free interactive bubble map — wallets, Solscan receipts, live chart + trade links on one screen: api.cabal-hunter.com/map
What it detects (why "contract-clean" misses it)
A cabal is 15 fresh wallets — all funded from the same master wallet, all buying in the first seconds of launch — quietly accumulating 25–40% of supply before your bot sees the first candle. Contract clean. LP burned. Everything green. Then they dump, simultaneously, into your liquidity. Cabal-Hunter traces the funding graph on-chain and answers the only question that matters before you sign a swap: are you the exit liquidity?
MIT licensed. Powered by Cabal-Hunter. This package is a thin MCP wrapper over the hosted API — the detection runs server-side against live Solana on-chain data (Helius RPC).
Maintenance
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulf280-ui/cabal-hunter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server