You're viewing a demo portfolio

Join the waitlist
PRSM

get_cex_outflows

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →