mcpbeat Sign in

CoinCryptoRank MCP Server

answering

CoinCryptoRank MCP is answering right now. Last checked 4 min ago. It exposes 35 tools. Last commit 31 Aug 2026.

Real-time crypto market data, funding rates, arbitrage and trading tools from 60+ exchanges.

Uptime history 18 days of history · worst day 98%
18 days agonow
100.0%
Uptime 24h
92 of 92 checks
35
Tools
read from the server
232 ms
Response time
average over 24h
1
Stars
last commit 31 Aug 2026

CoinCryptoRank MCP missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add coincryptorank-mcp --transport http https://coincryptorank.com/api/v1/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coincryptorank-mcp": {
      "url": "https://coincryptorank.com/api/v1/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coincryptorank-mcp]
url = "https://coincryptorank.com/api/v1/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "coincryptorank-mcp": {
      "url": "https://coincryptorank.com/api/v1/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coincryptorank-mcp": {
      "url": "https://coincryptorank.com/api/v1/mcp"
    }
  }
}

Available tools 35

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
agent_chat
Send a message to your agent (free-form conversation; it answers with its strategy, live data and tools).
agent_decisions
Recent decisions/log of one of your agents (status, trigger, summary, reply).
agent_status
Get details of one of your agents (mode, status, risk, triggers, last activity).
agent_trigger
Run the agent's selected trigger (interval → news → trading signal) and return the decision.
get_agent_events
Engine event feed for a position (slices, funding collected, alerts, liquidation). Params: positionId (optional), limit (default 30).
basis
get_basis_history
Minute-level price basis history between two exchanges for the same perp symbol (buyPrice vs sellPrice from our archive). Params: exchangeA, exchangeB, symbol (e.g. "HOME_USDT"), hours (default 6, max 48).
get_basis_regime
Basis regime between two exchanges: mean/std/z-score/percentiles of the price spread, trend, oscillation score, and a signal (ENTER_LONG_BIAS / ENTER_SHORT_BIAS / HOLD). Params: exchangeA, exchangeB, symbol.
get_basis_signal
Combined entry signal: basis regime + liquidity check. Returns signal (ENTER_*_BIAS/HOLD), z-score, maxNeutralUsd, recommended action. Params: exchangeA, exchangeB, symbol, maxSizeUsd (optional cap).
funding
get_funding_arbitrage
Cross-exchange funding-rate arbitrage opportunities from our live table. Returns assets where one exchange pays positive funding (long side) and another negative (short side). Params: exchangeA (e.g. "binance"), exchangeB (e.g. "bingx") to filter pairs between these two, minRateDiff (minimum |rate_diff| in %, e.g. 0.05), limit (max rows, default 20).
get_funding_rates
Current funding rates for perpetual futures from all exchanges. Params: asset (e.g. "BTC"), exchange (e.g. "binance"), limit (default 20, max 50).
get_funding_schedule
Funding schedule for a perp on an exchange: current rate %, interval hours, next payment time, mark price. Params: exchange, symbol.
hedge
hedge_status
Current status of hedged position(s): legs, avg prices, current basis, PnL, margin/liq distance, threat level, funding countdown. Params: positionId (optional — omit for all open positions).
list_hedge_positions
All hedged positions of the user (open and closed).
set_hedge_protection
Update protection thresholds of an open position: slPct, tpPct, maxBasisDeviationPct, marginAlertPct, autoTopUpUsd. Params: positionId + any threshold.
close
close_hedged_position
Close a hedged position (both legs, market, reduce-only). Params: positionId, reason (optional).
close_position
Close an open position from our registry (user_positions): market reduce-only on the exchange (binance/bingx/bybit), cancel exchange SL/TP, record realized PnL. Params: exchange, symbol (e.g. "BTC_USDT"). Returns fill price and PnL.
open
get_open_orders
List open orders on an exchange (REAL). Params: exchange ("binance"|"bingx"|"bybit"), symbol (optional, e.g. "BTC_USDT"). binance = futures open orders, bybit = linear perps; bingx spot returns unsupported (single-order query only).
open_hedged_position
Open a NEUTRAL hedged position: LONG on exchangeA + SHORT on exchangeB (or vice versa via longExchange param). Entry is executed by the hedge engine strictly from orderbooks (max neutral size, slices, basis control). REAL mode only. Params: exchangeA, exchangeB, symbol, sizeUsd (≤5000), leverage (1-10), strategy ("funding"|"basis"|"hybrid"), longExchange (optional, default exchangeA), protection: slPct/tpPct/maxBasisDeviationPct/marginAlertPct/maxSlippagePct/maxSlices/autoTopUpUsd.
adjust
adjust_hedge
Adjust one leg of a hedged position: add_long / add_short / trim_long / trim_short. Params: positionId, action, sizeUsd.
agents
list_agents
List your AI agents: id, name, mode, scenario, status, last decision/trigger.
analyze
analyze_pair_liquidity
Orderbook liquidity for a hedged pair: max neutral size (min of both legs depth within slippage), best prices, recommendation. Params: exchangeA, exchangeB, symbol, slippagePct (default 0.3).
backtest
backtest_basis_strategy
Backtest the funding-harvest strategy (S2) on our REAL funding archive: gross/net %, annualized, winrate, max consecutive negative periods, verdict. Params: exchangeA, exchangeB, symbol, days (max 90), sizeUsd.
exchange
get_exchange_skills
List official exchange MCP servers and AI skill libraries we aggregate (Binance Skills Hub, BingX AI Skills, OKX Agent Trade Kit, Bybit MCP, Coinbase CDP, ...) with availability for YOUR connected exchange keys — tells an AI client which exchange skills it can actually use.
klines
get_klines
OHLCV candles from the official exchange API (binance or xt). Params: exchange ("binance"|"xt"), symbol, interval ("1m","5m","1h"), limit (max 500).
news
get_news
Latest crypto news headlines with short descriptions. Params: limit (default 10, max 30).
orderbook
get_orderbook
Orderbook depth snapshot for a symbol on an exchange. Params: exchange (e.g. "binance_spot", "bingx"), symbol (e.g. "BTC/USDT"), depth (default 10, max 25).
perp
get_perp_arbitrage
Perpetual futures arbitrage: same perp traded on two exchanges with a price spread. Params: exchangeA, exchangeB, minSpreadPct, limit.
place
place_order
Place a real market order on the user's exchange (Binance or BingX — only exchanges connected to this agent). Trading is only allowed when the agent mode is REAL. The order size is strictly limited by the agent's risk % of free balance; the system validates and may reject. A stop-loss and take-profit are placed on the exchange automatically. Params: exchange ("binance"|"bingx"), symbol (asset like "BTC"), side ("BUY"|"SELL"), amount_type ("PERCENTAGE"|"FIXED_USDT"), amount_value (number).
portfolio
get_portfolio
The user's real exchange balances from their connected accounts (Binance futures, BingX spot+futures, Bybit, XT, Pionex). Use when the user asks about their balances, positions, or portfolio. Params: exchange (optional: "binance" | "bingx" | "bybit" | "xt" | "pionex").
positions
get_positions
The user's open positions from our registry (user_positions) — what the agent/bots have open. Params: exchange (optional), symbol (optional).
set
set_sl_tp
Set/update exchange-side stop-loss and take-profit on an open position (REAL; binance futures, bybit linear; bingx spot unsupported). Params: exchange, symbol, stopLossPct/takeProfitPct (percent from entry) or absolute stopLossPrice/takeProfitPrice.
spot
get_spot_arbitrage
Spot arbitrage opportunities: buy asset on one exchange, sell on another. Params: exchangeA, exchangeB (filter pairs between these two), minProfitPct (e.g. 0.5), limit.
square
square_post
Publish a post to Binance Square using YOUR Binance Square OpenAPI key (set in Integrations). Max 3 different $TICKER coin tags per post; write prices as plain numbers (no $). Daily limit: 100 posts.
threat
get_threat_level
Instant risk assessment for a position: GREEN/YELLOW/RED, liq distance %, basis deviation %, reasons, recommended action. Params: positionId.
tickers
get_tickers
Top crypto prices from our aggregated ticker feed (global VWAP across 60+ exchanges). Params: topN (default 10, max 30), symbols (optional array like ["BTC","ETH"]).

