get_oi_divergence
ActiveTool of PredMCP
Price-vs-OI regime per coin from our continuous snapshots: NEW_LONGS / SHORT_SQUEEZE / NEW_SHORTS / LONG_LIQUIDATION. Scan all tracked coins or analyze one. Impossible without OI history, which no public API provides — only predmcp records it.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"coin": {
"type": "string",
"description": "One coin (e.g. \"BTC\") — omit to scan all tracked coins"
},
"hours": {
"type": "integer",
"default": 24,
"maximum": 2160,
"minimum": 1,
"description": "Lookback window in hours (default 24, max 90d)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries