# RSS/Atom Feed Parser Root Endpoint

> RSS/Atom Feed Parser Root Endpoint is a paid API for AI agents from rss.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-13).

Serves as the root entry point for the rss.withzero.ai RSS/Atom feed parsing service

## Facts

- Endpoint: GET https://rss.withzero.ai/
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Provider: rss.withzero.ai
- Website: https://rss.withzero.ai
- Canonical page: https://www.zero.xyz/c/rss-withzero-ai-rss-atom-feed-parser-root-endpoint-74ffbca0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uHySkwMwnqzU-sje5kUw-

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 rss-withzero-ai-rss-atom-feed-parser-root-endpoint-74ffbca0
```

Example prompt: Can you fetch the RSS feed from https://feeds.example.com/news.rss and give me the latest 10 articles as structured JSON?

## When to prefer this

Use this endpoint to discover service capabilities or as an entry point before calling the actual feed parsing endpoint. Choose this when you need to understand what the RSS parsing service provides before fetching a specific feed.

## Known failure modes

- Service unavailable (503) if the backend is down
- Unexpected empty response if service is misconfigured
- Network timeout if the host is unreachable

## Output

Returns a JSON object with service-level metadata or entry point information for the RSS/Atom feed parsing API at rss.withzero.ai

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rss-withzero-ai-rss-atom-feed-parser-root-endpoint-74ffbca0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rss.withzero.ai](https://www.zero.xyz/host/rss.withzero.ai/llms.txt)
