{"slug": "using-my-rss-reader-to-find-travel-recommendations", "title": "Using my RSS reader to find travel recommendations", "summary": "A developer used an MCP server to connect their Miniflux RSS reader to Hermes Agent, an AI agent from Nous Research, to generate travel recommendations for London by searching followed blogs and articles. The setup required disabling Miniflux's automatic cleanup by setting CLEANUP_ARCHIVE_READ_DAYS and CLEANUP_ARCHIVE_UNREAD_DAYS to -1, as old articles were being deleted. The approach leverages trusted sources in the RSS feed to filter travel suggestions.", "body_md": "# Using my RSS reader to find travel recommendations\n\nPublished on Aug 31, 2026\n\nAdmittedly that sounds a bit weird but using the people / blogs / resources you are following in your RSS reader is actually a great filter for narrowing down the search on a given topic.\n\n- I already value these people's opinions\n- I sometimes remember that person x wrote about topic y\n\nI'm planning a city trip right now and I was wondering what people I follow in Miniflux (My RSS reader of choice) are writing about that topic so I've set up [an MCP server](https://github.com/tssujt/miniflux-mcp) that can talk to the Miniflux API.\n\nOnce that was ready I just connected it to my [Hermes Agent](https://hermes-agent.nousresearch.com) and asked it to summarize which places in London are interesting. As Miniflux doesn't have embeddings or a good vector search the agent is just issuing simple searches like \"London\" to get all items that could be relevant from Miniflux. Once it has a bunch of candidates it can do deeper research on that specifically and also follow the links mentioned in the feed item.\n\nThis worked pretty well, even though I realized that I had cleanup enabled on my Miniflux instance, so old articles that are not \"starred\" are automatically removed. I've changed that now by setting the following Miniflux environment variables.\n\n```\nCLEANUP_ARCHIVE_READ_DAYS=-1\nCLEANUP_ARCHIVE_UNREAD_DAYS=-1\n```\n\n", "url": "https://wpnews.pro/news/using-my-rss-reader-to-find-travel-recommendations", "canonical_source": "https://blog.notmyhostna.me/posts/travel-preparation-with-my-rss-reader", "published_at": "2026-08-31 18:53:02+00:00", "updated_at": "2026-08-31 19:22:59.723236+00:00", "lang": "en", "topics": ["ai-agents", "ai-tools"], "entities": ["Miniflux", "Hermes Agent", "Nous Research"], "alternates": {"html": "https://wpnews.pro/news/using-my-rss-reader-to-find-travel-recommendations", "markdown": "https://wpnews.pro/news/using-my-rss-reader-to-find-travel-recommendations.md", "text": "https://wpnews.pro/news/using-my-rss-reader-to-find-travel-recommendations.txt", "jsonld": "https://wpnews.pro/news/using-my-rss-reader-to-find-travel-recommendations.jsonld"}}