Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

CoinLobster

БесплатноНе проверен

Provides real-time crypto whale trade data and market analysis to AI agents, including unusual flow radar, liquidations, funding rates, and market snapshots acr

GitHubEmbed

Описание

Provides real-time crypto whale trade data and market analysis to AI agents, including unusual flow radar, liquidations, funding rates, and market snapshots across 15 exchanges and on-chain DEXs.

README

No API key required. Real executed whale trades (not wallet transfers) merged live across 15 exchanges (Binance, Coinbase, Bybit, OKX, Kraken and more) plus on-chain DEX swaps on Ethereum, Base and Arbitrum, with a Smart Money Radar for unusual flow, liquidations from the venues that publish them, Hyperliquid whale accounts named wallet by wallet, market snapshots and outcome-scored signals.

The only MCP server with live cross-exchange whale trades. Price data is everywhere, what whales just did is not.

License: MIT npm

See it work

One line to connect, no key and no signup, then ask a question no price API can answer:

claude mcp add --transport http coinlobster https://coinlobster.com/mcp

Who sold BTC in the last hour?

A real response, captured 2026-08-05 03:53 UTC:

BTC whale flow, last 1h
  bought   $6.58M
  sold    $19.57M
  net    -$12.99M   across 17 prints

Four accounts did most of the selling:
  0x1ee7a73c...  sold $12.86M
  0x854b9d63...  sold  $1.54M
  0x9e0a3ad8...  sold  $1.29M
  0x4fbf2adf...  sold  $1.03M

Those are the wallets on the other side of the fills, not a guess from a transfer. The number is the whole point: an agent can go from "BTC is down" to "here is who sold, how much, and when" in one call. Run it now and you get that hour, not this one.

Try asking

  • "What are whales doing with BTC right now?"
  • "Which coins have unusual whale activity in the last 4 hours?"
  • "Are longs or shorts getting liquidated on BTC today?"
  • "Show the last 10 whale signals that fired and what price did after each."
  • "Compare whale buying vs selling on SOL over the past 24 hours."

Install

Recommended: the hosted server. Nothing to install, and it is always current. Point any streamable-HTTP MCP client at it:

{
  "mcpServers": {
    "coinlobster": { "url": "https://coinlobster.com/mcp" }
  }
}

Claude Code

claude mcp add --transport http coinlobster https://coinlobster.com/mcp

VS Code

code --add-mcp '{"name":"coinlobster","url":"https://coinlobster.com/mcp"}'

Cursor — add to ~/.cursor/mcp.json, then reload:

{
  "mcpServers": {
    "coinlobster": { "url": "https://coinlobster.com/mcp" }
  }
}

Codex

codex mcp add coinlobster --url https://coinlobster.com/mcp

Gemini CLI

gemini mcp add -s user --transport http coinlobster https://coinlobster.com/mcp

Chat apps

These sign in to your CoinLobster account instead of using the keyless URL, so use https://coinlobster.com/mcp/connector in all of them. A free account works.

App Where
Claude (web, desktop, mobile) Settings, Customize, Connectors, "Add custom connector"
ChatGPT (web) Turn on Developer mode in Settings, Security and login. Then chatgpt.com/plugins, plus button. Needs a paid plan
Gemini Settings & help, Connected Apps, "Add a custom app". Google AI Pro or Ultra, US and English only
Grok grok.com/connectors, New Connector, Custom
Perplexity Settings, Connectors, "+ Custom connector", Remote. Needs Pro, Max or Enterprise

Full per-app setup: coinlobster.com/connect

Any shell, no MCP client: the hosted server answers plain JSON-RPC over curl (see How it works).

Local stdio, via npm

If you prefer a local process (or your client only speaks stdio), this package is a thin proxy to the same hosted server:

claude mcp add coinlobster -- npx -y coinlobster-mcp
{
  "mcpServers": {
    "coinlobster": {
      "command": "npx",
      "args": ["-y", "coinlobster-mcp"]
    }
  }
}
code --add-mcp '{"name":"coinlobster","command":"npx","args":["-y","coinlobster-mcp"]}'

Either path serves the same data and the same tool schemas.

Tools

28 names come back from tools/list on production: 27 canonical tools plus whale_tape, a deprecated alias kept working for existing callers. Prefer whale_trades. Call tools/list before relying on any tool, the set grows and this table is not the source of truth (npm test only checks that tools/list is non-trivial and that whale_radar answers, so it stays green across additions).

