← coincryptorank.com
INDIVIDUAL MCP TOOL
list_hedge_positions
All hedged positions of the user (open and closed).
LIVE ENDPOINT
https://coincryptorank.com/api/v1/mcp
Connect to this endpoint to inspect the live schema for list_hedge_positions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_funding_arbitrage— Cross-exchange funding-rate arbitrage opportunities from our live table.get_spot_arbitrage— Spot arbitrage opportunities: buy asset on one exchange, sell on another.get_perp_arbitrage— Perpetual futures arbitrage: same perp traded on two exchanges with a price spread.get_funding_rates— Current funding rates for perpetual futures from all exchanges.get_tickers— Top crypto prices from our aggregated ticker feed (global VWAP across 60+ exchanges).get_orderbook— Orderbook depth snapshot for a symbol on an exchange.get_news— Latest crypto news headlines with short descriptions.get_portfolio— The user's real exchange balances from their connected accounts (Binance futures, BingX spot+futures, Bybit, XT, Pionex).