---
name: "xpay-rss-reader-fetch-feed-entries"
description: "Fetch RSS feed entries from a given URL"
version: "1.0.0"
price: "$0.01/call"
provider: "RSS Reader"
---

# Fetch Feed Entries

Fetch RSS feed entries from a given URL

**Provider:** RSS Reader
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to fetch rss feed entries from a given url. This is part of the RSS Reader provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 1+ others):

```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"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("rss-reader/fetch_feed_entries")`
2. **`xpay_run`** — Execute: `xpay_run("rss-reader/fetch_feed_entries", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No |  |
| `url` | string | Yes |  |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [RSS Reader (all tools)](https://xpay.tools/skills/rss-reader/SKILL.md) — 2 tools
- [Fetch Article Content](https://xpay.tools/skills/rss-reader/fetch-article-content/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/rss-reader/fetch-feed-entries/
- Provider: https://xpay.tools/rss-reader/
- All tools: https://xpay.tools/explore
