You're viewing a demo portfolio

Join the waitlist
PRSM

get_funding_outliers

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →