# Coinfuty (remote · mcp.coinfuty.com)

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

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `mcp.coinfuty.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/com-coinfuty-coinfuty/api-mcp.md), [page](https://verifymcp.io/servers/com-coinfuty-coinfuty/api-mcp)

## Channel facts

- Endpoint: `https://mcp.coinfuty.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 797 tokens (~113/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-coinfuty-coinfuty https://mcp.coinfuty.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-coinfuty-coinfuty]
url = "https://mcp.coinfuty.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-coinfuty-coinfuty": {
      "type": "remote",
      "url": "https://mcp.coinfuty.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-coinfuty-coinfuty --url https://mcp.coinfuty.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-coinfuty-coinfuty:
    url: "https://mcp.coinfuty.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-coinfuty-coinfuty": {
      "type": "http",
      "url": "https://mcp.coinfuty.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-06 (score 65)

First indexed and scored.

## MCP tools (7)

### `get_market_overview` (~71 tokens)

Crypto Futures 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. Data aggregated across major exchanges.

### `get_coins_markets` (~153 tokens)

Coin Futures Market Screener

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. Sortable; filter to specific symbols with `symbols`.

Input parameters:

- `limit` (integer): Rows to return, default 20, max 100
- `order` (string): Default desc
- `sort` (string): Sort field, default `oi` (open interest)
- `symbols` (array): Restrict to these tickers, e.g. ["BTC","ETH"]

### `get_coin_summary` (~96 tokens)

Coin Derivatives 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). The single best tool for “what's happening with X futures”.

Input parameters:

- `symbol` (string, required): Coin ticker, e.g. BTC

### `get_price_history` (~143 tokens)

Historical Series (price, OI, funding, long/short, liquidation, volume)

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_short returns ratio + taker buy/sell volume; liquidation returns long/short liquidation USD; volume returns taker buy/sell volume USD. Timestamps are UTC ISO 8601, newest N points.

Input parameters:

- `limit` (integer): Number of most recent points, default 100
- `metric` (string, required)
- `symbol` (string, required): Coin ticker, e.g. BTC
- `tf` (string): Timeframe per point, default 1d

### `get_funding_rates` (~87 tokens)

Funding Rates by Exchange

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. Includes the OI-weighted aggregate rate.

Input parameters:

- `symbol` (string, required): Coin ticker, e.g. BTC

### `get_exchange_breakdown` (~129 tokens)

Per-Exchange Breakdown (OI, long/short, liquidation, volume)

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 volume per exchange; liquidation returns long/short liquidation USD; volume returns traded volume USD with % changes. `total` is the coin-level aggregate.

Input parameters:

- `metric` (string, required)
- `symbol` (string, required): Coin ticker, e.g. BTC
- `window` (string): Lookback window, default 24h (ignored for oi)

### `list_exchanges` (~49 tokens)

Derivatives 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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-coinfuty-coinfuty/api-mcp#diagnostics

## Score history

- 2026-08-07: 65
- 2026-08-06: 65

## Links

- Remote endpoint: https://mcp.coinfuty.com/api/mcp
- Website: https://www.coinfuty.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-coinfuty-coinfuty/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-coinfuty-coinfuty/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-coinfuty-coinfuty/api-mcp
