Analytics
coinfuty.com
This MCP server provides comprehensive cryptocurrency futures market analytics, including open interest, liquidations, funding rates, and price history.
ENDPOINT 1
https://mcp.coinfuty.com/api/mcp
MCP server metadata
- Name
- coinfuty
- Version
- 1.0.0
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_overviewAggregated 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-onlyget_coins_marketsList 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-onlyget_coin_summaryFull 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-onlyget_funding_ratesCurrent 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-onlylist_exchangesTop 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-onlyCONNECT 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.
coinfuty.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.