infomate-mcp
Verified Safeby agudulin
Overview
An MCP server designed to fetch news from infomate.club/vas3k, extract articles, and provide categorized summaries.
Installation
bun run devSecurity Notes
The server fetches content from a hardcoded external URL (infomate.club/vas3k) and parses it using basic string manipulation and regex, rather than a full DOM parser. While regex for HTML is often fragile, in this context (parsing a fixed, known external source), it does not appear to introduce direct injection vulnerabilities. Article URLs are validated to start with 'http' or are prepended with the base domain. File system access is limited to reading the project's own README.md. No 'eval' or similar dangerous dynamic code execution patterns were found. No obvious hardcoded secrets are present in the provided code.
Similar Servers
TrendRadar
An AI-powered server for aggregating, filtering, analyzing, and translating trending news and RSS feeds, providing deep insights and smart notifications.
mcp-claude-hackernews
Provides Claude Desktop with tools to browse and interact with Hacker News stories and comments.
MCP-News-Server
An MCP-based server for aggregating, summarizing, and analyzing news from various Turkish news sources.
llms-fetch-mcp
Fetches web content, prioritizing LLM-friendly formats like llms.txt and Markdown, converting HTML to Markdown, and caching results with a generated table of contents.