sh.newsflash/newsflash
sh.newsflash/newsflashReal-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Tools · 5
Query the deduped news event graph by theme, source, category and time window. Returns events (many articles about one happening collapsed into one), each with a corroboration count and confidence sco…
Fetch a single event by id, including every corroborating article (source, url, timestamp).
Search raw articles (not collapsed into events). Use when you want the underlying items or need per-outlet coverage rather than deduped happenings.
List all news sources Newsflash tracks, with categories and live article counts.
Corpus size and freshness: source / article / event counts and the latest article timestamp.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"sh.newsflash/newsflash": {
"url": "https://newsflash.sh/mcp",
"transport": "streamable-http"
}
}
}