Analytics
coincryptorank.com
Provides crypto market data and arbitrage opportunities across exchanges.
ENDPOINT 1
https://coincryptorank.com/api/v1/mcp
MCP server metadata
- Name
- coincryptorank
- Version
- 1.0.0
Known tools 35
get_funding_arbitrageCross-exchange funding-rate arbitrage opportunities from our live table.
Inferred read-onlyget_spot_arbitrageSpot arbitrage opportunities: buy asset on one exchange, sell on another.
Inferred read-onlyget_perp_arbitragePerpetual futures arbitrage: same perp traded on two exchanges with a price spread.
Inferred read-onlyget_tickersTop crypto prices from our aggregated ticker feed (global VWAP across 60+ exchanges).
Inferred read-onlyget_portfolioThe user's real exchange balances from their connected accounts (Binance futures, BingX spot+futures, Bybit, XT, Pionex).
Inferred read-onlyget_positionsThe user's open positions from our registry (user_positions) — what the agent/bots have open.
Inferred read-onlyget_basis_historyMinute-level price basis history between two exchanges for the same perp symbol (buyPrice vs sellPrice from our archive).
Inferred read-onlyget_basis_regimeBasis 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-onlyget_funding_scheduleFunding schedule for a perp on an exchange: current rate %, interval hours, next payment time, mark price.
Potential side effectsanalyze_pair_liquidityOrderbook liquidity for a hedged pair: max neutral size (min of both legs depth within slippage), best prices, recommendation.
Inferred read-onlybacktest_basis_strategyBacktest the funding-harvest strategy (S2) on our REAL funding archive: gross/net %, annualized, winrate, max consecutive negative periods, verdict.
Inferred read-onlyopen_hedged_positionOpen a NEUTRAL hedged position: LONG on exchangeA + SHORT on exchangeB (or vice versa via longExchange param).
Inferred read-onlyhedge_statusCurrent status of hedged position(s): legs, avg prices, current basis, PnL, margin/liq distance, threat level, funding countdown.
Inferred read-onlyadjust_hedgeAdjust one leg of a hedged position: add_long / add_short / trim_long / trim_short.
Inferred read-onlyset_hedge_protectionUpdate protection thresholds of an open position: slPct, tpPct, maxBasisDeviationPct, marginAlertPct, autoTopUpUsd.
Potential side effectsget_threat_levelInstant risk assessment for a position: GREEN/YELLOW/RED, liq distance %, basis deviation %, reasons, recommended action.
Inferred read-onlyget_agent_eventsEngine event feed for a position (slices, funding collected, alerts, liquidation).
Inferred read-onlyclose_positionClose 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-onlyset_sl_tpSet/update exchange-side stop-loss and take-profit on an open position (REAL; binance futures, bybit linear; bingx spot unsupported).
Potential side effectsplace_orderPlace a real market order on the user's exchange (Binance or BingX — only exchanges connected to this agent).
Inferred read-onlylist_agentsList your AI agents: id, name, mode, scenario, status, last decision/trigger.
Inferred read-onlyagent_statusGet details of one of your agents (mode, status, risk, triggers, last activity).
Inferred read-onlyagent_chatSend a message to your agent (free-form conversation; it answers with its strategy, live data and tools).
Potential side effectsagent_triggerRun the agent's selected trigger (interval → news → trading signal) and return the decision.
Inferred read-onlyagent_decisionsRecent decisions/log of one of your agents (status, trigger, summary, reply).
Inferred read-onlysquare_postPublish a post to Binance Square using YOUR Binance Square OpenAPI key (set in Integrations).
Potential side effectsget_exchange_skillsList 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.