rss-mcp
Verified Safeby tsoguri
Overview
Provides an MCP server for LLMs to access, parse, filter, and analyze content from curated RSS feeds, enabling structured news analysis and trend identification.
Installation
uv run python -m src.serverSecurity Notes
The server uses standard libraries like 'feedparser' and 'BeautifulSoup' for parsing, which are generally safe. There are no obvious signs of 'eval', 'exec', or hardcoded credentials. The primary security consideration arises from the nature of an LLM integration where the model could potentially request arbitrary external URLs via the 'parse_feed' or 'validate_feed_url' tools, which could lead to SSRF if the LLM's inputs are not properly constrained.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
miniflux-mcp
Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).
mcp-video-extraction-plus
The server extracts text from various video and audio sources using multiple Automatic Speech Recognition (ASR) providers, including local Whisper and online services from JianYing (CapCut) and Bilibili.
mcp_tools_server
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.