get_cex_outflows
ActiveTool of PredMCP
declared in 0.7.0
Net ETH outflows across known CEX hot wallets (Binance, Coinbase, OKX, Kraken, Bitfinex) over a window. Outflow = bullish (BTC moving to cold storage). Inflow = distribution pressure. Etherscan free tier.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"exchange": {
"enum": [
"Binance",
"Coinbase",
"OKX",
"Kraken",
"Bitfinex",
"all"
],
"type": "string",
"default": "all",
"description": "Filter to a single exchange or aggregate all (default: all)"
},
"window_hours": {
"type": "number",
"default": 24,
"maximum": 168,
"minimum": 1,
"description": "Lookback window in hours (default: 24h, max: 7d)"
}
},
"additionalProperties": false
}Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries