simply-feed-mcp
Verified Safeby hmmroger
Overview
A Model Context Protocol (MCP) server that enables AI assistants to fetch, search, and retrieve real-time information from RSS/news feeds, including summarization and topic extraction using an LLM.
Installation
npx -y simply-feed-mcpEnvironment Variables
- SIMPLY_FEED_CONFIG_FILE_NAME
- SIMPLY_FEED_CONFIG_BLOB_NAME
- SIMPLY_FEED_STORAGE_CONNECTION_STRING
- SIMPLY_FEED_STORAGE_FILE_FOLDER
- SIMPLY_FEED_LLM_API_KEY
- SIMPLY_FEED_LLM_BASE_URL
- SIMPLY_FEED_LLM_MODEL
- SIMPLY_FEED_ITEMS_RETENTION_DAYS
- SIMPLY_FEED_INCLUDE_EXISTING_TOPICS
Security Notes
The server uses environment variables for sensitive configurations like LLM API keys and Azure Storage connection strings, which is good practice. Feed URLs for fetching content are loaded from a configuration file or Azure Blob, requiring trust in the source of these configurations to prevent Server-Side Request Forgery (SSRF). LLM responses are parsed as JSON and validated using Zod schemas, mitigating risks associated with untrusted LLM output. No direct 'eval' calls or obfuscation found.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.