AgentPMT
RSS Reader

RSS Reader

Core Utility

Available ActionsEach successful request consumes credits as outlined below.

read5cr

Details

Lightweight feed parsing utility that fetches and extracts structured content from RSS and Atom feeds for content aggregation and monitoring workflows. This function retrieves feed data from any publicly accessible URL using configurable HTTP timeouts up to 120 seconds, then parses the XML content using the feedparser library to extract both feed-level metadata and individual entry details. The response includes comprehensive feed information such as title, link, last updated timestamp, and description, alongside an array of entries containing each item's title, link, publication date, summary, and full content when available. Users can limit results with the max_items parameter, retrieving anywhere from 1 to 200 entries per request to balance completeness with response size. The optional include_raw flag exposes parsing diagnostics including the bozo flag and any exception details, useful for debugging malformed or non-standard feeds. With its straightforward interface and consistent JSON output structure, the RSS Reader provides an efficient bridge between syndicated web content and downstream processing pipelines that need to consume, filter, or aggregate published articles, blog posts, podcasts, or news updates.

Use Cases

Aggregating blog posts from multiple sources into a unified content dashboard, monitoring news feeds for keyword mentions or topic alerts in media tracking workflows, pulling podcast episode listings for automated show note generation, tracking competitor blog updates or product announcements for market intelligence, populating content queues for social media scheduling automation, building personalized news digests by combining entries from curated feed lists, monitoring release notes or changelog feeds for software dependency updates, extracting publication metadata for citation management or research aggregation, feeding content pipelines that summarize or categorize incoming articles, triggering notification workflows when specific publishers release new content

Actions(1)

read5cr4 params(1 required)

Fetch and parse an RSS or Atom feed from a public URL. Returns feed metadata and entries with titles, links, dates, and summaries.

Fetch and parse an RSS or Atom feed from a public URL. Returns feed metadata and entries with titles, links, dates, and summaries.

feed_urlrequiredstring

The full URL of the RSS or Atom feed to read.

max_itemsinteger

Maximum number of feed entries to return.

Default: 20
Range: 1 - 200
include_rawboolean

Include raw feed parsing metadata (bozo flag and exception details for debugging malformed feeds).

Default: false
timeout_secondsinteger

HTTP request timeout in seconds.

Default: 20
Range: 1 - 120

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 695c37e7767df5adfd9bc874 ("RSS Reader"). Then call the same tool with action 'call_tool', tool_id 695c37e7767df5adfd9bc874, and the parameters needed for my request.

Looking for help integrating AI into your business? Set up a free consultation.