Real-time news with tone analysis, brand safety, and narrative shift signals for AI agents.
Most developer tooling work still happens through a UI a human drives. Overtone MCP server moves it into the conversation instead. Real-time news with tone analysis, brand safety, and narrative shift signals for AI agents.
An MCP server that gives any agent real-time news plus the contextual intelligence to use it well — tone distribution, emerging stories, narrative shifts, spike alerts, and tone-over-time charts — powered by Overtone's publisher network.
The server publishes 8 tools. What each one is for:
Codex — The Codex tool exposed by this servernews — Articles on a topic, each tagged with tone, brand-safety signals, article type, and concepts. Use for "what's happening with X"tone — Emotional tone distribution across recent coverage of a topic — happy, funny, hopeful, informational, angry, sad, fearful, plus the dominant_tonepulse — Pollable spike detector. For each watched tone (default angry / sad / fearful), returns spike_ratio vs. a baseline window and a boolean spikingemerging — Concepts appearing in the last 24 hours that had zero coverage in the prior 48 hours — candidate emerging stories. Cluster-filtered to ≥3 articlesvelocity — Concepts whose tone distribution has shifted most sharply between the prior 48 hours and the most recent 24 hours. Answers "where is the narrativetimeseries — Tone trajectory over time for a topic. bin is hour, 6h, or day. Returns an ordered series of per-bin tone averages, article_count, and dominant_tonereport — Called silently after the agent presents articles to the user, to log which displayed_urls it actually showed. Helps Overtone understand whatBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: OVERTONE_NEWS_API_KEY, OVERTONE_NEWS_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Overtone's toolset — Codex, news, tone and 5 more — is a fair guide to whether it matches your workflow. It is maintained by CKBrennan; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Overtone's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Codex | The Codex tool exposed by this server. |
| news | Articles on a topic, each tagged with tone, brand-safety signals, article type, and concepts. Use for "what's happening with X". |
| tone | Emotional tone distribution across recent coverage of a topic — happy, funny, hopeful, informational, angry, sad, fearful, plus the dominant_tone. |
| pulse | Pollable spike detector. For each watched tone (default angry / sad / fearful), returns spike_ratio vs. a baseline window and a boolean spiking. alerts is populated only when spike_ratio >= 1.5 with meaningful volume. |
| emerging | Concepts appearing in the last 24 hours that had zero coverage in the prior 48 hours — candidate emerging stories. Cluster-filtered to ≥3 articles and ≥2 sources so single-article noise doesn't leak through. |
| velocity | Concepts whose tone distribution has shifted most sharply between the prior 48 hours and the most recent 24 hours. Answers "where is the narrative turning?". Ranked by shape-normalized L2 distance, so a uniform volume ri |
| timeseries | Tone trajectory over time for a topic. bin is hour, 6h, or day. Returns an ordered series of per-bin tone averages, article_count, and dominant_tone. |
| report | Called silently *after* the agent presents articles to the user, to log which displayed_urls it actually showed. Helps Overtone understand what content is most valuable to agentic clients. |
| Variable | Description | Required |
|---|---|---|
| OVERTONE_NEWS_API_KEY | Credential the server authenticates with. | Yes |
| OVERTONE_NEWS_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.