streamable-httpupdated 10d ago
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.
What can you do with newswake?
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
{ "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.
Install
Add newswake to your client. Pick the one you use.
claude mcp add --transport http newswake https://newswake-ajq8t.ondigitalocean.app/mcpcodex mcp add newswake --url https://newswake-ajq8t.ondigitalocean.app/mcp{
"mcpServers": {
"newswake": {
"url": "https://newswake-ajq8t.ondigitalocean.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"newswake": {
"type": "http",
"url": "https://newswake-ajq8t.ondigitalocean.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"newswake": {
"url": "https://newswake-ajq8t.ondigitalocean.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"newswake": {
"serverUrl": "https://newswake-ajq8t.ondigitalocean.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 29, 2026 |