# sentimatix

# Sentimatix: Indian Stock Market Intelligence

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add rishavdutta-kgp/sentimatix

# Browse available tools
npx -y smithery tool list rishavdutta-kgp/sentimatix

# Get full schema for a tool
npx -y smithery tool get rishavdutta-kgp/sentimatix explain_price_change

# Call a tool
npx -y smithery tool call rishavdutta-kgp/sentimatix explain_price_change '{}'
```

## Direct MCP Connection

Endpoint: `https://sentimatix--rishavdutta-kgp.run.tools`

## Tools (10)

- `explain_price_change` — Analyzes and explains the driving factors behind an NSE stock's price movement over a specific timeframe. It synthesize…
- `analyze_stock_enhanced` — Generates a deep, AI-driven single-stock research report. Combines historical price data, moving averages, and news sen…
- `compare_stocks` — Performs a side-by-side quantitative and qualitative comparison of two NSE stocks. Useful for pair trading analysis or …
- `get_stock_summary` — Fetches fundamental price metrics and recent performance summaries for an NSE-listed stock. Returns the latest closing …
- `get_historical_prices` — Retrieves the daily Open, High, Low, Close, and Volume (OHLCV) time-series data for an Indian equity. Essential for cha…
- `get_news_sentiment` — Fetches recent financial news articles specifically mentioning the target Indian stock, complete with proprietary NLP s…
- `get_sentiment_aggregate` — Calculates the aggregated market mood and sentiment statistics for an NSE stock over a specified period. Useful for tra…
- `get_technical_analysis` — Calculates and returns key technical indicators for an NSE stock, including Relative Strength Index (RSI), Moving Avera…
- `calculate_correlation` — Computes the Pearson correlation coefficient between the daily returns of two NSE stocks over a specific period to meas…
- `get_rag_evidence` — Performs a semantic search over the Sentimatix financial news corpus. Retrieves specific quotes and evidence related to…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get rishavdutta-kgp/sentimatix <tool-name>
```
