News sentiment trends as an MCP tool. Plug into Claude, Cursor, or any MCP-compatible AI host. Weekly series, growth percentages, and live news feed. Powered by trendsmcp.ai
Project description
news-sentiment-mcp
News sentiment and volume data for AI Understand how the news is covering any topic - and whether that coverage is positive or negative. Sentiment scores, media volume trends, and historical coverage data structured for AI analysis.
Full docs and live demo: https://trendsmcp.ai/news-sentiment-data
Part of Trends MCP - the MCP server for live trend data across 12+ sources. See the main repo: https://github.com/trendsmcp/trends-mcp
Get started in 2 steps
Step 1: Get your free API key at trendsmcp.ai 100 requests/day, no credit card required.
Step 2: Add to your AI client (replace YOUR_API_KEY):
Cursor / Windsurf / Cline (~/.cursor/mcp.json or equivalent)
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
VS Code / GitHub Copilot (.vscode/mcp.json)
{
"servers": {
"trends-mcp": {
"type": "http",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
Claude.ai (browser) Settings -> Connectors -> Add custom connector:
https://api.trendsmcp.ai/mcp
Example query
After connecting, ask your AI:
get_growth(keyword='tesla', source='news sentiment, news volume', percent_growth=['3M'])
Available tools
| Tool | What it does |
|---|---|
get_trends |
Time-series for a keyword on this source |
get_growth |
Growth % over 1W, 1M, 3M, 6M, 1Y periods |
get_top_trends |
What is trending right now on this source |
get_ranked_trends |
Top topics ranked by volume |
FAQ
What news data does Trends MCP provide?
Two signals: news volume (how much coverage a topic is receiving) and news sentiment (whether that coverage skews positive, neutral, or negative). Both are normalized and returned as time series.
How is sentiment scored?
Sentiment is derived from NLP analysis of news article headlines and summaries, scored on a scale from -1 (strongly negative) to +1 (strongly positive). Trends MCP normalizes this to a 0-100 scale for consistency.
Can I track sentiment for a company over earnings periods?
Yes. Query a company name or ticker and the sentiment series will show how media tone shifted around earnings announcements, product launches, or regulatory events.
Which news sources are included?
Major English-language news outlets, financial media, and technology publications. The signal aggregates across sources rather than tracking individual outlets.
All data sources
Trends MCP covers 12+ sources in one connection: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, Web Traffic, App Downloads, Steam, npm, and more.
Browse all: https://trendsmcp.ai/data-sources
Also works as a Python client
Same API key works directly in Python - no MCP host needed.
pip install news-sentiment-mcp
import os
from news_sentiment_mcp import TrendsMcpClient, SOURCE
client = TrendsMcpClient(api_key=os.environ["TRENDSMCP_API_KEY"])
series = client.get_trends(source=SOURCE, keyword="your keyword")
growth = client.get_growth(source=SOURCE, keyword="your keyword", percent_growth=["1M", "3M", "12M"])
top = client.get_top_trends(type="News Sentiment", limit=10)
Full Python docs: trendsmcp.ai/docs
License
MIT © Trends MCP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file news_sentiment_mcp-1.0.0.tar.gz.
File metadata
- Download URL: news_sentiment_mcp-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1556d722dec4a2cef74aceb96ddba7847b5eaf99a9810d69fdebdef5384765
|
|
| MD5 |
12c3e66104edbaa9f19d3356d0570040
|
|
| BLAKE2b-256 |
f83f6180410a530ea197f173451b6025f4a12cb76323edc7af997f94d316841f
|
Provenance
The following attestation bundles were made for news_sentiment_mcp-1.0.0.tar.gz:
Publisher:
publish.yml on trendsmcp/news-sentiment-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
news_sentiment_mcp-1.0.0.tar.gz -
Subject digest:
3d1556d722dec4a2cef74aceb96ddba7847b5eaf99a9810d69fdebdef5384765 - Sigstore transparency entry: 1203567474
- Sigstore integration time:
-
Permalink:
trendsmcp/news-sentiment-mcp@5398cff6ecb88b5c24121c44acd823a0a103ecd2 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/trendsmcp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@5398cff6ecb88b5c24121c44acd823a0a103ecd2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file news_sentiment_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: news_sentiment_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
472e2345657496b2e10d1e4b38776bea4f856dec7a55540dfd34822a04a81149
|
|
| MD5 |
83cc7f5a9363ffc126d4d0afc290846e
|
|
| BLAKE2b-256 |
f060fa302063fb48f4ed1b1b4b290ab1b98e79d91a4d1b888053352927a43d16
|
Provenance
The following attestation bundles were made for news_sentiment_mcp-1.0.0-py3-none-any.whl:
Publisher:
publish.yml on trendsmcp/news-sentiment-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
news_sentiment_mcp-1.0.0-py3-none-any.whl -
Subject digest:
472e2345657496b2e10d1e4b38776bea4f856dec7a55540dfd34822a04a81149 - Sigstore transparency entry: 1203567478
- Sigstore integration time:
-
Permalink:
trendsmcp/news-sentiment-mcp@5398cff6ecb88b5c24121c44acd823a0a103ecd2 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/trendsmcp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@5398cff6ecb88b5c24121c44acd823a0a103ecd2 -
Trigger Event:
release
-
Statement type: