# German Newsfeed MCP Server (pypi · german-newsfeed-mcp)

MCP server for the public news API of tagesschau.de, including regional news from ARD broadcasters

- Trust score: 80/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- pypi · `german-newsfeed-mcp`: 80/100 (this document), [markdown](https://verifymcp.io/servers/jakolo121-german-newsfeed-mcp/german-newsfeed-mcp.md), [page](https://verifymcp.io/servers/jakolo121-german-newsfeed-mcp/german-newsfeed-mcp)

## Channel facts

- Registry: `pypi`
- Package: `german-newsfeed-mcp`
- Version: `2.0.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 94/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs a script at install time (build_backend) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does.
  - 1 of 22 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 30 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 392 tokens (~56/item across 7 items; 5 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the German Newsfeed MCP Server server?

German Newsfeed MCP Server runs locally as a PyPI package, launched with uvx german-newsfeed-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add jakolo121-german-newsfeed-mcp -- uvx german-newsfeed-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "jakolo121-german-newsfeed-mcp": {
      "command": "uvx",
      "args": [
        "german-newsfeed-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jakolo121-german-newsfeed-mcp": {
      "command": "uvx",
      "args": [
        "german-newsfeed-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add jakolo121-german-newsfeed-mcp -- uvx german-newsfeed-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jakolo121-german-newsfeed-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "german-newsfeed-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jakolo121-german-newsfeed-mcp --command uvx --arg german-newsfeed-mcp
```

### Hermes

```yaml
mcp_servers:
  jakolo121-german-newsfeed-mcp:
    command: "uvx"
    args: ["german-newsfeed-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "jakolo121-german-newsfeed-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "german-newsfeed-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add jakolo121-german-newsfeed-mcp -t stdio -c uvx -a german-newsfeed-mcp
```

### Other

```json
{
  "mcpServers": {
    "jakolo121-german-newsfeed-mcp": {
      "command": "uvx",
      "args": [
        "german-newsfeed-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 80, +1)

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

### 2026-09-18 (score 79, −3)

- [functional] Stability: pass → 0.80

### 2026-09-17 (score 82, +1)

- [security] Stability: 0.97 → pass

### 2026-09-15 (score 81, +1)

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

### 2026-09-13 (score 80, +1)

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

### 2026-09-10 (score 79, −3)

- [functional] Stability: pass → 0.77

### 2026-09-09 (score 82, +1)

- [security] Stability: 0.97 → pass

### 2026-09-07 (score 81, +1)

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

## MCP tools (5)

### `get_latest_news` (~37 tokens)

Get the latest news from Tagesschau.

Input parameters:

- `limit` (integer): Maximum number of news items to return (default: 10).

Output parameters:

- `result` (string)

### `get_news_by_ressort` (~70 tokens)

Get news by ressort/category.

Input parameters:

- `limit` (integer): Maximum number of news items to return (default: 10).
- `ressort` (string, required): The ressort/category to filter by.      Options: inland, ausland, wirtschaft, sport, video,               investigativ, wissen.

Output parameters:

- `result` (string)

### `get_regional_news` (~168 tokens)

Get regional news for a specific German state.

Input parameters:

- `limit` (integer): Maximum number of news items to return (default: 10).
- `region_id` (integer, required): The ID of the region/state.        1=Baden-Württemberg, 2=Bayern, 3=Berlin, 4=Brandenburg,        5=Bremen, 6=Hamburg, 7=Hessen, 8=Mecklenburg-Vorpommern,        9=Niedersachsen, 10=Nordrhein-Westfal…
- `ressort`: Optional category filter.

Output parameters:

- `result` (string)

### `search_news` (~66 tokens)

Search for news articles by keyword.

Input parameters:

- `page_size` (integer): Results per page (default: 10, max: 30).
- `result_page` (integer): Page number for pagination (default: 0).
- `search_text` (string, required): The text to search for.

Output parameters:

- `result` (string)

### `get_channels` (~20 tokens)

Get information about available Tagesschau channels and livestreams.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/jakolo121-german-newsfeed-mcp/german-newsfeed-mcp#diagnostics

## Score history

- 2026-09-21: 80
- 2026-09-20: 80
- 2026-09-19: 79
- 2026-09-18: 79
- 2026-09-17: 82
- 2026-09-16: 81
- 2026-09-15: 81
- 2026-09-14: 80
- 2026-09-13: 80
- 2026-09-12: 79
- 2026-09-11: 79
- 2026-09-10: 79
- 2026-09-09: 82
- 2026-09-08: 81
- 2026-09-07: 81
- 2026-09-06: 80
- 2026-09-05: 80
- 2026-09-04: 79
- 2026-09-03: 79
- 2026-09-02: 79
- 2026-09-01: 78
- 2026-08-31: 78
- 2026-08-30: 77
- 2026-08-29: 77
- 2026-08-28: 76
- 2026-08-27: 76
- 2026-08-26: 75
- 2026-08-25: 74
- 2026-08-24: 73
- 2026-08-23: 73

## Common questions

### What is the German Newsfeed MCP Server server?

German Newsfeed MCP Server is listed in the public MCP registry as io.github.Jakolo121/german-newsfeed-mcp. MCP server for the public news API of tagesschau.de, including regional news from ARD broadcasters. This page covers its PyPI package (german-newsfeed-mcp).

### Is the German Newsfeed MCP Server server safe to use?

German Newsfeed MCP Server scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 German Newsfeed MCP Server server expose?

German Newsfeed MCP Server exposes 5 tools: get_latest_news, get_news_by_ressort, get_regional_news, search_news, get_channels. Their descriptions and schemas cost roughly 361 tokens of context every time the server is loaded.

### Is the German Newsfeed MCP Server server still maintained?

German Newsfeed MCP Server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- PyPI project: https://pypi.org/project/german-newsfeed-mcp/
- Socket report: https://socket.dev/pypi/package/german-newsfeed-mcp
- Repository: https://github.com/Jakolo121/german-newsfeed-mcp
- Changelog RSS feed: https://verifymcp.io/servers/jakolo121-german-newsfeed-mcp/german-newsfeed-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jakolo121-german-newsfeed-mcp/german-newsfeed-mcp.json
- HTML version of this page: https://verifymcp.io/servers/jakolo121-german-newsfeed-mcp/german-newsfeed-mcp
