Submit

Cryptowhaleinsights Mcp Server

@CryptoWhaleInsights

Remote MCP server exposing free, read-only crypto whale-tracking & market-intelligence tools to AI agents. No auth. 17 tools across 14 chains: whale movements, tracked wallets, platform stats, trending tokens, gas, funding rates, stablecoin flows, liquidations, airdrops, narratives, bridge flows, burn tracker, social sentiment, Fear & Greed, market heatmap.
Overview
<!-- Open Graph -->
<meta property="og:title" content="Crypto Data API for AI Agents — Whale Movements Across 14 Chains | CryptoWhaleInsights" />
<meta property="og:description" content="Free, read-only crypto data API for AI agents and LLMs. On-chain whale movements across 14 chains, trending tokens, gas, and funding rates. OpenAPI 3.1 + MCP server, no API key, no KYC." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CryptoWhaleInsights" />
<meta property="og:url" content="https://cryptowhaleinsights.com/api-for-ai-agents" />
<meta property="og:image" content="https://cryptowhaleinsights.com/assets/logo-512.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="CryptoWhaleInsights — Real-Time Whale Tracking Platform" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="ar_SA" />
<meta property="og:locale:alternate" content="hi_IN" />
<meta property="og:locale:alternate" content="zh_CN" />
<meta property="og:locale:alternate" content="ru_RU" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Crypto Data API for AI Agents — Whale Movements Across 14 Chains | CryptoWhaleInsights" />
<meta name="twitter:description" content="Free, read-only crypto data API for AI agents and LLMs. On-chain whale movements across 14 chains, trending tokens, gas, and funding rates. OpenAPI 3.1 + MCP server, no API key, no KYC." />
<meta name="twitter:image" content="https://cryptowhaleinsights.com/assets/logo-512.png" />
<meta name="twitter:image:alt" content="CryptoWhaleInsights Platform Preview" />

<!-- hreflang: only en and x-default until locale-specific URLs serve matching-language HTML -->
<link rel="alternate" hreflang="en" href="https://cryptowhaleinsights.com/" />
<link rel="alternate" hreflang="x-default" href="https://cryptowhaleinsights.com/" />

<!-- RSS feeds -->
<link rel="alternate" type="application/rss+xml" title="CryptoWhaleInsights RSS" href="/rss" />
<link rel="alternate" type="application/rss+xml" title="CryptoWhaleInsights Blog RSS" href="/blog/rss.xml" />

<!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="64x64" href="/assets/favicon-64.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/logo-180.png" />
<link rel="manifest" href="/manifest.json" />

<!-- Structured Data -->
<script type="application/ld+json">
[
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "CryptoWhaleInsights",
    "url": "https://cryptowhaleinsights.com",
    "logo": {
      "@type": "ImageObject",
      "url": "https://cryptowhaleinsights.com/assets/logo-512.png",
      "width": 512,
      "height": 512
    },
    "description": "Real-time whale tracking and emerging token intelligence platform for cryptocurrency investors.",
    "foundingDate": "2025",
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "customer support",
      "availableLanguage": ["English", "Arabic", "Hindi", "Chinese", "Russian"]
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "name": "CryptoWhaleInsights",
    "url": "https://cryptowhaleinsights.com",
    "description": "Track whale wallet movements on BTC, ETH & SOL, discover emerging tokens from 31+ sources, and receive AI-powered alerts.",
    "inLanguage": ["en", "ar", "hi", "zh", "ru"]
  },
  {
    "@context": "https://schema.org",
    "@type": "SoftwareApplication",
    "name": "CryptoWhaleInsights",
    "applicationCategory": "FinanceApplication",
    "operatingSystem": "Web",
    "url": "https://cryptowhaleinsights.com",
    "description": "AI-powered cryptocurrency intelligence platform with whale tracking, token analysis, and market alerts.",
    "offers": [
      {
        "@type": "Offer",
        "name": "Free Plan",
        "price": "0",
        "priceCurrency": "USD"
      },
      {
        "@type": "Offer",
        "name": "Weekly Alpha",
        "price": "9",
        "priceCurrency": "USD"
      },
      {
        "@type": "Offer",
        "name": "Max Alpha",
        "price": "19",
        "priceCurrency": "USD"
      }
    ]
  }
]
</script>

<!-- Preloader: shown immediately before React mounts -->
<style>
  #cwi-loader{position:fixed;inset:0;z-index:9999;background:hsl(222,47%,6%);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;transition:opacity .35s ease}
  #cwi-loader.cwi-out{opacity:0;pointer-events:none}
  .cwi-spin{width:44px;height:44px;border:3px solid rgba(255,255,255,.08);border-top-color:hsl(195,90%,55%);border-radius:50%;animation:cwi-r .75s linear infinite}
  @keyframes cwi-r{to{transform:rotate(360deg)}}
  .cwi-lbl{font-family:sans-serif;font-size:12px;letter-spacing:.12em;color:hsl(195,90%,55%);opacity:.7}
