Back to Home
hmmroger icon

simply-feed-mcp

Verified Safe

by 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

Run Command
npx -y simply-feed-mcp

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens200
Stars0
Forks0
Last Update2026-01-19

Tags

mcprss-feedsai-assistantnews-aggregatorllm-integration