Skip to main content

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 MCP Works with Claude Works with Cursor

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):

+ Add to Cursor (one click)

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

news_sentiment_mcp-1.0.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

news_sentiment_mcp-1.0.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for news_sentiment_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3d1556d722dec4a2cef74aceb96ddba7847b5eaf99a9810d69fdebdef5384765
MD5 12c3e66104edbaa9f19d3356d0570040
BLAKE2b-256 f83f6180410a530ea197f173451b6025f4a12cb76323edc7af997f94d316841f

See more details on using hashes here.

Provenance

The following attestation bundles were made for news_sentiment_mcp-1.0.0.tar.gz:

Publisher: publish.yml on trendsmcp/news-sentiment-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file news_sentiment_mcp-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for news_sentiment_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 472e2345657496b2e10d1e4b38776bea4f856dec7a55540dfd34822a04a81149
MD5 83cc7f5a9363ffc126d4d0afc290846e
BLAKE2b-256 f060fa302063fb48f4ed1b1b4b290ab1b98e79d91a4d1b888053352927a43d16

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page