Tool What it returns
whale_trades Live whale trades across 15 CEX venues + ETH/Base/Arbitrum DEX swaps, newest first. Filter by coin, source, min USD.
whale_radar Coins with unusual whale flow right now, across 1h / 4h / 24h windows. The best first call.
flag_outcomes Signals that fired, with fire-time price and what price did next. Hits and misses.
whale_flow Hourly whale buy vs sell USD volume for one coin, CEX and DEX split.
liquidations Recent liquidations for a pair with the long / short breakdown.
market_snapshot Price, 24h stats, average funding, open interest and liquidation totals in one call.
crypto_news Recent headlines + a sentiment score (-100 to +100) for a coin, plus the macro picture.
whale_tape Deprecated alias of whale_trades. Same tool, same arguments.
market_history Daily funding, open interest, price and whale-flow history, months deep (30d keyless, full archive on a developer plan, from $29/mo).
market_extremes Pairs at records or their own top/bottom 5% for funding, OI or liquidations, with next-day outcome stats for past occurrences.
whale_context Whale flow vs the coin's own logged history: multiple of its average, N-day highs, buy share (USD magnitudes need depth).
whale_profile One coin whole, in a single call: net flow over 1h, 4h, 24h and 7d, the CEX / on-chain / Hyperliquid split, which of the 15 streamed exchanges the flow actually sits on, and flow measured against price (absorption, distribution or confirming).
market_overview One-call market scan: totals, 24h whale net flow, BTC risk regime, top rows by volume.
market_screener Screen coins by funding band, OI band, whale multiple or unusual-only.
funding_matrix Per-venue funding rates with predicted next rate where the venue provides it.
squeeze_score Fused 0-100 crowding read with the overexposed side (needs an active developer plan, from $29/mo).
liq_zones Projected liquidation level book, always labeled a projection, never recorded trades (keyless: free pairs, no cascade chains).
trade_context The one-call pre-trade blob: price, funding and OI with percentile judgment vs the pair's own recorded days, whale flow vs baseline, visible liquidations, carry-cost arithmetic.
market_liquidations The whole market's forced closes in one call rather than per pair (from the venues that publish a liquidation feed, plus a sampled Hyperliquid lane, so the totals are a floor): 24h dollars and counts split long vs short, hour by hour so a cascade is locatable, top coins, and the Hyperliquid wallets that were closed out. Lending liquidations ride on a separate lane and are never summed with the perp numbers.
hl_whales Hyperliquid whale fills with the wallet address on every print. The one large perp venue whose public tape names both sides.
hl_board Tracked Hyperliquid whale accounts: equity, leverage, net bias, and which coins they are crowded into.
hl_wallet One Hyperliquid account: live book, open positions, liquidation price, recent fills.
smart_money What the proven trader cohort holds and trades, coin by coin. The cohort is Hyperliquid leaderboard accounts screened for provable profit, not a guess at who is smart. Positions held and dollars traded are separate units and are never summed.
onchain_whales Large DEX swaps on Ethereum, Base and Arbitrum with the wallet on each swap.
dex_wallet One Ethereum, Base or Arbitrum address: its DEX swaps, net flow per token, activity pattern. For a Hyperliquid account use hl_wallet instead. The swap feed sees roughly 7% of a wallet's total activity, so quiet here is not proof of inactive.
defi_summary Per-chain DEX volume and TVL, highest-volume tokens, and the whale swap layer over them.
defi_liquidations Aave V3 lending liquidations on Ethereum, Arbitrum and Base. Both wallets named: who was liquidated, and who took the collateral.
my_access What your connection can and cannot see: whether you are on the free plan, how many credits are left and roughly how many calls that buys, the row cap and time window in force right now, what is locked, and what lifts each one. Free, and it never spends credits. Ask it when a result comes back capped.

All tools are read-only and return descriptive market data only. Never financial advice.

Free tier, and what actually lifts the caps

The free tier needs nothing: BTC/USD in full (its whale floor is $500K) plus every $1M+ trade on any pair, both live. Other pairs arrive 15 minutes delayed, DEX swaps from $250K. On the radar only BTC is shown in full; any other coin appears only once it turns unusual, and then as name and direction with the dollar amounts stripped.

