RSS Feed Parser

RSS Feed Parser MCP Connector for Claude

A+

Turn any RSS 2.0 or Atom feed into clean, structured JSON. Extract titles, links, dates, authors, and full content from blogs, news sites, and podcasts — ready for your agent to process.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Your content marketing agent needs to monitor 20 competitor blogs, 5 industry news feeds, and 3 podcast channels. Without a parser, it scrapes HTML — inconsistent, slow, and full of noise.

RSS and Atom feeds are the web's native content API. This MCP parses them into clean JSON objects with titles, links, publication dates, authors, categories, and full content — ready for summarization, curation, or automated distribution.

The Superpowers

  • RSS 2.0 + Atom: Both formats parsed identically into a unified JSON structure.
  • Full Content: Extracts title, link, date, author, categories, enclosures (podcasts), and content/summary.
  • No Scraping: Clean, structured data from the feed XML — no HTML parsing, no DOM traversal.
  • Podcast Ready: Enclosure extraction for audio/video URLs, durations, and file sizes.
rssatomcontent-aggregationweb-scrapingjson-parsingnews-monitoring

1 tools expose this connector's capabilities to your AI agent.

parse_rss_feed

Pass the raw XML string and receive a structured JSON with feed metadata and up to 20 items. This is essential for content marketing agents monitoring blogs, news aggregators, and podcast feeds. Never try to parse XML manually — use this engine for deterministic extraction. Parses RSS 2.0 and Atom feed XML into structured JSON objects. Extracts title, description, items with links, dates, categories, and content snippets

See how to talk to your AI agent using RSS Feed Parser.

Monitor TechCrunch's RSS feed and give me the latest 5 articles with titles and publish dates.

5 articles extracted: title, link, pubDate, author, and content snippet for each.

Parse our company blog feed and extract all articles tagged 'product-update' from the last 30 days.

8 articles found with 'product-update' category in the last 30 days.

Get the latest episode URLs from this podcast RSS feed for our newsletter.

3 episodes with audio URLs, durations, and descriptions extracted.

Yes. Podcast RSS feeds include enclosure elements with audio/video URLs, MIME types, and file sizes. The parser extracts all of them.

Related Connectors