You're viewing a demo portfolio

Join the waitlist
PRSM

get_recent_news

Active

Tool of PredMCP

declared in 0.7.0

Recent crypto news headlines matching an asset ticker, from CoinDesk + The Block + Decrypt + Cointelegraph RSS feeds. Pro adds the 1h price move that followed each headline.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "asset"
  ],
  "properties": {
    "asset": {
      "type": "string",
      "description": "Asset ticker to filter on, e.g. \"BTC\", \"ETH\", \"HYPE\""
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 30,
      "minimum": 1,
      "description": "Max headlines returned (default: 10)"
    },
    "hours_back": {
      "type": "integer",
      "default": 24,
      "maximum": 168,
      "minimum": 1,
      "description": "Lookback window in hours (default: 24, max: 168 = 7 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 →
get_recent_news — PredMCP — PRSM MCP