</style>

<!-- Dynamic lang attribute updater -->
<script>
  (function() {
    try {
      var lang = localStorage.getItem("locale") || "en";
      var validLangs = ["en","ar","hi","zh","ru"];
      if (validLangs.indexOf(lang) !== -1) {
        document.documentElement.lang = lang;
        if (lang === "ar") document.documentElement.dir = "rtl";
      }
    } catch(e) {}
  })();
</script>

<!-- Performance: preconnect only to what we actually use -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://assets.coingecko.com" />
<link rel="dns-prefetch" href="https://api.dexscreener.com" />
<link rel="dns-prefetch" href="https://api.coingecko.com" />
<link rel="dns-prefetch" href="https://blockchair.com" />
<link rel="dns-prefetch" href="https://raw.githubusercontent.com" />

<!-- Fonts: only the 2 families actually used by the app -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-CHOgEVVz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CzARzhxs.css">
<link rel="canonical" href="https://cryptowhaleinsights.com/api-for-ai-agents" />

Track Whale Moves & Emerging Tokens in Real-Time

CryptoWhaleInsights monitors on-chain whale transactions, detects exchange inflows, and surfaces emerging tokens before the crowd — with bilingual alerts delivered to your dashboard and Telegram.

  • Free Starter plan
  • Telegram alerts
  • EN/AR/HI/ZH/RU multilingual with full RTL support
  • 158 tokens tracked, 5-minute updates, 24/7 monitoring

Everything you need to stay ahead

From live wallet monitoring to AI-powered token discovery, our tools give you the edge that matters.

  • Whale Copy Trading — Track 80+ institutional wallets across 14 chains (BTC, ETH, SOL, BSC, Base, ARB, MATIC, TON, SUI, HYPE, TRX, SEI, INJ, APT). Get AI-analyzed entry signals, confidence scores, and smart money flow alerts.
  • Exchange Inflow & Outflow Monitor — Real-time capital flow tracking for Binance, OKX, Bybit, Gate.io, Huobi/HTX, MEXC, and Bitget on ETH and TRX chains. Detect institutional buying and selling before it hits the market.
  • Emerging Token Radar — Discover tokens from 9+ sources including DexScreener, CoinGecko, Pump.fun, and X/Twitter — with AI risk analysis.
  • Golden Opportunity Alerts — AI-powered combined-signal alerts analyzing whale moves, volume spikes, and Fear & Greed levels.
  • Smart Alert Rules — Set threshold-based alerts for whale moves, token pumps, and exchange inflows. Get notified via Inbox and Telegram.
  • Social Sentiment Analysis — Real-time sentiment for 35+ crypto tokens from Twitter/X, Reddit, and on-chain data.
  • Daily Alpha Digest — AI-generated daily summary with top whale moves, high-potential tokens, and risk warnings in 5 languages.
  • Multilingual EN/AR/HI/ZH/RU — Full RTL support for Arabic. Switch languages with one click.
  • Token Safety Checker — Free crypto token risk scanner. Analyze liquidity, volume, age, and trading pairs for any token.
  • Arbitrage Scanner — Find real-time arbitrage opportunities across 158+ tokens and multiple DEX/CEX venues.
  • Whale Patterns AI — Detect institutional accumulation, distribution, and wash trading patterns before the market reacts.

What you unlock with Alpha — pro-grade whale intelligence

A preview of the premium tools inside the platform. Every signal is verified on-chain and every number is real — no marketing claims.

  • Whale Tracker (Max Alpha) — Follow 80+ smart-money wallets across 14 chains in real time. Every buy and sell is verified on-chain with a live explorer link.
  • Whale Patterns AI (Max Alpha) — AI reads clusters of whale moves and surfaces accumulation, rotation, and distribution patterns before the crowd notices.
  • Wallet Intelligence Engine (Max Alpha) — Per-wallet AI breakdown: trading style, risk level, top tokens, and an actionable recommendation for any wallet you track.
  • Golden Alerts (Max Alpha) — The highest-conviction signals, fused from whale flows, momentum, and market mood, pushed to your Telegram in under 5 minutes.
  • Wallet Cluster & Sybil Detection (Max Alpha) — Trace the funders behind a token's top holders, expose coordinated wallet clusters, and score Sybil risk 0–100 before you buy.
  • Signal Performance Proof (Max Alpha) — Verified win rate, average return, and a BTC benchmark, backed by a full historical signal database.
  • Weekly PDF Reports (Max Alpha) — An AI-written market intelligence report delivered every Sunday, covering whale flows, narratives, and what to watch next.
  • Narrative Tracker (Weekly Alpha) — See which crypto narratives are heating up by capital flow and momentum, so you rotate into strength early.

