Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.malkreide/news-monitor-mcp

PYPI · NEWS-MONITOR-MCP · SCANNED SEP 20

Aggregated news monitoring across Swiss public media RSS feeds

Available components

−15 this week 64 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 32 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 48 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1475 tokens (~98/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.malkreide/news-monitor-mcp server?

io.github.malkreide/news-monitor-mcp runs locally as a PyPI package, launched with uvx news-monitor-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · news-monitor-mcp

# add to Claude Code
claude mcp add malkreide-news-monitor-mcp -- uvx news-monitor-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "malkreide-news-monitor-mcp": {
      "command": "uvx",
      "args": [
        "news-monitor-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "malkreide-news-monitor-mcp": {
      "command": "uvx",
      "args": [
        "news-monitor-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add malkreide-news-monitor-mcp -- uvx news-monitor-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "malkreide-news-monitor-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "news-monitor-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add malkreide-news-monitor-mcp --command uvx --arg news-monitor-mcp
# ~/.hermes/config.yaml
mcp_servers:
  malkreide-news-monitor-mcp:
    command: "uvx"
    args: ["news-monitor-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "malkreide-news-monitor-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "news-monitor-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add malkreide-news-monitor-mcp -t stdio -c uvx -a news-monitor-mcp
// mcp.json
{
  "mcpServers": {
    "malkreide-news-monitor-mcp": {
      "command": "uvx",
      "args": [
        "news-monitor-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −17
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −15
    • Malware scan: pass → unverified security
  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.77 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/news-monitor-mcp@0.3.6

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 32 packages
Packages resolved 32
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~1,357 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
news_alert_check ~104

Prueft alle (oder einen spezifischen) Alert gegen aktuelle Nachrichtendaten. Pro Alert 1 API-Call. Kein Cache – Alert-Checks verwenden immer aktuelle Daten. Ergebnisse (last_checked, trigger_count) werden im Alert-File persistiert. Args: params (CheckAlertsInput): alert_id (leer = alle), response_format Returns: str: Pruefergebnis aller Alerts mit Triggered/OK Status.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_alert_create ~182

Erstellt einen neuen News-Alert fuer automatisches Monitoring. Alerts werden persistent gespeichert und ueberleben Server-Neustarts. news_alert_check prueft alle Alerts gegen aktuelle Daten. Condition-Typen: sentiment_below – Alarm wenn Ø-Sentiment < threshold (z.B. -0.2) sentiment_above – Alarm wenn Ø-Sentiment > threshold (z.B. 0.5) volume_above – Alarm wenn Artikelanzahl > threshold (z.B. 50) keyword_found – Alarm wenn keyword in Titeln/Zusammenfassungen Args: params (CreateAlertInput): name, entity, language, source_country, days_back, condition_type, threshold, keyword Returns: str: Bestaetigung mit der neuen Alert-ID.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_alert_delete ~56

Loescht einen konfigurierten Alert permanent. Args: params (DeleteAlertInput): alert_id aus news_alert_list Returns: str: Bestaetigung oder Fehlermeldung.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_alert_list ~60

Listet alle konfigurierten News-Alerts mit Status. Returns: str: Alle Alerts mit ID, Bedingung, letzter Pruefung und Trigger-Count. Kein API-Call – liest nur aus der lokalen Alert-Datei.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

news_cache_clear ~64

Leert den Cache (vollstaendig oder fuer einen spezifischen Tool-Typ). Args: params (CacheClearInput): tool_type (leer = alles leeren) Returns: str: Anzahl geloeschter Cache-Eintraege.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_cache_stats ~56

Cache-Statistiken: Trefferquote, gespeicherte Eintraege, gesparte API-Calls. Returns: str: Cache-Uebersicht mit Hit-Rate, Eintraegen nach Typ und TTL-Konfiguration.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

news_front_pages ~76

Digitale Zeitungscovers von 6000+ Publikationen (Cache-TTL: 4h). Args: params (FrontPagesInput): source_country, source_name, date, use_cache, response_format Returns: str: Titelseiten-Uebersicht mit Bild-URLs.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_geo_search ~73

Standortspezifische Nachrichtensuche (Cache-TTL: 30 Min). Args: params (GeoNewsInput): location, query, language, days_back, number, use_cache, response_format Returns: str: Geolokalisierte Nachrichtenartikel mit Sentiment.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_media_briefing ~94

Multi-Themen-Medien-Briefing fuer GL/KI-Fachgruppe (Cache-TTL: 60 Min pro Thema). Args: params (MediaBriefingInput): topics (max. 5), language, days_back, source_country, use_cache Returns: str: Kompaktes Briefing mit Sentiment und Top-3-Artikeln pro Thema.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_retrieve_article ~66

Vollstaendigen Artikel per ID abrufen (Cache-TTL: 24h). Args: params (RetrieveArticleInput): article_id, use_cache, response_format Returns: str: Volltext, Metadaten und Sentiment.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_search ~91

Volltext-Nachrichtensuche in 150+ Laendern (mit Cache, TTL: 30 Min). Args: params (SearchNewsInput): query, language, source_country, earliest/latest_date, sort, number, include_full_text, use_cache, response_format Returns: str: Artikel mit Titel, Zusammenfassung, Quelle, Datum und Sentiment.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_search_sources ~73

Verfuegbare Nachrichtenquellen suchen (Cache-TTL: 24h). Args: params (SearchSourcesInput): name, country, language, number, use_cache, response_format Returns: str: Liste verfuegbarer Quellen mit URL und Metadaten.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_sentiment_monitor ~216

Sentiment-Analyse der Medienberichterstattung (Cache-TTL: 60 Min). Analysiert die emotionale Tonalitaet der Berichterstattung. Nur DE und EN. ⚠️ DATENSCHUTZ-HINWEIS (revDSG, Schweiz): Sentiment-Analyse auf eine namentlich genannte Person stellt Profiling nach Art. 5 lit. f DSG dar. Vor produktivem Einsatz mit Personenbezug: Datenschutz-Folgenabschaetzung (Art. 22 DSG) und Informationspflicht (Art. 19 DSG) pruefen. Empfehlung: nur auf Institutionen / Themen, nicht auf einzelne Personen anwenden. Siehe docs/privacy-dsg.md fuer Details. Args: params (SentimentMonitorInput): entity, language (de/en), days_back, source_country, number, use_cache, response_format Returns: str: Sentiment-Auswertung mit Ø-Score, Statistik und Top-Artikeln.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_top_headlines ~74

Top-Schlagzeilen eines Landes (mit Cache, TTL: 15 Min). Args: params (TopNewsInput): source_country, language, date, number, use_cache, response_format Returns: str: Geclusterte Top-News nach Quellen-Anzahl gereiht.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

news_trend_radar ~72

Nachrichtentrends in einer Kategorie (Cache-TTL: 30 Min). Args: params (TrendRadarInput): category, source_country, language, days_back, number, use_cache, response_format Returns: str: Trending-Themen und Artikel mit Sentiment.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the io.github.malkreide/news-monitor-mcp server?

io.github.malkreide/news-monitor-mcp is listed in the public MCP registry as io.github.malkreide/news-monitor-mcp. Aggregated news monitoring across Swiss public media RSS feeds. This page covers its PyPI package (news-monitor-mcp).

Is the io.github.malkreide/news-monitor-mcp server safe to use?

io.github.malkreide/news-monitor-mcp scores 64 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.malkreide/news-monitor-mcp server expose?

io.github.malkreide/news-monitor-mcp exposes 15 tools: news_alert_create, news_alert_list, news_alert_check, news_alert_delete, news_cache_stats, and 10 more. Their descriptions and schemas cost roughly 1,357 tokens of context every time the server is loaded.

Is the io.github.malkreide/news-monitor-mcp server still maintained?

io.github.malkreide/news-monitor-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.malkreide/news-monitor-mcp server under?

io.github.malkreide/news-monitor-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.