← coinfuty.com
INDIVIDUAL MCP TOOL
get_exchange_breakdown
How one coin's futures activity splits across exchanges.
LIVE ENDPOINT
https://mcp.coinfuty.com/api/mcp
Connect to this endpoint to inspect the live schema for get_exchange_breakdown and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.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.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).get_price_history— Historical time series for one coin.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.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.