---
name: "xpay-rss-reader"
description: "Read and parse RSS/Atom feeds from any URL"
version: "1.0.0"
provider: "RSS Reader"
tools: 2
---

# RSS Reader

Read and parse RSS/Atom feeds from any URL

## RSS Reader

Read and parse RSS/Atom feeds from any URL

### Available Tools (2)

- **fetch_feed_entries**: Fetch RSS feed entries from a given URL — $0.01/call
- **fetch_article_content**: Fetch and extract article content from a URL, formatted as Markdown — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "rss-reader": {
      "url": "https://rss-reader.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 2
**Category:** Media & Content

## When to Use

Use RSS Reader tools when you need to read and parse rss/atom feeds from any url. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Fetch Feed Entries** — Fetch RSS feed entries from a given URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/rss-reader/fetch-feed-entries/SKILL.md)
- **Fetch Article Content** — Fetch and extract article content from a URL, formatted as Markdown — $0.01/call — [SKILL.md](https://xpay.tools/skills/rss-reader/fetch-article-content/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("rss-reader")`
2. **`xpay_details`** — Get input schema: `xpay_details("rss-reader/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("rss-reader/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/rss-reader/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
