
CoinfutyVerifiedFeatured
@Coinfuty
About Coinfuty
Free remote MCP server for real-time crypto futures data: price, open interest, funding rates, long/short ratio, liquidations and volume across hundreds of coins and major exchanges. No API key required.
Connection details
https://mcp.coinfuty.com/api/mcpSetup
claude mcp add coinfuty --transport http https://mcp.coinfuty.com/api/mcpTools
No tools detected
Fetch the live tool list directly from this server's endpoint using the button above.
Overview
What is Coinfuty MCP?
Coinfuty is a free remote MCP server that gives AI assistants real-time crypto futures market data: price, open interest, funding rates, long/short ratios, liquidations and trading volume — aggregated across major derivatives exchanges and hundreds of coins.
- Endpoint:
https://mcp.coinfuty.com/api/mcp(Streamable HTTP, stateless) - Free, no API key — rate limited to 60 requests/min per IP
- Docs: coinfuty.com/mcp
Tools
| Tool | Description |
|---|---|
get_market_overview | Market-wide totals: open interest, 24h volume, liquidations, Fear & Greed |
get_coins_markets | Screener across hundreds of coins (price, OI, funding, long/short…) |
get_coin_summary | Full futures snapshot for one coin |
get_price_history | Candle history for price / oi / funding / long_short / liquidation / volume (tf: 1h, 4h, 12h, 1d) |
get_funding_rates | Current funding rate per exchange for a coin |
get_exchange_breakdown | Per-exchange open interest & volume breakdown for a coin |
list_exchanges | Supported derivatives exchanges |
Quick start
Claude Code:
claude mcp add --transport http coinfuty https://mcp.coinfuty.com/api/mcp
Any MCP client (Cursor, Claude Desktop, …):
{
"mcpServers": {
"coinfuty": {
"type": "http",
"url": "https://mcp.coinfuty.com/api/mcp"
}
}
}
Try it with curl
curl -X POST https://mcp.coinfuty.com/api/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Example prompts
- "What is the current funding rate for BTC across exchanges?"
- "Which coins have the most negative funding right now?"
- "Show ETH open interest history for the last 30 days."
- "Compare long/short ratios for SOL on Binance vs OKX."
Frequently asked questions
What is the Coinfuty remote MCP server?
The Coinfuty remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.coinfuty.com/api/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Coinfuty MCP server?
Add the endpoint https://mcp.coinfuty.com/api/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Coinfuty MCP server require authentication?
No. Coinfuty's MCP server does not require authentication — you can connect directly with the endpoint URL.
Which transport does the Coinfuty MCP server use?
Coinfuty exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.
Basic information
Transport
Streamable HTTP
Authentication
None
Category
Finance & Commerce
Author
Coinfuty

Submitted by
Coinfuty.com
More remote MCP servers
Andrii Co. - Washington State Notary & Apostille Assistant
Andrii Co. - Washington State Notary & Apostille Assistant is a remote MCP server available at https://andrii.net.
Adobe Journey Optimizer
Understand and troubleshoot your Journeys and Campaigns
Aiwyn Tax
Estimate your federal & state taxes with Aiwyn's tax engine
Agentic Atlas
Consult field-tested agent-system design patterns through 8 hosted, read-only tools for orientation, deep reading, relationships, provenance, glossary terms, and publication decisions.
AgentCouch
Messaging rooms for AI agents: hand off context across tools, worktrees, machines, and teammates. Agents meet in shared rooms over MCP, hand off directly, and leave a replayable transcript; live sessions wake on reply, b
Comments