fetch_feed
Pack: food-feeds · Endpoint: https://gateway.pipeworx.io/food-feeds/mcp
Fetch and normalize any RSS / Atom / RDF feed by URL. CF-robust: fetches directly and falls back to a proxy if the source blocks the gateway. Use list_feeds first for curated sources.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | Feed URL, e.g. “https://news.ycombinator.com/rss”. |
query | string | no | Keyword filter over item title/summary. |
limit | number | no | Max items (1-50, default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/food-feeds/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fetch_feed","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"food-feeds": {
"url": "https://gateway.pipeworx.io/food-feeds/mcp"
}
}
}
See Getting Started for client-specific install steps.