Back to the catalog

io.github.almaestilo/newswake

News momentum + what-changed outcome tools for agents. Signals + links, ~296 sources.

Open source Repository Open in the app JSON README (API)

About

News momentum + what-changed outcome tools for agents. Signals + links, ~296 sources.

Details

Kind
MCP servers
Topic
Social & content
Publisher
almaestilo
Origin
official
Category
ferramentas
Transport
http
Version
0.1.0
Last push
2026-08-29T04:22:08Z
Repository state
ativo
Language
JavaScript
Added
2026-08-29 05:00:07
Updated
2026-08-29 05:00:07
Origin id
io.github.almaestilo/newswake

README

# newswake

**News momentum & "what changed" — outcome tools for AI agents.** An MCP server that returns *decided answers* about how news is moving, not a pile of articles.

Live: **https://newswake-ajq8t.ondigitalocean.app** · MCP endpoint: `https://newswake-ajq8t.ondigitalocean.app/mcp` (streamable-http, no key in beta, 15 calls/day free).

## Why

Search APIs (Exa, Tavily, Brave, Perplexity) are stateless — every call re-searches from zero and remembers nothing about what a topic looked like last week. So an agent doing a recurring check on a company has no clean way to answer *"what's new since last time,"* and the LLM can't reliably fake it. newswake tracks persistent story-events hour by hour, so "momentum" and "what changed" are real time-series.

## Tools

- **`find_trending(topic?, limit?)`** — story-events accelerating in attention right now: trend, momentum, a runway hint (ride now vs window closing), why-now, and a link. Scope to any beat.
- **`whats_changed(entity, since?)`** — the delta on a company/person/topic: new vs updated story-events since a timestamp, with links. The stateful answer a search API can't give.

Both return structured JSON with confidence + links to original reporting — **never article text**.

## Use it

```json
{ "mcpServers": { "newswake": { "type": "http", "url": "https://newswake-ajq8t.ondigitalocean.app/mcp" } } }
```

Claude Code: `claude mcp add --transport http newswake https://newswake-ajq8t.ondigitalocean.app/mcp`

## Honest scope

~296 mainstream sources, US/English, ~2h behind live (built for monitoring/research loops, not sub-minute reactions). Beta; no SLA. Signals + links only.

More