get_news_correlation
ActiveTool of PredMCP
declared in 0.7.0
Recent crypto news headlines mentioning an asset (CoinDesk, The Block, Decrypt, Cointelegraph) paired with the 1h price move that followed each. Lets agents filter news bias.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"asset"
],
"properties": {
"asset": {
"type": "string",
"description": "Asset ticker, e.g. \"BTC\", \"ETH\", \"HYPE\""
},
"hours_back": {
"type": "integer",
"default": 24,
"maximum": 168,
"minimum": 1,
"description": "Lookback window for headlines (default: 24h, max: 7d)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries