overtone-news-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OVERTONE_NEWS_API_KEY | No | Use a specific key instead of auto-registering | |
| OVERTONE_NEWS_API_URL | No | Override the API endpoint (for self-hosted or testing) | https://agentic-skills.overtone.ai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| newsA | Retrieve news articles about a topic, each tagged with tone and
brand-safety signals. Returns up to |
| toneA | Get the emotional tone distribution across recent coverage of a topic (happy, funny, hopeful, informational, angry, sad, fearful) plus the dominant_tone. Use when the user asks how a topic is being talked about or the public mood around it. |
| pulseA | Pollable spike detector. Returns spike_ratio and a boolean
|
| emergingA | Concepts that appeared in the last 24h but had zero coverage in the prior 48h — candidate emerging stories. Cluster-filtered to
|
| velocityA | Concepts whose tone distribution shifted the most sharply between the prior 48h and the most recent 24h. Useful for 'where is the narrative turning?' questions. Ranked by shape-normalized L2 distance, so a uniform volume rise doesn't count as a shift. |
| timeseriesA | Tone trajectory over time for a topic. |
| reportA | Report which articles you actually displayed to the user after
calling |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| news_coverage | Check news coverage and tone for any topic |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_capabilities | List all available tools and their purposes |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CKBrennan/overtone-news-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server