news-sentiment-mcp
news-sentiment-mcp
Datos de sentimiento y volumen de noticias para IA Entiende cómo las noticias están cubriendo cualquier tema, y si esa cobertura es positiva o negativa. Puntuaciones de sentimiento, tendencias de volumen mediático y datos históricos de cobertura estructurados para análisis de IA.
Documentación completa y demo en vivo: https://trendsmcp.ai/news-sentiment-data
Parte de Trends MCP - el servidor MCP para datos de tendencias en vivo de más de 12 fuentes. Ver el repositorio principal: https://github.com/trendsmcp/trends-mcp
Comienza en 2 pasos
Paso 1: Obtén tu clave API gratuita en trendsmcp.ai 100 solicitudes/día, no se requiere tarjeta de crédito.
Paso 2: Añádelo a tu cliente de IA (reemplaza YOUR_API_KEY):
Cursor / Windsurf / Cline (~/.cursor/mcp.json o equivalente)
{
"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)
Usuario → Configuración → Desarrollador → Editar configuración — añadir dentro de 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 (navegador) Configuración -> Conectores -> Añadir conector personalizado:
https://api.trendsmcp.ai/mcpRelated MCP server: news-sentiment-mcp
Consulta de ejemplo
Después de conectar, pregúntale a tu IA:
get_growth(keyword='tesla', source='news sentiment, news volume', percent_growth=['3M'])Herramientas disponibles
Tool | Qué hace |
| Serie temporal para una palabra clave en esta fuente |
| Porcentaje de crecimiento en periodos de 1S, 1M, 3M, 6M, 1A |
| Qué está siendo tendencia ahora mismo en esta fuente |
| Principales temas clasificados por volumen |
Preguntas frecuentes
¿Qué datos de noticias proporciona Trends MCP?
Dos señales: volumen de noticias (cuánta cobertura está recibiendo un tema) y sentimiento de noticias (si esa cobertura es positiva, neutral o negativa). Ambas se normalizan y se devuelven como series temporales.
¿Cómo se puntúa el sentimiento?
El sentimiento se deriva del análisis de PNL de titulares y resúmenes de artículos de noticias, puntuado en una escala de -1 (muy negativo) a +1 (muy positivo). Trends MCP lo normaliza a una escala de 0-100 para mantener la coherencia.
¿Puedo rastrear el sentimiento de una empresa durante los períodos de resultados?
Sí. Consulta el nombre o ticker de una empresa y la serie de sentimiento mostrará cómo cambió el tono de los medios en torno a anuncios de resultados, lanzamientos de productos o eventos regulatorios.
¿Qué fuentes de noticias están incluidas?
Principales medios de noticias en inglés, medios financieros y publicaciones tecnológicas. La señal se agrega entre fuentes en lugar de rastrear medios individuales.
Todas las fuentes de datos
Trends MCP cubre más de 12 fuentes en una sola conexión: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, Web Traffic, App Downloads, Steam, npm, y más.
Explorar todo: https://trendsmcp.ai/data-sources
También funciona como cliente Python
La misma clave API funciona directamente en Python - no se necesita un host 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)Documentación completa de Python: trendsmcp.ai/docs
Licencia
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