# AmanChain RSS/Atom Feed Reader

> AmanChain RSS/Atom Feed Reader is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.002488/call, status unknown (last checked 2026-09-14).

Parses any RSS or Atom feed URL into clean, structured feed items via a pay-per-call x402 micro-payment API

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-rss-read
- Price: $0.002488/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-rss-atom-feed-reader-43aacf5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y334L70f_D4ZUNGzAJvS9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability amanchain-rss-atom-feed-reader-43aacf5c -d '<json body>'
```

Example prompt: Can you read the RSS feed at https://feeds.bbci.co.uk/news/rss.xml and give me the latest article titles and links?

## When to prefer this

Choose this endpoint when you need a simple, pay-per-call RSS/Atom feed parser with no account or API key setup — ideal for agent workflows that occasionally need to read web feeds without maintaining a subscription. It suits one-off or low-frequency feed reads paid in USDC micro-transactions via x402.

## Known failure modes

- Invalid or malformed RSS/Atom feed URL returns a parsing error
- Feed URL is unreachable or returns a non-200 HTTP status
- Feed content is not valid RSS or Atom XML, causing a parse failure
- Payment via x402/USDC fails or is insufficient, blocking the call
- Feed requires authentication or is behind a paywall, returning access denied
- Extremely large feeds may time out or return partial results

## How this service works

RSS / Atom Feed Reader: parse any RSS/Atom feed into clean items Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-rss-read","request":"<input>"}. No account, no API key.

## Output

A structured list of feed items parsed from the provided RSS or Atom feed URL, each containing fields such as title, link, publication date, description/summary, author, and other available metadata from the feed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-rss-atom-feed-reader-43aacf5c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