Simple, transparent pricing — Pay with USDT on TRC20

All plans paid in USDT via TRC20 (Tron network). Start free, upgrade anytime. No credit card required.

Starter — Free forever

Dashboard, whale feed, top 5 emerging tokens, fear & greed index, market heatmap, blog, token safety checker, gas tracker, wallet profiler, liquidation map, airdrops, glossary, profit calculator, and more. No payment required.

Weekly Alpha — $9 / 7 days | $25 / 30 days (Monthly, save 36%) | $199 / 365 days (Annual, save 58%)

Full emerging token discovery, social sentiment for all 35+ tokens, whale copy trading (10 wallets, truncated AI), portfolio tracker, watchlist, up to 5 alert rules, token comparison, token strength index, burn tracker, bridge monitor, token unlocks (30 days + crypto events calendar), and daily alpha digest in 5 languages.

Max Alpha — $19 / 7 days | $39 / 30 days (Monthly, save 19%) | $349 / 365 days (Annual, save 40%)

All Weekly Alpha features plus: all 80+ whale wallets across 14 chains (BTC/ETH/SOL/BSC/Base/ARB/MATIC/TON/SUI/HYPE/TRX/SEI/INJ/APT) with full AI analysis and confidence scores, Wallet Intelligence Engine (GPT-4o-mini deep behavioral analysis), Smart Wallets tab, whale patterns AI, golden alerts, weekly PDF reports in 5 languages (EN/AR/HI/ZH/RU), hidden gems discovery, unlimited alert rules, and full multilingual daily digest with AI insights.

158 Cryptocurrencies Tracked in Real-Time

CryptoWhaleInsights tracks 158 tokens via DexScreener with live price, volume, and whale activity data updated every 5 minutes.

Large Cap & Layer 1

Bitcoin (BTC), Ethereum (ETH), Solana (SOL), BNB (BNB), XRP (XRP), Cardano (ADA), Dogecoin (DOGE), Avalanche (AVAX), Shiba Inu (SHIB), Polkadot (DOT), Litecoin (LTC), Bitcoin Cash (BCH), Tron (TRX), Toncoin (TON), Near Protocol (NEAR), Aptos (APT), Sui (SUI), Sei (SEI), Celestia (TIA), Injective (INJ)

Layer 2 & Scaling

Polygon (MATIC), Arbitrum (ARB), Optimism (OP), Starknet (STRK), Immutable (IMX), Manta Network (MANTA), Metis (METIS), zkSync (ZK), Blast (BLAST), Scroll (SCR), Base (BASE), Linea (LINEA), Mode (MODE)

DeFi

Uniswap (UNI), Aave (AAVE), Maker (MKR), Synthetix (SNX), Curve (CRV), Compound (COMP), Sushi (SUSHI), 1inch (1INCH), dYdX (DYDX), GMX (GMX), Pendle (PENDLE), Lido (LDO), Rocket Pool (RPL), Frax (FXS), PancakeSwap (CAKE), Trader Joe (JOE), Raydium (RAY), Jupiter (JUP), Orca (ORCA), Thorchain (RUNE), Osmosis (OSMO), Radiant (RDNT)

AI & Data

Fetch.ai (FET), Render (RENDER), Worldcoin (WLD), Ocean Protocol (OCEAN), SingularityNET (AGIX), Bittensor (TAO), Akash (AKT), Arkham (ARKM), The Graph (GRT), Filecoin (FIL), Arweave (AR), Storj (STORJ), Theta (THETA)

Meme Coins

Pepe (PEPE), dogwifhat (WIF), Bonk (BONK), Floki (FLOKI), Meme (MEME), Turbo (TURBO), Brett (BRETT), Mog (MOG), Neiro (NEIRO), Popcat (POPCAT), Book of Meme (BOME), Baby Doge (BABYDOGE)

GameFi & Metaverse

Sandbox (SAND), Decentraland (MANA), Axie Infinity (AXS), Enjin (ENJ), Gala (GALA), Illuvium (ILV), Yield Guild (YGG), Beam (BEAM), Prime (PRIME), Pixels (PIXEL), Portal (PORTAL), Ronin (RON)

Oracle & Infrastructure

Chainlink (LINK), Pyth Network (PYTH), API3 (API3), Band Protocol (BAND), Tellor (TRB), Mask Network (MASK), SSV Network (SSV), Ankr (ANKR), Pocket Network (POKT), Quant (QNT)

Payment Method

All subscriptions are paid in USDT (Tether) on the TRC20 (Tron) network via NOWPayments. Fast confirmation, low fees, no credit card needed.

Crypto Intelligence Tools

Cryptocurrency Price Pages

Server Config

{
  "mcpServers": {
    "cryptowhaleinsights": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cryptowhaleinsights.com/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.