DEX Pool Sentinel Screener [CoinGecko MCP]

DEX Pool Sentinel Screener

AI-driven CoinGecko MCP terminal that screens token liquidity pools for depth, fee efficiency, arbitrage gaps, and on-chain risks.
Executes a two-agent orchestration — LiquidityScreener (market metrics) and RiskScreener (risk analysis) — using evidence-only MCP calls.
Output is a structured market brief with pool health, IL risk, holder concentration, and actionable opportunities.

Primary use-cases: 1 Liquidity & fee APY discovery, 2 Risk & arbitrage assessment.


How it Works

  1. Input{chain}+{contract} (optional: limit, window).
    LiquidityScreener fetches pools, reserves, fees, and price context from get_tokens_networks_onchain_pools, get_simple_price, and get_coins_markets.
  2. Orchestration – DEX Pool Sentinel delegates:
    • LiquidityScreener → Pool overview, efficiency, APY, arbitrage gaps.
    • RiskScreener → IL proxy, holder concentration, health flags, recommendations.
  3. Computation – Deterministic formulas for TVL, efficiency ratio, fee APY, IL risk proxy, and whale concentration.
  4. Output – Human-readable markdown brief, each metric tagged with MCP endpoint source.

Usage Tips

  • Always provide {chain}+{contract} for precise pool targeting.
  • Use small limit for focused analysis; defaults to 5.
  • For deep arbitrage mapping, run 7-day window for IL proxy accuracy.

Limits & Errors

  • MCP-only — no external APIs beyond CoinGecko MCP.
  • Returns “N/A” if an MCP endpoint lacks required data.
  • Will request chain/contract if missing or invalid.

Permissions: Public

Login for demo

  • user: testuser
  • pass: testuser1234

Workflow Details