Fetches and manages RSS/Atom feeds with intelligent caching, batch processing, and content search. Helps monitor multiple news sources and extract feed content in various formats.

10201 views4Local (stdio)

What it does

  • Fetch and parse RSS/Atom feeds
  • Batch process multiple feeds simultaneously
  • Monitor feeds for new content since last check
  • Search content across multiple RSS feeds
  • Extract feed content in JSON, Markdown, HTML, or text formats
  • Export feed subscriptions as OPML

Best for

News aggregation and monitoringContent curation workflowsAutomated feed processing systemsBuilding RSS readers or news apps
Built-in intelligent caching with TTLFull-text search across feedsMultiple output formats supported

Tools (6)

fetch_rss_feed

Fetches and parses an RSS feed, returning structured data with feed info and items

fetch_multiple_feeds

Batch fetch multiple RSS feeds with success/error status for each

monitor_feed_updates

Check for new items in a feed since a specific time or last check

search_feed_items

Search for content across one or more RSS feeds

extract_feed_content

Extract and format feed content for different use cases

Alternatives