# Funding Rate Arbitrage Scanner — Cross-Venue Spreads

Funding arbitrage scanner API for AI agents. Scan cross-venue funding rate spreads between Hyperliquid, Binance, Bybit, and OKX. Find profitable long/short basis trades with annualized yield projecti…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/funding-arb

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/funding-arb

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/funding-arb perp_scan_funding_arbitrage

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/funding-arb perp_scan_funding_arbitrage '{}'
```

## Direct MCP Connection

Endpoint: `https://funding-arb--axel-belfort.run.tools`

## Tools (1)

- `perp_scan_funding_arbitrage` — Use this when you need to find funding rate arbitrage opportunities across perpetual exchanges. Returns cross-venue spr…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/funding-arb <tool-name>
```
