Coinfuty
REMOTE · MCP.COINFUTY.COM · SCANNED AUG 7
Free crypto futures data: open interest, funding, long/short, liquidations, volume. No API key.
Available components
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. How we score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- 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. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability75
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 797 tokens (~113/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 85% of tool parameters carry a description.Partial
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · mcp.coinfuty.com
claude mcp add --transport http com-coinfuty-coinfuty https://mcp.coinfuty.com/api/mcp
[mcp_servers.com-coinfuty-coinfuty] url = "https://mcp.coinfuty.com/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-coinfuty-coinfuty": {
"type": "remote",
"url": "https://mcp.coinfuty.com/api/mcp",
"enabled": true
}
}
} openclaw mcp add com-coinfuty-coinfuty --url https://mcp.coinfuty.com/api/mcp --transport streamable-http
mcp_servers:
com-coinfuty-coinfuty:
url: "https://mcp.coinfuty.com/api/mcp" {
"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.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 7 Aug 26 0
- Stability: unverified → 0.03 ▲ functional
- 6 Aug 26 65
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 7 Aug 2026 · Probed https://mcp.coinfuty.com/api/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=mcp.coinfuty.com | CN=YR1,O=Let's Encrypt,C=US | 5 Aug 2026 | 3 Nov 2026 | RSA 2048 | SHA256-RSA | 53ff683133c173adf1bd85d03139f5a5a92 |
| SANs: mcp.coinfuty.com | ||||||
| CN=YR1,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | a20253f15f2691c05dc1ce13b9bcca4e |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
DNSSEC insecure
Validation of mcp.coinfuty.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| coinfuty.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://mcp.coinfuty.com/api/mcp | Verified | 200 | |
| http (plaintext) | http://mcp.coinfuty.com/api/mcp | HTTPS enforced | 308 | https://mcp.coinfuty.com/api/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_coin_summary Coin Derivatives Summary ~96
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”.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Coin ticker, e.g. BTC |
No output schema declared.
No examples provided.
get_coins_markets Coin Futures Market Screener ~153
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`.
| Name | Type | Req | Description |
|---|---|---|---|
| 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"] |
No output schema declared.
No examples provided.
get_exchange_breakdown Per-Exchange Breakdown (OI, long/short, liquidation, volume) ~129
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.
| Name | Type | Req | Description |
|---|---|---|---|
| metric | string | yes | – |
| symbol | string | yes | Coin ticker, e.g. BTC |
| window | string | – | Lookback window, default 24h (ignored for oi) |
No output schema declared.
No examples provided.
get_funding_rates Funding Rates by Exchange ~87
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.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Coin ticker, e.g. BTC |
No output schema declared.
No examples provided.
get_market_overview Crypto Futures Market Overview ~71
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_price_history Historical Series (price, OI, funding, long/short, liquidation, volume) ~143
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Number of most recent points, default 100 |
| metric | string | yes | – |
| symbol | string | yes | Coin ticker, e.g. BTC |
| tf | string | – | Timeframe per point, default 1d |
No output schema declared.
No examples provided.
list_exchanges Derivatives Exchanges ~49
Top cryptocurrency derivatives exchanges tracked by Coinfuty, with open interest, 24h volume, 24h liquidations, futures maker/taker fees, number of markets, and CMC rank.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.