Submit

Cabal Hunter — Solana Token Cabal Detection

@PF Capital

Real-time Solana token cabal detection API. Traces top holder funding sources via Helius RPC to detect coordinated wallets, insider snipers and bubble-map clusters. Returns a 0–100 cabal confidence score. $0.05 USDC per query on Solana mainnet.
Overview

Cabal-Hunter — Solana Token Safety Oracle

Detect coordinated wallet cabals, insider launches, and bubble-map risk for any Solana token in real-time.

What it does

  • Fetches the top 20 holders of any token mint
  • Traces each wallet's funding history via Helius RPC
  • Detects wallets funded by the same master wallet (coordinated cabal)
  • Identifies wallets that sniped within 60 seconds of launch
  • Returns a Cabal Confidence Score (0–100)

Pricing

$0.05 USDC per query — paid on Solana mainnet. No subscription required.

How to pay

  1. Send 0.05 USDC to the recipient address returned in the 402 response
  2. Include the memo from the instructions
  3. Re-submit with header: X-Payment-Signature: <tx_signature>

Endpoints

  • REST: POST https://api.cabal-hunter.com/api/scan-cabal
  • MCP: https://api.cabal-hunter.com/mcp
  • Info: https://api.cabal-hunter.com/api/info

Example response

{
  "risk": "HIGH",
  "cabal_score": 72,
  "is_controlled": true,
  "verdict": "AVOID — 4 wallets from same funder control 34% of supply",
  "coordinated_clusters": [...]
}

Server Config

{
  "mcpServers": {
    "cabal-hunter": {
      "url": "https://api.cabal-hunter.com/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server