news-mcp-server
Verified Safeby Stellarhold170NT
Overview
Enables AI agents to interact with VnExpress for news search, latest headlines, and article content extraction.
Installation
npx -y news-mcp-server-vnexpress --stdioSecurity Notes
The `news_reader` tool allows fetching content from any URL provided as input, validated only as a general URL via `z.string().url()`. While the tool is intended for VnExpress articles, there is no explicit domain validation in the code. This lack of domain restriction could theoretically lead to Server-Side Request Forgery (SSRF) if a malicious actor or a misconfigured AI agent provides an arbitrary internal or external URL, potentially exposing internal network resources or other services. No 'eval' or obvious malicious patterns were found. Hardcoded secrets are not present. Network risks are inherent to web scraping, but generally handled by direct requests.
Similar Servers
TrendRadar
An AI-powered server for aggregating, filtering, analyzing, and translating trending news and RSS feeds, providing deep insights and smart notifications.
brightdata-mcp
Enables AI agents to access, search, extract, and navigate the live web in real-time without being blocked.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
crawlbase-mcp
A Model Context Protocol (MCP) server that enables AI agents and LLMs to fetch fresh, structured, real-time web content (HTML, Markdown, screenshots) via Crawlbase's scraping infrastructure.