Skip to main content
Glama
Rishav0123

Sentimatix

by Rishav0123

Sentimatix

Inteligencia de sentimiento del mercado bursátil indio en tiempo real para agentes de IA y traders minoristas.

Sentimatix proporciona sentimiento de noticias en vivo de NSE/BSE, señales agregadas de acciones y sectores, y un servidor de Protocolo de Contexto de Modelo (MCP) que se conecta directamente a Claude, Cursor y otros agentes de IA.


🧩 ¿Qué hay dentro?

Aplicación

Descripción

apps/api

API REST de FastAPI: noticias, sentimiento, entidades, señales sectoriales

apps/mcp

Servidor MCP: 10 herramientas para agentes de IA (Claude Desktop, Cursor)

apps/dashboard

Portal de desarrollador Next.js y gestión de claves API

apps/streamlit

Panel de análisis de Streamlit

workers/

Pipeline de PNL en segundo plano: puntuación de sentimiento, sincronización de precios de acciones


Related MCP server: Tapetide MCP Server

⚡ Inicio rápido: MCP (Claude Desktop)

Añadir a tu claude_desktop_config.json:

{
  "mcpServers": {
    "sentimatix": {
      "command": "python",
      "args": ["path/to/apps/mcp/mcp_stdio.py"],
      "env": {
        "BACKEND_API_URL": "https://sentimatix-production.up.railway.app/api"
      }
    }
  }
}

No se requiere clave API para el nivel gratuito.


🛠️ Herramientas MCP

Herramienta

Descripción

explain_price_change

¿Por qué se movió una acción? Noticias + precio + aspectos técnicos

analyze_stock_enhanced

Informe de investigación profunda de una sola acción

compare_stocks

Comparación lado a lado de dos acciones de NSE

get_news_sentiment

Artículos con puntuaciones de sentimiento de PNL

get_sentiment_aggregate

Sentimiento agregado durante 7d / 30d

get_technical_analysis

RSI, MACD, Bandas de Bollinger

calculate_correlation

Correlación de Pearson entre dos acciones

get_rag_evidence

Búsqueda semántica sobre el corpus de noticias

Documentación completa: apps/mcp/README.md


📡 API REST

URL base: https://sentimatix-production.up.railway.app

Endpoint

Descripción

GET /api/v1/news

Noticias financieras con etiquetas de sentimiento

GET /api/v1/entities

Directorio de todas las acciones de NSE compatibles

GET /api/v1/sentiment

Puntuaciones de sentimiento agregadas por acción

GET /api/v1/sentiment/sectors

Mapa de calor de sentimiento a nivel sectorial

Documentación interactiva: https://sentimatix-production.up.railway.app/docs


🔗 Enlaces

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time Indian stock market analysis, including live price tracking, technical indicators, and options Greeks calculations for NSE/BSE securities. It also enables news-based sentiment analysis, market scanning for NIFTY 50 stocks, and virtual portfolio management.
  • A
    license
    -
    quality
    C
    maintenance
    Connects AI assistants to real-time Indian stock market data with 34 tools for search, screening, analysis, portfolio tracking, and market insights across all NSE and BSE stocks.
    125
    58
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables real-time and historical Indian stock market data retrieval, including prices, news, recommendations, and top gainers/losers.
  • F
    license
    -
    quality
    C
    maintenance
    Enables NSE stock market research with screening, quotes, peer comparison, watchlists, alerts, and strategies using natural language.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/Rishav0123/sentimatix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server