get_upcoming_catalysts
ActiveTool of PredMCP
declared in 0.7.0
Lists upcoming market catalysts for an asset within a horizon: token unlocks, governance votes (Tally), ETF/SEC deadlines, FOMC dates. Helps agents avoid blind trades into known events. Free data sources (Tally + curated DB).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"asset"
],
"properties": {
"asset": {
"type": "string",
"description": "Asset ticker, e.g. \"ARB\", \"SOL\", \"BTC\""
},
"horizon_hours": {
"type": "integer",
"default": 168,
"maximum": 720,
"minimum": 1,
"description": "Horizon in hours (default: 168 = 7 days, max: 720 = 30 days)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries