fetch_feed
ActiveTool of Transport Feeds
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Feed URL, e.g. \"https://news.ycombinator.com/rss\"."
},
"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
Transport Feeds
https://github.com/pipeworx-io/mcp-transport-feeds
2/7 registries