news-sentiment-mcp
news-sentiment-mcp
AI向けニュースの感情分析とボリュームデータ ニュースが特定のトピックをどのように取り上げているか、その報道が肯定的か否定的かを把握できます。感情スコア、メディアボリュームのトレンド、過去のカバレッジデータをAI分析向けに構造化して提供します。
完全なドキュメントとライブデモ: https://trendsmcp.ai/news-sentiment-data
Trends MCP の一部 - 12以上のソースからライブトレンドデータを提供するMCPサーバーです。 メインリポジトリ: https://github.com/trendsmcp/trends-mcp
2ステップで始める
ステップ1: trendsmcp.ai で無料のAPIキーを取得 1日100リクエスト、クレジットカード不要。
ステップ2: AIクライアントに追加(YOUR_API_KEY を置き換えてください):
Cursor / Windsurf / Cline (~/.cursor/mcp.json または同等のファイル)
{
"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内に追加
{
"mcpServers": {
"trends-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.trendsmcp.ai/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_API_KEY"
}
}
}
}Claude.ai(ブラウザ) 設定 → コネクタ → カスタムコネクタを追加:
https://api.trendsmcp.ai/mcpRelated MCP server: news-sentiment-mcp
クエリ例
接続後、AIに次のように質問してください:
get_growth(keyword='tesla', source='news sentiment, news volume', percent_growth=['3M'])利用可能なツール
ツール | 機能 |
| このソースにおけるキーワードの時系列データ |
| 1週間、1ヶ月、3ヶ月、6ヶ月、1年間の成長率 |
| このソースで現在トレンドのトピック |
| ボリューム順にランク付けされたトップトピック |
FAQ
Trends MCPはどのようなニュースデータを提供しますか?
2つのシグナルを提供します:ニュースボリューム(トピックがどれだけ報道されているか)とニュース感情(その報道が肯定的、中立的、否定的のいずれに偏っているか)。両方とも正規化され、時系列として返されます。
感情スコアはどのように計算されますか?
感情はニュース記事の見出しと要約のNLP分析から導出され、-1(非常に否定的)から+1(非常に肯定的)のスケールでスコア化されます。Trends MCPはこれを一貫性のために0〜100のスケールに正規化します。
決算期における企業の感情を追跡できますか?
はい。企業名やティッカーをクエリすると、感情時系列から決算発表、製品発売、規制イベントの前後でメディアのトーンがどのように変化したかがわかります。
どのニュースソースが含まれていますか?
主要な英語ニュースメディア、金融メディア、テクノロジー系出版物が含まれます。個別のメディアを追跡するのではなく、複数のソースを集約したシグナルを提供します。
全データソース
Trends MCPは1つの接続で12以上のソースをカバー: Google検索、YouTube、TikTok、Reddit、Amazon、Wikipedia、 ニュース感情、Webトラフィック、アプリダウンロード、Steam、npmなど。
すべてを閲覧: https://trendsmcp.ai/data-sources
Pythonクライアントとしても利用可能
同じAPIキーがPythonでも直接使用可能 - MCPホストは不要です。
pip install news-sentiment-mcpimport 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)Python完全ドキュメント: trendsmcp.ai/docs
ライセンス
MIT © Trends MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides tools for fetching real-time news and performing AI-powered sentiment analysis and summarization using Mistral AI. It enables users to analyze news trends and extract structured insights through natural language queries.
- Alicense-qualityCmaintenanceProvides news sentiment scores, media volume trends, and historical coverage data for any topic, enabling AI to analyze positive or negative coverage over time.1MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to fetch news categories and hot news/tweets across various topics like crypto, DeFi, and AI.2350MIT
- AlicenseAqualityBmaintenanceConnect AI agents to real-time financial news covering global markets, geopolitics, and company-level events. Search and filter articles by ticker, source, country, and language; every article includes sentiment scores and tagged company entities with tickers and ISINs. Remote server with standard OAuth 2.0, works out of the box with Claude, ChatGPT, Cursor, and any MCP client. Free tier available4387MIT
Related MCP Connectors
AI-enriched financial news for AI agents & trading bots: search, trending, insider, scored 1-10.
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/trendsmcp-ai/news-sentiment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server