Funding Rate Intelligence
for AI Agents
MCP server that scans funding rate arbitrage across Binance, OKX, and Bybit. Analysis only — no execution, no custody, no access to your funds.
What is 0xCarry
A Model Context Protocol server that gives AI agents real-time access to crypto funding rate data, carry trade opportunities, and position risk analysis. Plug it into any MCP-compatible client and let your agent find alpha.
Cross-Exchange FR Scanner
Compare funding rates across Binance, OKX, and Bybit. Find the widest spreads for perp-perp arbitrage.
Position Analysis
Health checks on open positions — cost tracking, trend detection, risk scoring, and regime analysis.
Real-time, 3 Exchanges
Live data from Binance, OKX, and Bybit. Rate-limited, cached, and normalized.
Available Tools
Single-exchange carry trade (5 modes). Supports top N by volume
Cross-exchange funding rate spread arbitrage
7-day funding rate history
Position health check — cost, trend, risk
OU model + HMM regime detection
Supported Exchanges
Strategy Types
Same pair on two exchanges with different funding rates. Long the lower-rate exchange, short the higher-rate exchange. Earn the spread.
Get Started
Remote (Recommended)
Connect any MCP client to the hosted endpoint. No setup needed.
Claude Desktop Config
{ "mcpServers": { "0xcarry": { "url": "https://mcp.0xcarry.com" } } }
Local (stdio)
Run the MCP server locally for development or self-hosting.
# Clone and build git clone https://github.com/ichoyb/0xCarry.git cd 0xCarry npm install npm run build # Start (stdio mode) npm start # Or HTTP mode npm start -- --http --port 3000