tagesschau-mcp-server

tagesschau-mcp-server

By a2xdeveloper GitHub

It's an MCP server for tagesschau.de

tagesschau mcp-server
Overview

what is tagesschau-mcp-server?

The tagesschau-mcp-server is an MCP (Model Context Protocol) server designed to provide access to the latest news articles and details from the tagesschau.de platform.

how to use tagesschau-mcp-server?

To use the tagesschau-mcp-server, clone the repository, install the dependencies, and build the server. Once running, you can access endpoints to fetch the latest news and retrieve details about specific articles.

key features of tagesschau-mcp-server?

  • Fetch the latest news articles from various categories.
  • Retrieve detailed information about specific news articles.

use cases of tagesschau-mcp-server?

  1. Integrating news updates into applications.
  2. Building a news aggregator that pulls data from tagesschau.de.
  3. Providing real-time news updates for users.

FAQ from tagesschau-mcp-server?

  • How do I install the server?

Clone the repository, install dependencies using 'go mod tidy', and build the server with 'go build -o tagesschau'.

  • What endpoints are available?

You can access endpoints to get the latest news and details of specific articles.

  • Is the project open for contributions?

Yes! Contributions are welcome, and you can open an issue or submit a pull request for enhancements or bug fixes.

Content

tagesschau-mcp-server

Overview

This is an MCP (Model Context Protocol) server for tagesschau.de, providing access to the latest news articles and details from the tagesschau platform.

Features

  • Fetch the latest news articles from various categories.
  • Retrieve detailed information about specific news articles.

Installation

  1. Clone the repository:

    git clone https://github.com/a2xdevelopment/tagesschau-mcp-server.git
    cd tagesschau-mcp-server
    
  2. Install dependencies:

    go mod tidy
    
  3. Build the server:

    go build -o tagesschau 
    

Usage

Once the server is running, you can access the following endpoints:

  • Get Latest News: Fetch the latest news articles.
  • Get Article Details: Retrieve details for a specific article by providing its URL.

Tagesschau Configuration Example

To configure the tagesschau MCP server, add the following settings to your MCP configuration file:

{
  "mcpServers": {
    "tagesschau": {
      "command": "/path/to/tagesschau",
      "args": [],
      "env": {}
    }
  }
}

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details