read_feed

Pack: world-news-feeds · Endpoint: https://gateway.pipeworx.io/world-news-feeds/mcp

Read a curated international / world-news feed by its id (from list_feeds). Returns normalized items (title, link, published, summary). Optionally filter items by keyword.

Parameters

NameTypeRequiredDescription
feedstringyesCurated feed id (from list_feeds).
querystringnoKeyword filter over item title/summary.
limitnumbernoMax items (1-50, default 20).

Example call

curl -X POST https://gateway.pipeworx.io/world-news-feeds/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"read_feed","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "world-news-feeds": {
      "url": "https://gateway.pipeworx.io/world-news-feeds/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 24, 2026