A free API key does not lift the MCP caps. The free key is a one-off 1,000-credit grant (coinlobster.com/developers, no card) that unlocks the metered REST endpoints at /api/ai/v1/*, roughly 20 to 100 calls in total. On MCP it changes nothing.

Full MCP depth (live feed on every pair, unlocked radar magnitudes, non-BTC market_snapshot, 30-day flow windows, the full archive) needs an active developer plan: Builder $29/mo (100k credits), Growth $99/mo (500k), Scale $249/mo (2M). One plan covers both full-depth MCP and the monthly REST credits. Present it either as a cl_ key in X-API-Key on the MCP request, or by signing in over the OAuth connector at https://coinlobster.com/mcp/connector with an account that owns a plan.

CoinLobster Pro ($9/mo) is a different product: the coinlobster.com website (live feed, alerts, whale radar). It grants no MCP depth and no API access.

Not sure which of these you are on? Ask your AI to call my_access. It reports whether you are on the free plan, how many credits are left, the caps applying to that connection right now and what lifts each one, so you do not have to work it out by hitting them.

When an ask exceeds what your connection allows, the answer says so rather than quietly returning less: the payload carries capped with what you requested, what you got, the ceiling and why. by: keyless means a plan lifts it. by: tool_max is a hard ceiling that no plan raises, so there is nothing to buy and no point retrying.

Keyless calls cost nothing. On a developer plan, an MCP tool call costs 2x the mirrored REST endpoint: 40 to 100 credits, by tool (40 for funding_matrix, liq_zones, liquidations, whale_context; 60 for defi_liquidations, defi_summary, dex_wallet, hl_board, hl_wallet, hl_whales, market_extremes, market_history, market_overview, market_snapshot, onchain_whales, smart_money, squeeze_score, whale_flow, whale_profile, whale_radar, whale_trades, whale_tape; 100 for crypto_news, flag_outcomes, market_liquidations, market_screener, trade_context). MCP and REST draw on one shared account balance: one plan, one balance, either surface. my_access is always free. Discovery (initialize, tools/list, ping) is free, and failed calls and no-data answers are refunded, whether the answer says so with available, covered, tracked, an error or simply an empty page. One-off credit packs top up that same shared balance: $10 = 5,000, $49 = 50,000, $199 = 250,000.

A developer plan key travels in the stdio config:

{
  "mcpServers": {
    "coinlobster": {
      "command": "npx",
      "args": ["-y", "coinlobster-mcp"],
      "env": { "COINLOBSTER_API_KEY": "cl_your_key" }
    }
  }
}

How it works

This package is a thin stdio proxy to CoinLobster's hosted MCP server (https://coinlobster.com/mcp, streamable HTTP). Tool schemas and results come from the hosted server verbatim, so new tools appear without a package update. The heavy lifting (exchange streaming, on-chain indexing, signal scoring) runs on CoinLobster's pipeline; your machine just relays JSON-RPC.

Raw call, no client needed:

curl -s -X POST https://coinlobster.com/mcp \
  -H 'Content-Type: application/json' -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whale_radar","arguments":{}}}'

Development

From a local checkout:

npm install
npm test   # live smoke: initialize + tools/list + a whale_radar call

MIT licensed. Issues and PRs welcome.

from github.com/CoinLobster/coinlobster-mcp

Установка CoinLobster

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/CoinLobster/coinlobster-mcp

FAQ

CoinLobster MCP бесплатный?

Да, CoinLobster MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для CoinLobster?

Нет, CoinLobster работает без API-ключей и переменных окружения.

CoinLobster — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить CoinLobster в Claude Desktop, Claude Code или Cursor?

Открой CoinLobster на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

$5

Stripe

Payments, customers, subscriptions

Stripeавтор: Stripe

malamutemayhem/unclick-agent-native-endpoints

110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n

malamutemayhemавтор: malamutemayhem

whiteknightonhorse/APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa

whiteknightonhorseавтор: whiteknightonhorse

trackerfitness729-jpg/sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr

trackerfitness729-jpgавтор: trackerfitness729-jpg

embeddedlayers/mcp-analytics

Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources

embeddedlayersавтор: embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneавтор: carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdавтор: tipdotmd

laundromatic/shopgraph

Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev

laundromaticавтор: laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtавтор: mrslbt

@arbitova/mcp-server

Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create

jiayuanliang0716-maxавтор: jiayuanliang0716-max

Compare CoinLobster with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance