This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
read_feed
InactiveTool of Feeds
declared in 0.1.0
Read a curated feed by its id (from list_feeds). Returns normalized items (title, link, published, summary). Optionally filter items by keyword.
Parameters schema
{
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "string",
"description": "Curated feed id, e.g. \"cisa-advisories\", \"bbc-world\"."
},
"limit": {
"type": "number",
"description": "Max items (1-50, default 20)."
},
"query": {
"type": "string",
"description": "Keyword filter over item title/summary."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Feeds
https://github.com/pipeworx-io/mcp-feeds
2/7 registries