Back to Home
tsoguri icon

rss-mcp

Verified Safe

by 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

Run Command
uv run python -m src.server

Security 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1250
Stars0
Forks0
Last Update2025-11-22

Tags

RSSNews AggregationLLM ToolsContent AnalysisFeed Management