Endpoints

URLTransportStateLatencyChecked
https://coincryptorank.com/api/v1/mcp streamable-http answering 286 ms 4 min ago

Alternatives to CoinCryptoRank MCP

same job, measured the same way
CoinMarketCap
by coinmarketcap

Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.

answering
EventTrader MCP
by cymetica

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

local only
CoinPaprika
by coinpaprika

Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata.

31 tools answering
Arzbin MCP Server
by arzbin

Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.

6 tools answering
Cryptohopper Market Data
by cryptohopper

Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.

answering
Tickscope
by seungdori

Real-time, free crypto market data for any AI agent — via MCP.

75 installs/wk local only
True Markets Market Data
by truemarkets

Real-time crypto market data

10 tools answering
Finance MCP Server
by thenextgennexus

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

20 installs/wk local only

CoinCryptoRank MCP — questions

Answers built from our own checks of this server.

What can CoinCryptoRank MCP do?
It exposes 35 tools, read directly from the server on our last check. Among them: adjust_hedge, agent_chat, agent_decisions, agent_status, agent_trigger, analyze_pair_liquidity and 29 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is CoinCryptoRank MCP mostly used for?
Its tools cluster around agent, basis and funding. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is CoinCryptoRank MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 232 ms. The bar chart above shows every period we have measured.
How do I connect CoinCryptoRank MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does CoinCryptoRank MCP need an API key?
No. CoinCryptoRank MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 35 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is CoinCryptoRank MCP?
It answers our handshake in 232 ms on average, which is faster than 60% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is CoinCryptoRank MCP open source?
Yes — it is published under the MIT licence and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.