get_pm_hl_divergences
ActiveTool of PredMCP
declared in 0.7.0
Markets where Polymarket implied probability diverges from Hyperliquid perpetual funding direction — e.g. PM prices bullish outcome but HL funding shows crowded longs (bearish pressure). The hardest signal to compute manually.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 15,
"maximum": 30,
"minimum": 1,
"description": "Number of divergences to return (default: 15)"
},
"min_pct": {
"type": "number",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Minimum divergence percentage between PM implied probability and HL pricing to flag (default: 10%)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries