This converts any RSS or Atom feed into JSON through a single `feed` tool, letting Claude pull structured data from blogs, news sites, and podcasts without parsing XML. It's hosted by Pipeworx and works keyless out of the box, though you can add an API key if you need request counts. Useful when you want Claude to monitor feeds, aggregate content, or extract specific posts without dealing with feed formats directly. You can call the tool explicitly or use `ask_pipeworx` to query feeds in plain English and let the gateway handle the rest. It's also bundled into the full Pipeworx gateway if you need access to their 250+ data sources alongside feed parsing.
rss2json MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
feed | Fetch RSS/Atom feed as JSON. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"rss2json": {
"url": "https://gateway.pipeworx.io/rss2json/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Rss2json data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json