← Registry

Analytics

coinfuty.com

This MCP server provides comprehensive cryptocurrency futures market analytics, including open interest, liquidations, funding rates, and price history.

1 endpoint7 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.coinfuty.com/api/mcp

No auth detected

MCP server metadata

Name
coinfuty
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Free crypto futures market data from Coinfuty (coinfuty.com): open interest, funding rates, long/short ratios, liquidations, volume — live and historical, aggregated across major exchanges. All values USD, timestamps UTC. Start with get_coins_markets to discover symbols, get_coin_summary for a single coin.

Known 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 interest and liquidations.

Inferred read-only
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/short ratio, and market cap.

Inferred read-only
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 per exchange (OI-weighted aggregate included).

Inferred read-only
get_price_history

Historical time series for one coin.

Inferred read-only
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 interval hours, and next funding time.

Inferred read-only
get_exchange_breakdown

How one coin's futures activity splits across exchanges.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.coinfuty]
url = "https://mcp.coinfuty.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coinfuty": {
      "type": "http",
      "url": "https://mcp.coinfuty.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coinfuty
Remote MCP URL: https://mcp.coinfuty.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "coinfuty": {
      "url": "https://mcp.coinfuty.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coinfuty": {
      "type": "http",
      "url": "https://mcp.coinfuty.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for coinfuty.com was fetched 2026-08-21T15:53:01.727Z.

Trust status Trusted

coinfuty.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.