Vazghen's news feed
Marvel to markets, anime to AI agents — 16 topics pulled live from the open web: sortable, time-filtered, read-time on every story — and an API your own agents can read.
Live · 16 topics · RSS · no API keyEach topic aggregates several sources. Filter, sort by newest or category, and pick the window you want — every card shows when it dropped and how long it takes to read.
The same data the page uses is a public REST API — no key, CORS open — plus an MCP server. Point any agent at it, or drop one block into OpenClaw.
https://mynews-nine.vercel.app/api. Open, keyless, CORS-enabled — any agent or script can call it.GET /api/news?category=ai,crypto&since=24&sort=newest returns titles, sources, timestamps and read-time. MCP tool: get_news.GET /api/article?url=… returns the clean body text of any article — ready to summarize. MCP tool: get_article.Already on OpenClaw? Add one block
Restart the gateway — every agent now has get_news, get_article and list_categories.
Headlines across topics — filter by category, timeframe, keyword; sort by newest or category.
Full clean body text of one story by URL — boilerplate stripped, ready to summarize.
The available topic slugs and labels.