News Aggregator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_feedA | Ruft einen beliebigen RSS/Atom-Feed ab und gibt strukturierte Artikel zurück. Args: feed_url: URL des RSS/Atom Feeds (z.B. https://techcrunch.com/feed/) max_articles: Maximale Anzahl Artikel (Standard: 10, max: 50) |
| get_news_by_categoryB | Aggregiert Nachrichten aus vordefinierten Quellen einer Kategorie. Args: category: Kategorie — tech, ai, general, business, crypto, science max_per_feed: Artikel pro Feed (Standard: 3) |
| search_rss_feedsB | Durchsucht Nachrichten in allen Kategorien nach einem Suchbegriff. Args: query: Suchbegriff (z.B. "AI regulation", "Bitcoin", "climate") categories: Kommagetrennte Kategorien oder "all" für alle max_results: Maximale Gesamtergebnisse (Standard: 10) |
| list_feed_catalogA | Gibt den vollständigen Katalog vordefinierter Nachrichten-Feeds zurück. |
| get_hackernews_topB | Ruft Top-Stories von Hacker News ab. Args: story_type: Art der Stories — top, new, best, ask, show, jobs (Standard: top) limit: Anzahl Stories (Standard: 10, max: 30) |
| get_hackernews_storyA | Ruft Details zu einer spezifischen HackerNews-Story ab. Args: story_id: Numerische ID der HN-Story (z.B. 39876543) |
| get_hackernews_trendingB | Sucht HackerNews Top-Stories nach Keywords. Args: keywords: Suchbegriffe kommagetrennt (z.B. "AI, Claude, MCP") limit: Maximale Treffer (Standard: 5) |
| search_global_newsA | Durchsucht globale Nachrichten via GDELT — deckt 65+ Sprachen und 100+ Länder ab. Args: query: Suchanfrage (z.B. "AI regulation", "climate change Germany") mode: Suchmodus — artlist (Artikelliste), artgallery (mit Bildern) max_records: Maximale Ergebnisse (Standard: 10, max: 250) language: Sprachfilter (z.B. "german", "english", leer = alle) |
| get_news_timelineA | Analysiert News-Volumen über Zeit für ein Thema (Trend-Analyse). Args: query: Thema oder Suchbegriff timespan: Zeitraum — 15min, 1h, 4h, 1d, 3d, 7d, 1m (Standard: 1d) |
| get_news_by_countryA | Ruft Nachrichten aus einem bestimmten Land ab. Args: country_code: 2-Buchstaben Ländercode (z.B. DE, US, GB, FR, JP) query: Optionaler Zusatz-Suchbegriff max_records: Maximale Ergebnisse (Standard: 10) |
| get_trending_topicsB | Ermittelt aktuelle Trending-Themen weltweit via GDELT. Args: timespan: Zeitraum — 1h, 4h, 1d, 3d, 7d (Standard: 1d) tone_filter: Stimmungsfilter — positive, negative, neutral (leer = alle) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/news-aggregator-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server