read_feed
ActiveTool of Entertainment Feeds
declared in 0.1.0
Read a curated entertainment & culture 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 (from list_feeds)."
},
"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
Entertainment Feeds
https://github.com/pipeworx-io/mcp-entertainment-feeds
2/7 registries