mcp-news-server
Verified Safeby ekfaktldk11
Overview
An MCP server for fetching US news headlines, summarizing them with AI, and translating them to Korean.
Installation
npm run startEnvironment Variables
- NEWS_API_KEY
- OPENAI_API_KEY
Security Notes
API keys are loaded from environment variables, which is good practice. The server makes external API calls to reputable services (News API, OpenAI API) using `axios`. No `eval` or dynamic code execution from user input is present. Inputs to AI models are news text, relying on the LLM's own safety mechanisms. The caching mechanism is simple and does not introduce obvious vulnerabilities. Input sanitization for `get_news_details` relies on the external News API's `q` parameter handling.
Similar Servers
brave-search-mcp-server
Integrates the Brave Search API to provide comprehensive search functionalities including web, local, image, video, news, and AI-powered summarization through an MCP server.
youdotcom-mcp-server
Provides AI agents with real-time access to web information, including search, AI-powered answers, and content extraction, through the Model Context Protocol.
iceland-news-mcp
An MCP server that fetches and provides structured access to the latest Icelandic news from various RSS sources, integrated with a voice-activated AI assistant for news summaries and search.
MCP-News-Server
An MCP-based server for aggregating, summarizing, and analyzing news from various Turkish news sources.