Cross-exchange funding rate arbitrage detector. Scans Binance, Bybit, OKX, and Hyperliquid perp markets in real time to find funding rate spreads. Returns ranked arbitrage opportunities with annualized yield, profit estimates, risk notes, and direction (which exchange to long/short). Use for delta-neutral carry trade discovery.
| Name | Type | Required | Description |
|---|---|---|---|
| symbols | string | optional | Filter to specific symbols (e.g., ['BTC', 'ETH', 'SOL']). Omit to scan all. |
| minSpreadBps | string | optional | Minimum spread in basis points to flag (default: 1 bps = 0.01%) |
| limit | string | optional | Max opportunities to return (default: 20) |
// MCP tool call
{
"name": "funding_rate_arbitrage",
"arguments": {
"symbols": "",
"minSpreadBps": "",
"limit": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}