Binance Futures market intelligence: funding, OI, order book, klines, cross-exchange comparison.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
๐ฎ๐ฉ Bahasa Indonesia | ๐ฌ๐ง English
MCP server yang menyediakan data publik Binance USDS-M Futures (funding rate, open interest, long/short ratio, taker volume, candlestick, order book, volatility) plus pembanding Binance Spot (harga, order book, candlestick, CVD) sebagai tools yang bisa dipanggil Claude. Semua data yang disajikan bersifat publik read-only โ tidak ada order/trading, tidak ada akses ke data akun pribadi.
Tombol ini clone repo + bikin Worker di akun Cloudflare kamu sendiri,
termasuk provision KV namespace & D1 database baru otomatis (Cloudflare
generate id/database_id baru buat akun kamu, gak perlu bikin manual).
Bukan zero-touch sepenuhnya โ biar jujur soal apa yang masih manual:
setelah klik, kamu TETAP perlu set secret (Cloudflare gak bisa nebak value
dari layanan eksternal) โ lihat .dev.vars.example di repo ini buat daftar
lengkap, atau Setup Proxy Vercel
di bawah. PROXY_URL/PROXY_SECRET WAJIB (semua 46 tool butuh).
Menyediakan gambaran positioning pasar Binance Futures โ bukan cuma harga, tapi juga siapa yang lagi buka posisi apa (retail vs top trader), seberapa crowded leverage-nya, dan di harga berapa likuiditas menumpuk โ langsung dalam percakapan dengan Claude, tanpa perlu buka dashboard exchange terpisah.
binance_get_top_trader_ratio kasih
breakdown murni top-trader (terpisah dari binance_get_long_short_ratio
yang blended) โ berguna buat lihat kalau posisi retail dan whale lagi
divergen.binance_analyze_pair) buat
overview cepat tanpa banyak tool call, dan config/histori (threshold
per-pair, basis time-series) yang tersimpan di Workers KV.binance_set_pair_threshold) cuma
nyimpen preferensi threshold kamu sendiri di Workers KV, tidak menyentuh
akun Binance/data pihak luar sama sekali.binance_get_realtime_liquidations + binance_get_contract_events (via
stream gateway VPS, lihat di bawah) โ tidak ada push tick-by-tick untuk
harga / order book.binance_get_realtime_liquidations โ WebSocket !forceOrder@arr
(dstream.binance.com) di-buffer always-on di VPS Oracle Singapore
(stream-gateway/, di luar Cloudflare โ worker Cloudflare sendiri masih
di-WAF-block dari Binance). Binance men-throttle stream ini maks 1
event/symbol/detik, jadi ini SAMPEL likuidasi, bukan tiap satu. Tetap cukup
buat konfirmasi cluster stop-hunt di binance_detect_mm_activity (proxy
ke-3, price-anchored & sisi-hunt). Tidak ada histori liquidation jauh ke
belakang (buffer 24 jam).Sumber data: satu jalur, 100% Binance native.
fapi.binance.com) memblokir traffic dari Cloudflare Workers di level WAF
(403, company-wide โ sudah dites langsung dari worker ini, bukan asumsi).
Vercel pakai IP pool berbeda, jadi tidak kena block yang sama. Worker
Cloudflare relay lewat proxy kecil di proxy/ (project Vercel terpisah,
lihat proxy/README.md). Ini jalur untuk funding rate (current & histori),
klines/OHLCV, bias multi-timeframe, realized volatility, statistik 24 jam,
order book depth, aggregate trades, open interest (current & histori),
long/short ratio (blended & top-trader), taker buy/sell volume ratio, dan
harga spot (proxy juga relay ke Binance Spot API api.binance.com lewat
parameter market=spot, lihat proxy/README.md).Konsekuensinya, worker ini butuh PROXY_URL/PROXY_SECRET (proxy Vercel,
wajib buat semua 46 tool) โ lihat bagian Setup di bawah.
Caching & state, tanpa kredensial tambahan. Response upstream (funding
rate, klines, OI, dll โ kecuali order book & aggregate trades yang butuh
freshness ketat) di-cache bertingkat (5 detik-1 jam tergantung endpoint)
lewat Cache API bawaan Cloudflare Workers, tidak perlu setup apapun.
Threshold custom per-pair tersimpan di Workers KV (binding CONFIG_KV).
Time-series (basis+funding+OI, dan 6 skor sinyal binance_detect_mm_activity)
tersimpan di D1 (binding DB) โ diisi otomatis oleh Cron Trigger tiap 5
menit untuk watchlist tetap 50 pair (SNAPSHOT_WATCHLIST di src/shared.ts,
diurutkan market cap, mis. BTCUSDT, ETHUSDT, SOLUSDT, BNBUSDT, XRPUSDT, dst).
Cross-exchange, tanpa proxy tambahan. whalescope_compare_funding_across_exchanges
akses Bybit/OKX/Hyperliquid LANGSUNG dari worker (dites dari edge
Cloudflare beneran, gak kena WAF/geo-block kayak Binance) โ gak ada
kredensial atau setup tambahan buat 3 exchange itu.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/whalescope-mcp)<a href="https://allmcps.com/mcp/whalescope-mcp"><img src="https://allmcps.com/api/badge/whalescope-mcp?style=directory" alt="WhaleScope MCP on AllMCPs" /></a>