get_signal_history
ActiveTool of PredMCP
Server-detected signal events over up to 7 days (funding outliers, whale trades ≥$100k, OI caps), each joined with its measured forward returns (1h/4h/24h) once mature. Cursor-based. "What happened last time funding spiked on HYPE — and did it matter?" in one call.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"coin": {
"type": "string",
"description": "Filter to one coin, e.g. \"BTC\""
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1,
"description": "Max events (default 50)"
},
"since_id": {
"type": "integer",
"description": "Cursor — only events with id > since_id"
},
"hours_back": {
"type": "integer",
"default": 24,
"maximum": 168,
"minimum": 1,
"description": "Lookback window in hours (default 24, max 168 = 7d)"
},
"signal_types": {
"type": "array",
"items": {
"enum": [
"funding_outlier_new",
"whale_trade",
"oi_cap_reached"
],
"type": "string"
},
"description": "Filter to specific signal types"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries