tools.call name="news.fetch" params={ "limit": 20, "minImportance": 5, "symbol": "AAPL", "startDate": "2024-01-01T00:00:00.000Z", "endDate": "2024-01-31T23:59:59.999Z" }
{ "summary": "Returned 20 articles", "payload": { "items": [ { "_id": "67850d7b0123456789abcdef", "title": "...", "importanceScore": 8 } ], "nextCursor": "67850d7b0123456789abcde0", "hasMore": true } }
MCP tool to fetch the latest financial news (proxies GET /news)
news.fetch
GET /news
payload