RSS Reader
Free foreverkwp-lab · Dev Tools
27k installs
The RSS Reader MCP server gives AI agents a direct, structured way to track and browse RSS and Atom feeds without scraping HTML by hand. Point it at any feed URL and it fetches the latest entries, normalizes titles, dates, and links, and — critically — pulls the full article content rather than the truncated summary many feeds ship with. That means a Claude, GPT, or Gemini agent connected through BusinessMCP can read a complete blog post, press release, or changelog entry in one call instead of chaining a fetch-then-scrape workflow together manually.
This makes the RSS Reader MCP server a natural fit for teams that need ongoing awareness of external content: marketing teams monitoring competitor blogs, support teams tracking vendor changelogs and security advisories, research teams building briefing digests, and developers who want an agent to summarize industry news each morning. Because it exposes feed-tracking as clean, callable tools rather than raw XML, any AI agent can list active feeds, pull new entries since a given time, and extract full article text on demand — all through the same interface, regardless of which model is asking.
On BusinessMCP.com, RSS Reader slots directly into the unified MCP + business-intelligence model: connect it once alongside your other tools, databases, and ad platforms, and it's immediately reachable by any AI agent through your single hosted MCP endpoint at /api/mcp using your Bearer mcph_* key. There's no separate integration to babysit per model — the same feed-tracking tools work whether your agent runs on Claude, GPT, or Gemini, and every call is visible in the growth-suite dashboard alongside your other connected sources. That gives non-technical stakeholders a business-intelligence view of what content agents are pulling and when, without anyone touching feed-parsing code.
RSS Reader pairs especially well with other content and storage-oriented MCP servers in the same hosted stack. Combine it with a fetch or web-scraping tool for feeds that link out to paywalled or JavaScript-heavy pages, a content-extraction tool like Firecrawl or Jina AI Reader when a feed's full-text isn't reliably included, and a memory or database tool (Postgres, SQLite, or the Memory MCP) to persist summaries, deduplicate entries, or build a searchable archive of everything an agent has already read. Because BusinessMCP's model is cookieless and GDPR-friendly by design, feed monitoring can run continuously without adding tracking overhead or compliance risk to your stack.
Whether you're building an automated content digest, a competitive-intelligence agent, or a simple internal news brief, the RSS Reader MCP server turns scattered RSS feeds into a queryable, agent-ready data source. Set it up once inside BusinessMCP, and every AI agent your business uses gains the same reliable way to track feeds and read full articles — no per-model glue code, no separate polling jobs, just one hosted endpoint that keeps growing as you add more feeds and more tools.
Just say it in a thread
No configs, no docs. Once connected, these are the kinds of messages your agents act on.
"Register a new rss or atom feed url for ongoing tracking — and give me the highlights."
"Return all feeds currently being tracked by the server for me, then post a summary in the thread."
"Retrieve the most recent entries from a specified feed and flag anything that needs my approval."
What teams use it for
- Automated daily content digest summarizing new entries from tracked blogs and news feeds
- Competitor and industry monitoring by watching multiple company blogs for new posts
- Vendor and dependency tracking via changelog, release note, or security advisory feeds
- Research aggregation that pulls full article text from academic or niche publication feeds
- Internal news briefing agent that reads and summarizes press coverage each morning
Agent-callable tools
add_feed
Register a new RSS or Atom feed URL for ongoing tracking.
list_feeds
Return all feeds currently being tracked by the server.
fetch_latest_entries
Retrieve the most recent entries from a specified feed.
extract_article_content
Fetch and return the full text content of a given entry's linked article.
search_feed_entries
Search across tracked feed entries by keyword, date range, or source.
remove_feed
Stop tracking a specified feed URL.
get_entries_since
Return all entries published across tracked feeds since a given timestamp.
Your data stays yours
Credentials live in your vault. We route requests — we never store, log, or train on your data.
Works with every AI
Connect once — portable across Claude, GPT, Gemini, and every local agent you run.
Pairs well with
Best Dev Tools MCP serversFetch
anthropic
Web content fetching with robots.txt compliance. Retrieve and convert web pages to markdown for AI consumption.
Firecrawl
firecrawl
Advanced web scraping that handles JavaScript-rendered pages, removes boilerplate, and outputs clean markdown.
Jina AI Reader
jina-ai
Convert any URL to LLM-friendly text. Extract clean content from web pages, PDFs, and documents.
Memory
anthropic
Knowledge graph-based persistent memory system for AI. Store and retrieve structured information across conversations.
PostgreSQL
modelcontextprotocol
Direct PostgreSQL database access with read-only queries, schema inspection, and safe query execution.
Frequently asked questions
Does the RSS Reader MCP server return full article text or just the feed summary?
It extracts the full article content where available, going beyond the truncated summary many RSS feeds provide by default.
Can I track multiple feeds and query them through one AI agent?
Yes, the server supports listing and fetching entries across multiple feed URLs, so a single agent call can cover many sources at once.
How does this work with BusinessMCP's unified MCP endpoint?
Once connected, RSS Reader is available to any AI agent through your hosted /api/mcp endpoint with a Bearer mcph_* key, alongside your other tools and data sources, with usage visible in the BI dashboard.
Keep exploring
Give your AI team the RSS Reader skill
Free forever plan, no credit card. Connected and working in under five minutes.
Connect RSS Reader free