{"name":"io.github.qqdd27/coincryptorank-mcp","slug":"qqdd27-coincryptorank-mcp","title":"CoinCryptoRank MCP","description":"Real-time crypto market data, funding rates, arbitrage and trading tools from 60+ exchanges.","url":"https://mcp.market/server/qqdd27-coincryptorank-mcp","rating":null,"grade":"B","score":84,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":26,"stars":1,"forks":0,"downloads_week":null,"last_push_at":"2026-08-31T16:49:22.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T23:25:46.284Z","last_ok_at":"2026-09-20T23:25:46.284Z","latency_ms":198},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/qqdd27/coincryptorank-mcp","website":"https://coincryptorank.com","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://coincryptorank.com/api/v1/mcp","headers":[{"description":"Your CoinCryptoRank MCP API key — create it at https://coincryptorank.com/profile/integrations/ (paid plans only)","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"adjust_hedge","description":"Adjust one leg of a hedged position: add_long / add_short / trim_long / trim_short. Params: positionId, action, sizeUsd.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"positionId":{"type":"string"},"action":{"type":"string","enum":["add_long","add_short","trim_long","trim_short"]},"sizeUsd":{"type":"number"}},"required":["positionId","action","sizeUsd"]}},{"name":"agent_chat","description":"Send a message to your agent (free-form conversation; it answers with its strategy, live data and tools).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"agent":{"type":"string","description":"Agent id or name substring"},"message":{"type":"string","description":"Your message to the agent"}},"required":["agent","message"]}},{"name":"agent_decisions","description":"Recent decisions/log of one of your agents (status, trigger, summary, reply).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent":{"type":"string","description":"Agent id or name substring"},"limit":{"type":"number","description":"Max rows (default 10, max 50)"}},"required":["agent"]}},{"name":"agent_status","description":"Get details of one of your agents (mode, status, risk, triggers, last activity).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent":{"type":"string","description":"Agent id or name substring"}},"required":["agent"]}},{"name":"agent_trigger","description":"Run the agent's selected trigger (interval → news → trading signal) and return the decision.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"agent":{"type":"string","description":"Agent id or name substring"}},"required":["agent"]}},{"name":"analyze_pair_liquidity","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"symbol":{"type":"string"},"slippagePct":{"type":"number"}},"required":["exchangeA","exchangeB","symbol"]}},{"name":"backtest_basis_strategy","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"symbol":{"type":"string"},"days":{"type":"number"},"sizeUsd":{"type":"number"}},"required":["exchangeA","exchangeB","symbol"]}},{"name":"close_hedged_position","description":"Close a hedged position (both legs, market, reduce-only). Params: positionId, reason (optional).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"positionId":{"type":"string"},"reason":{"type":"string"}},"required":["positionId"]}},{"name":"close_position","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"},"symbol":{"type":"string"}},"required":["exchange","symbol"]}},{"name":"get_agent_events","description":"Engine event feed for a position (slices, funding collected, alerts, liquidation). Params: positionId (optional), limit (default 30).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"positionId":{"type":"string"},"limit":{"type":"number"}}}},{"name":"get_basis_history","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"symbol":{"type":"string"},"hours":{"type":"number"}},"required":["exchangeA","exchangeB","symbol"]}},{"name":"get_basis_regime","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"symbol":{"type":"string"}},"required":["exchangeA","exchangeB","symbol"]}},{"name":"get_basis_signal","description":"Combined entry signal: basis regime + liquidity check. Returns signal (ENTER_*_BIAS/HOLD), z-score, maxNeutralUsd, recommended action. Params: exchangeA, exchangeB, symbol, maxSizeUsd (optional cap).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"symbol":{"type":"string"},"maxSizeUsd":{"type":"number"}},"required":["exchangeA","exchangeB","symbol"]}},{"name":"get_exchange_skills","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_funding_arbitrage","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string","description":"First exchange id, e.g. \"binance\""},"exchangeB":{"type":"string","description":"Second exchange id, e.g. \"bingx\""},"minRateDiff":{"type":"number","description":"Minimum absolute rate diff in percent (default 0)"},"limit":{"type":"number","description":"Max rows (default 20, max 50)"}}}},{"name":"get_funding_rates","description":"Current funding rates for perpetual futures from all exchanges. Params: asset (e.g. \"BTC\"), exchange (e.g. \"binance\"), limit (default 20, max 50).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"asset":{"type":"string"},"exchange":{"type":"string"},"limit":{"type":"number"}}}},{"name":"get_funding_schedule","description":"Funding schedule for a perp on an exchange: current rate %, interval hours, next payment time, mark price. Params: exchange, symbol.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"},"symbol":{"type":"string"}},"required":["exchange","symbol"]}},{"name":"get_klines","description":"OHLCV candles from the official exchange API (binance or xt). Params: exchange (\"binance\"|\"xt\"), symbol, interval (\"1m\",\"5m\",\"1h\"), limit (max 500).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string","enum":["binance","xt"]},"symbol":{"type":"string"},"interval":{"type":"string"},"limit":{"type":"number"}},"required":["exchange","symbol"]}},{"name":"get_news","description":"Latest crypto news headlines with short descriptions. Params: limit (default 10, max 30).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number"}}}},{"name":"get_open_orders","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"},"symbol":{"type":"string"}},"required":["exchange"]}},{"name":"get_orderbook","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"},"symbol":{"type":"string"},"depth":{"type":"number"}},"required":["exchange","symbol"]}},{"name":"get_perp_arbitrage","description":"Perpetual futures arbitrage: same perp traded on two exchanges with a price spread. Params: exchangeA, exchangeB, minSpreadPct, limit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"minSpreadPct":{"type":"number","description":"Minimum spread % (default 0)"},"limit":{"type":"number","description":"Max rows (default 20, max 50)"}}}},{"name":"get_portfolio","description":"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\").","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"}}}},{"name":"get_positions","description":"The user's open positions from our registry (user_positions) — what the agent/bots have open. Params: exchange (optional), symbol (optional).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"},"symbol":{"type":"string"}}}},{"name":"get_spot_arbitrage","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"minProfitPct":{"type":"number","description":"Minimum profit % (default 0)"},"limit":{"type":"number","description":"Max rows (default 20, max 50)"}}}},{"name":"get_threat_level","description":"Instant risk assessment for a position: GREEN/YELLOW/RED, liq distance %, basis deviation %, reasons, recommended action. Params: positionId.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"positionId":{"type":"string"}},"required":["positionId"]}},{"name":"get_tickers","description":"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\"]).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topN":{"type":"number"},"symbols":{"type":"array","items":{"type":"string"}}}}},{"name":"hedge_status","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"positionId":{"type":"string"}}}},{"name":"list_agents","description":"List your AI agents: id, name, mode, scenario, status, last decision/trigger.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_hedge_positions","description":"All hedged positions of the user (open and closed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"open_hedged_position","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchangeA":{"type":"string"},"exchangeB":{"type":"string"},"symbol":{"type":"string"},"sizeUsd":{"type":"number"},"leverage":{"type":"number"},"strategy":{"type":"string"},"longExchange":{"type":"string","description":"which exchange is the LONG leg (default = exchangeA)"},"slPct":{"type":"number"},"tpPct":{"type":"number"},"maxBasisDeviationPct":{"type":"number"},"marginAlertPct":{"type":"number"},"maxSlippagePct":{"type":"number"},"maxSlices":{"type":"number"},"autoTopUpUsd":{"type":"number"},"agent":{"type":"string","description":"Your REAL hedge agent (id or name) whose bound API keys will open the position"}},"required":["exchangeA","exchangeB","symbol","sizeUsd","leverage","agent"]}},{"name":"place_order","description":"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).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string","enum":["binance","bingx"]},"symbol":{"type":"string"},"side":{"type":"string","enum":["BUY","SELL"]},"amount_type":{"type":"string","enum":["PERCENTAGE","FIXED_USDT"]},"amount_value":{"type":"number"},"agent":{"type":"string","description":"Your REAL agent (id or name) whose bound API keys will execute the order (binance/bingx/bybit)"}},"required":["exchange","symbol","side","amount_type","amount_value","agent"]}},{"name":"set_hedge_protection","description":"Update protection thresholds of an open position: slPct, tpPct, maxBasisDeviationPct, marginAlertPct, autoTopUpUsd. Params: positionId + any threshold.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"positionId":{"type":"string"},"slPct":{"type":"number"},"tpPct":{"type":"number"},"maxBasisDeviationPct":{"type":"number"},"marginAlertPct":{"type":"number"},"autoTopUpUsd":{"type":"number"}},"required":["positionId"]}},{"name":"set_sl_tp","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"type":"string"},"symbol":{"type":"string"},"stopLossPct":{"type":"number"},"takeProfitPct":{"type":"number"},"stopLossPrice":{"type":"number"},"takeProfitPrice":{"type":"number"}},"required":["exchange","symbol"]}},{"name":"square_post","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"type":"string","description":"Post text (max 4000 chars)"},"title":{"type":"string","description":"Optional article title (max 200 chars)"}},"required":["content"]}}],"scan":{"score":84,"grade":"B","scanned_at":"2026-09-20T20:13:25.161Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:13:25.069Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2117ms"]},"poisoning":{"score":15,"max":15,"notes":["35 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 20 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://coincryptorank.com/api/v1/mcp","reachable":true,"authRequired":false,"latencyMs":2117,"serverInfo":{"name":"coincryptorank","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"qqdd27","repo":"coincryptorank-mcp","archived":false,"pushedAt":"2026-08-31T16:49:22Z","stars":1,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/189559415?v=4","ownerCreatedAt":"2024-11-24T21:52:10Z","license":"MIT"},"icon":{"url":"https://coincryptorank.com/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":1,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-08-31T16:49:22.000Z","score":26}}}},"grade_history":[],"reviews":[]}