get_news_articles
ActiveTool of TensorFeed
Get the latest AI news articles aggregated from 12+ sources (Anthropic, OpenAI, Google, HuggingFace, TechCrunch, The Verge, Hacker News, etc). Polled every 10 min, deduplicated, sanitized for prompt injection. Returns up to 200 articles with title, snippet, source, and publishedAt.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 25,
"description": "Max articles to return (1-200)"
},
"category": {
"type": "string",
"description": "Optional category filter (e.g. models, business, research)"
}
}
}Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries