You're viewing a demo portfolio

Join the waitlist
PRSM

get_upcoming_catalysts

Active

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

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 →