fetch_feed

Pack: education-feeds · Endpoint: https://gateway.pipeworx.io/education-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

NameTypeRequiredDescription
urlstringyesFeed URL, e.g. “https://news.ycombinator.com/rss”.
querystringnoKeyword filter over item title/summary.
limitnumbernoMax items (1-50, default 20).

Example call

curl -X POST https://gateway.pipeworx.io/education-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": {
    "education-feeds": {
      "url": "https://gateway.pipeworx.io/education-feeds/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 24, 2026