Mmcp.market

CoinCryptoRank MCP server

by qqdd27·io.github.qqdd27/coincryptorank-mcp·v1.0.1

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

B84/100grade B
What users say
No reviews yet
Be the first
Safety scan
B84/100

full report

Adoption
Growing

1 stars

Reviews

Write one

Nobody has reviewed CoinCryptoRank MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

CoinCryptoRank MCP tools (35, 5 write)

write = sends, deletes, buys or posts
  • adjust_hedgeFree

    Adjust one leg of a hedged position: add_long / add_short / trim_long / trim_short. Params: positionId, action, sizeUsd.

  • agent_chatwrite actionFree

    Send a message to your agent (free-form conversation; it answers with its strategy, live data and tools).

  • agent_decisionsFree

    Recent decisions/log of one of your agents (status, trigger, summary, reply).

  • agent_statusFree

    Get details of one of your agents (mode, status, risk, triggers, last activity).

  • agent_triggerwrite actionFree

    Run the agent's selected trigger (interval → news → trading signal) and return the decision.

  • analyze_pair_liquidityFree

    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_basis_strategyFree

    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.

  • close_hedged_positionFree

    Close a hedged position (both legs, market, reduce-only). Params: positionId, reason (optional).

  • close_positionFree

    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.

  • get_agent_eventsFree

    Engine event feed for a position (slices, funding collected, alerts, liquidation). Params: positionId (optional), limit (default 30).

  • get_basis_historyFree

    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_regimeFree

    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_signalFree

    Combined entry signal: basis regime + liquidity check. Returns signal (ENTER_*_BIAS/HOLD), z-score, maxNeutralUsd, recommended action. Params: exchangeA, exchangeB, symbol, maxSizeUsd (optional cap).

  • get_exchange_skillsFree

    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.

  • get_funding_arbitrageFree

    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_ratesFree

    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_scheduleFree

    Funding schedule for a perp on an exchange: current rate %, interval hours, next payment time, mark price. Params: exchange, symbol.

  • get_klinesFree

    OHLCV candles from the official exchange API (binance or xt). Params: exchange ("binance"|"xt"), symbol, interval ("1m","5m","1h"), limit (max 500).

  • get_newsFree

    Latest crypto news headlines with short descriptions. Params: limit (default 10, max 30).

  • get_open_ordersFree

    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).

  • get_orderbookFree

    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).

  • get_perp_arbitrageFree

    Perpetual futures arbitrage: same perp traded on two exchanges with a price spread. Params: exchangeA, exchangeB, minSpreadPct, limit.

  • get_portfolioFree

    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").

  • get_positionsFree

    The user's open positions from our registry (user_positions) — what the agent/bots have open. Params: exchange (optional), symbol (optional).

  • get_spot_arbitrageFree

    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.

  • get_threat_levelFree

    Instant risk assessment for a position: GREEN/YELLOW/RED, liq distance %, basis deviation %, reasons, recommended action. Params: positionId.

  • get_tickersFree

    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"]).

  • hedge_statusFree

    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_agentsFree

    List your AI agents: id, name, mode, scenario, status, last decision/trigger.

  • list_hedge_positionsFree

    All hedged positions of the user (open and closed).

  • open_hedged_positionFree

    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.

  • place_orderwrite actionFree

    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).

  • set_hedge_protectionwrite actionFree

    Update protection thresholds of an open position: slPct, tpPct, maxBasisDeviationPct, marginAlertPct, autoTopUpUsd. Params: positionId + any threshold.

  • set_sl_tpFree

    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.

  • square_postwrite actionFree

    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.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 2117ms17/20
  • Tool poisoning35 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenancelast push 20 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 84/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http coincryptorank-mcp https://coincryptorank.com/api/v1/mcp
Add to Cursor

CoinCryptoRank MCP: common questions

Is CoinCryptoRank MCP server safe?
Mostly: it is graded B (84/100). Read the CoinCryptoRank MCP safety report
How do I install CoinCryptoRank MCP?
It runs remotely at coincryptorank.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does CoinCryptoRank MCP need an API key?
Yes. The registry entry asks for Authorization.
Is CoinCryptoRank MCP maintained?
The last commit was 20 days ago (2026-08-31). The latest release is v1.0.1.
Is CoinCryptoRank MCP up?
100% of our last 5 checks got an answer. We check remote servers about four times a day.
What can I use instead of CoinCryptoRank MCP?
Servers from other publishers that do the same job: Trading Signals MCP server, CoinRithm Agent Trading MCP server and Fee Optimizer MCP server. Compare all CoinCryptoRank MCP alternatives.

Alternatives to CoinCryptoRank MCP

Same job from other publishers: the closest match first, then the best rated.

All CoinCryptoRank MCP alternatives →

More from qqdd27