MCP_SSE_Server

MCP_SSE_Server

0

GenAI News Assistant MCP Server is a template for setting up a Model Context Protocol server to fetch and analyze news data. It integrates with NewsAPI.org and a Large Language Model, supporting both Python and TypeScript implementations.

GenAI News Assistant MCP Server

  • Template for building a Model Context Protocol (MCP) server.
  • Provides tools for fetching and analyzing news information using NewsAPI.org and a Large Language Model.
  • Available implementations in Python and TypeScript.

Prerequisites

  • Requires Docker, NewsAPI.org API key, and an LLM API key.

Environment Variables

  • NEWS_API_KEY
  • LLM_API_KEY

MCP Tools

  • search_news: Search recent news articles.
  • extract_information_from_article: Extract information from a news article.
  • extract_key_info_and_sentiment: Analyze articles for key entities and sentiment.

Development

  • Choose between Python or TypeScript implementation.