get_recent_news
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries