scan_funding_arb
ActiveTool of AlgoVault — Crypto Quant Trade Calls
Returns ranked cross-venue funding arbitrage across crypto perpetual futures on Binance Bybit OKX Bitget Hyperliquid — funding rate spreads, long one venue short another, as a BUY SELL HOLD composite verdict per pair. For a directional trade call use get_trade_call. Read-only, no orders. Verified track record, on-chain verified merkle anchor.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 200,
"minimum": 1,
"description": "Max ranked results, e.g. 5 (free tier cap). Crypto quant AI trading signal."
},
"minSpreadBps": {
"type": "number",
"default": 5,
"maximum": 10000,
"minimum": 0,
"description": "Minimum funding rate spread in bps. Cross-venue multi-exchange crypto signal."
}
},
"additionalProperties": false
}Parent server
AlgoVault — Crypto Quant Trade Calls
https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp
2/7 registries