← Registry

Analytics

coincryptorank.com

Provides crypto market data and arbitrage opportunities across exchanges.

1 endpoint35 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://coincryptorank.com/api/v1/mcp

No auth detected

MCP server metadata

Name
coincryptorank
Version
1.0.0
Capabilities
tools

Known tools 35

get_funding_arbitrage

Cross-exchange funding-rate arbitrage opportunities from our live table.

Inferred read-only
get_spot_arbitrage

Spot arbitrage opportunities: buy asset on one exchange, sell on another.

Inferred read-only
get_perp_arbitrage

Perpetual futures arbitrage: same perp traded on two exchanges with a price spread.

Inferred read-only
get_funding_rates

Current funding rates for perpetual futures from all exchanges.

Inferred read-only
get_tickers

Top crypto prices from our aggregated ticker feed (global VWAP across 60+ exchanges).

Inferred read-only
get_orderbook

Orderbook depth snapshot for a symbol on an exchange.

Inferred read-only
get_news

Latest crypto news headlines with short descriptions.

Inferred read-only
get_portfolio

The user's real exchange balances from their connected accounts (Binance futures, BingX spot+futures, Bybit, XT, Pionex).

Inferred read-only
get_positions

The user's open positions from our registry (user_positions) — what the agent/bots have open.

Inferred read-only
get_basis_history

Minute-level price basis history between two exchanges for the same perp symbol (buyPrice vs sellPrice from our archive).

Inferred read-only
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).

Inferred read-only
get_funding_schedule

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

Potential side effects
get_klines

OHLCV candles from the official exchange API (binance or xt).

Inferred read-only
analyze_pair_liquidity

Orderbook liquidity for a hedged pair: max neutral size (min of both legs depth within slippage), best prices, recommendation.

Inferred read-only
backtest_basis_strategy

Backtest the funding-harvest strategy (S2) on our REAL funding archive: gross/net %, annualized, winrate, max consecutive negative periods, verdict.

Inferred read-only
get_basis_signal

Combined entry signal: basis regime + liquidity check.

Inferred read-only
open_hedged_position

Open a NEUTRAL hedged position: LONG on exchangeA + SHORT on exchangeB (or vice versa via longExchange param).

Inferred read-only
close_hedged_position

Close a hedged position (both legs, market, reduce-only).

Inferred read-only
hedge_status

Current status of hedged position(s): legs, avg prices, current basis, PnL, margin/liq distance, threat level, funding countdown.

Inferred read-only
adjust_hedge

Adjust one leg of a hedged position: add_long / add_short / trim_long / trim_short.

Inferred read-only
set_hedge_protection

Update protection thresholds of an open position: slPct, tpPct, maxBasisDeviationPct, marginAlertPct, autoTopUpUsd.

Potential side effects
get_threat_level

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

Inferred read-only
list_hedge_positions

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

Inferred read-only
get_agent_events

Engine event feed for a position (slices, funding collected, alerts, liquidation).

Inferred read-only
get_open_orders

List open orders on an exchange (REAL).

Inferred read-only
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.

Inferred read-only
set_sl_tp

Set/update exchange-side stop-loss and take-profit on an open position (REAL; binance futures, bybit linear; bingx spot unsupported).

Potential side effects
place_order

Place a real market order on the user's exchange (Binance or BingX — only exchanges connected to this agent).

Inferred read-only
list_agents

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

Inferred read-only
agent_status

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

Inferred read-only
agent_chat

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

Potential side effects
agent_trigger

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

Inferred read-only
agent_decisions

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

Inferred read-only
square_post

Publish a post to Binance Square using YOUR Binance Square OpenAPI key (set in Integrations).

Potential side effects
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, .

Potential side effects

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.coincryptorank]
url = "https://coincryptorank.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coincryptorank": {
      "type": "http",
      "url": "https://coincryptorank.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coincryptorank
Remote MCP URL: https://coincryptorank.com/api/v1/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": {
    "coincryptorank": {
      "url": "https://coincryptorank.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coincryptorank": {
      "type": "http",
      "url": "https://coincryptorank.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coincryptorank",
  "transport": "streamable-http",
  "url": "https://coincryptorank.com/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.