Back to Home
ekfaktldk11 icon

mcp-news-server

Verified Safe

by ekfaktldk11

Overview

An MCP server for fetching US news headlines, summarizing them with AI, and translating them to Korean.

Installation

Run Command
npm run start

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens600
Stars0
Forks0
Last Update2026-01-19

Tags

NewsAISummarizationTranslationMCP