MCP.so
Sign In
Servers

tagesschau-mcp-server

@a2xdeveloper

It's an MCP server for tagesschau.de

Overview

What is tagesschau-mcp-server?

A Model Context Protocol (MCP) server that provides access to the latest news articles and details from the tagesschau.de platform. It is built in Go and designed for developers who want to integrate tagesschau news into AI assistants or other MCP clients.

How to use tagesschau-mcp-server?

Clone the repository, install dependencies with go mod tidy, and build the server with go build -o tagesschau. Then configure the MCP server path in your MCP configuration file under the tagesschau key. Once running, the server exposes endpoints to fetch latest news articles and retrieve details for a specific article by its URL.

Key features of tagesschau-mcp-server

  • Fetch the latest news articles from various categories.
  • Retrieve detailed information about specific news articles.
  • Built entirely in Go for performance and portability.
  • Simple configuration via standard MCP settings.
  • Open source under the MIT License.

Use cases of tagesschau-mcp-server

  • Power an AI assistant that can answer questions about current German news.
  • Integrate tagesschau headlines into a custom dashboard or notification system.
  • Enable an MCP client to fetch article summaries and details on demand.
  • Provide a news retrieval tool for research or content aggregation workflows.

FAQ from tagesschau-mcp-server

What does tagesschau-mcp-server do compared to using the tagesschau.de website directly?

It provides a programmatic, MCP-compatible interface for fetching news articles and details, making it easy to integrate with AI tools and other automated systems instead of manual web browsing.

What are the runtime requirements for tagesschau-mcp-server?

The server is written in Go and requires only the Go runtime to build and run. No additional external services or databases are needed.

Where does the data come from?

The data is fetched from the tagesschau.de API. The server is a client that retrieves news content from that platform.

Does tagesschau-mcp-server support authentication or require any API keys?

No authentication or API keys are mentioned in the README. The server uses the public tagesschau news API.

What transport protocol does the MCP server use?

The README does not specify the transport protocol. It only describes configuration via standard MCP settings and endpoints for fetching news.

Tags

More from Other