Tools
| Name | Description |
|---|---|
parse_feedFetch and parse an RSS/Atom feed | Fetch and parse an RSS/Atom feed |
get_entriesGet recent entries from an RSS/Atom feed | Get recent entries from an RSS/Atom feed |
search_entriesSearch feed entries by keyword in title or description | Search feed entries by keyword in title or description |
Triggers
| Name | Description |
|---|---|
new_itemTriggers when a new item appears in an RSS/Atom feed | Triggers when a new item appears in an RSS/Atom feed |
new_item_matchingTriggers when a new item matching a keyword appears in an RSS/Atom feed | Triggers when a new item matching a keyword appears in an RSS/Atom feed |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('rss', 'parse_feed', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'rss',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect RSS Feed to my app?
RSS Feed does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does RSS Feed support?
RSS Feed supports 3 tools including Parse Feed, Get Entries, Search Entries.
Can I use RSS Feed with AI agents?
Yes. Add RSS Feed to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect RSS Feed to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add RSS Feed as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped RSS Feed tools exposed by that workspace.
Does RSS Feed work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved RSS Feed work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with RSS Feed?
RSS Feed exposes 3 tools, including Parse Feed, Get Entries, Search Entries. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can RSS Feed be used in stateful agent workflows?
Yes. Agents can combine RSS Feed tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does RSS Feed use?
RSS Feed does not require external authentication.
How much does the RSS Feed integration cost?
The RSS Feed integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does RSS Feed support?
RSS Feed supports 2 triggers including New Feed Item, New Feed Item Matching Keyword.
Connect RSS Feed in minutes
Get 20,000 free action executions every month. No credit card required.