get_funding_outliers
ActiveTool of PredMCP
declared in 0.7.0
Hyperliquid perps whose current funding rate deviates significantly from their 7-day average. A spike vs baseline is a stronger signal than raw rate.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"days": {
"type": "integer",
"default": 7,
"maximum": 30,
"minimum": 1,
"description": "Historical window in days to compute the baseline average (default: 7)"
},
"min_deviation_factor": {
"type": "number",
"default": 2,
"description": "Minimum ratio of |current_rate| / |avg_rate| to qualify as outlier (default: 2x)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries