Vazghen's news feed

All your topics. One 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 key
The lineup

Sixteen topics, one stream

Each 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.

For agents · step by step

Wire it to your AI agent in 3 steps

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.

  1. 1 · Point at the API Base URL https://mynews-nine.vercel.app/api. Open, keyless, CORS-enabled — any agent or script can call it.
  2. 2 · Get the headlines GET /api/news?category=ai,crypto&since=24&sort=newest returns titles, sources, timestamps and read-time. MCP tool: get_news.
  3. 3 · Read the full story 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.

get_news

Headlines across topics — filter by category, timeframe, keyword; sort by newest or category.

get_article

Full clean body text of one story by URL — boilerplate stripped, ready to summarize.

list_categories

The available topic slugs and labels.

How it works

RSS in, JSON out

  1. Pull. Every topic fetches a handful of RSS feeds — keyless, from the open web.
  2. Cache. Results hold for five minutes, so the page is instant and upstream stays happy.
  3. Serve. One API feeds the browser and your agents alike — read a list, then read any article in full.