Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Coinfuty

com.coinfuty/coinfuty

Free crypto futures data: open interest, funding, long/short, liquidations, volume. No API key.

Uptime
100.0%
2 direct probes · 30d
Response
334ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

get_market_overview

Aggregated crypto futures market snapshot: total open interest (USD, with 1h/24h % change), total liquidations (24h), Fear & Greed index, average RSI across coins, plus a 30-day daily series of open i…

get_coins_markets

List coins with live futures market data: price, 1h/24h/7d price change, open interest (with 24h change), current funding rate (OI-weighted, % per interval), 24h volume, 24h liquidations, 24h long/sho…

get_coin_summary

Full derivatives snapshot for one coin: price and market cap, open interest with 1h/4h/12h/24h change, volume, liquidations (total/long/short), long/short ratio per exchange, and current funding rate …

get_price_history

Historical time series for one coin. metric=price returns OHLC candles with volume; oi returns open-interest candles (USD); funding returns OI-weighted funding-rate candles (% per interval); long_shor…

get_funding_rates

Current and accumulated funding rates for one coin on every exchange that lists it: current rate (% per settlement interval, stablecoin- and token-margined), accumulated 1d/7d/30d/1y, settlement inter…

get_exchange_breakdown

How one coin's futures activity splits across exchanges. metric=oi returns each exchange's open interest USD with 1h/4h/12h/24h % change (window ignored); long_short returns ratio + taker buy/sell vol…

list_exchanges

Top cryptocurrency derivatives exchanges tracked by Coinfuty, with open interest, 24h volume, 24h liquidations, futures maker/taker fees, number of markets, and CMC rank.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "coinfuty": {
      "url": "https://mcp.coinfuty.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}