News
Provides access to news articles from various categories.
About
The News tool retrieves and provides access to news articles from a PostgreSQL database populated with data from various RSS feeds. It exposes a tool called `summarize_news` which allows a client (LLM) to retrieve raw news articles based on category and limit. The tool provides access to article metadata, including title, link, published date, source, and content, facilitating summarization and analysis.
Key Features
- Supports categories: tech, data_science, llm_tools, cybersecurity, linux, audio_dsp, startups, news, science, research, policy.
- Provides article metadata: title, link, published date, source, and content.
- 2 GitHub stars
- Retrieves news articles by category and limit.
- Includes internal summarization logic (not exposed via MCP).
- Configurable PostgreSQL database backend.
Use Cases
- Integrating news feeds into LLM applications.
- Gathering news data for research and analysis.
- Summarizing news articles for specific topics.