# Funding Rate Arbitrage Scanner API MCP server

Cross-venue perp funding rate arb — Hyperliquid, Binance, Bybit, OKX spreads. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-funding-arb
- Repository: https://github.com/Br0ski777/funding-arb-x402
- Website: https://github.com/Br0ski777/funding-arb-x402

## Install
- Endpoint: https://funding-arb.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://funding-arb.api.klymax402.com/mcp

## Tools
- perp_scan_funding_arbitrage - Use this when you need to find funding rate arbitrage opportunities across perpetual exchanges. Returns cross-venue spreads in JSON.

1. opportunities: array of arb opportunities ranked by annualized yield
2. symbol: asset symbol (BTC, ETH, SOL, etc.)
3. longExchange: exchange where you go long (lower funding)
4. shortExchange: exchange where you go short (higher funding)
5. spread: funding rate difference between venues
6. annualizedYield: estimated annualized return from the arb
7. direction: suggested position direction per exchange

Example output: {"opportunities":[{"symbol":"ETH","longExchange":"Bybit","shortExchange":"OKX","spread":0.0045,"annualizedYield":16.4,"direction":"long Bybit / short OKX"}],"scannedAssets":25,"timestamp":"2026-04-13T12:00:00Z"}

Use this FOR systematic funding rate arbitrage and delta-neutral carry strategies. Scans all major perpetual venues simultaneously.

Do NOT use for single-venue rates -- use perp_get_funding_rates instead. Do NOT use for spot prices -- use dex_get_swap_quote instead. Do NOT use for DeFi yields -- use defi_find_best_yields instead. Endpoint: https://funding-arb.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
