Odel
Sentimatix

Sentimatix

@rishav0123Developer Tools1PLpgSQLUpdated 2w ago

Real-time NSE/BSE stock sentiment, news NLP, technical analysis & RAG search via MCP.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Sentimatix

smithery badge

Real-time Indian stock market sentiment intelligence for AI agents and retail traders.

Sentimatix provides live NSE/BSE news sentiment, aggregated stock & sector signals, and a Model Context Protocol (MCP) server that plugs directly into Claude, Cursor, and other AI agents.


🧩 What's Inside

AppDescription
apps/apiFastAPI REST API — news, sentiment, entities, sector signals
apps/mcpMCP Server — 10 tools for AI agents (Claude Desktop, Cursor)
apps/dashboardNext.js developer portal & API key management
apps/streamlitStreamlit analytics dashboard
workers/Background NLP pipeline — sentiment scoring, stock price sync

⚡ Quick Start — MCP (Claude Desktop)

Add to your 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 API key required for the free tier.


🛠️ MCP Tools

ToolDescription
explain_price_changeWhy did a stock move? News + price + technicals
analyze_stock_enhancedDeep single-stock research report
compare_stocksSide-by-side comparison of two NSE stocks
get_news_sentimentArticles with NLP sentiment scores
get_sentiment_aggregateAggregated sentiment over 7d / 30d
get_technical_analysisRSI, MACD, Bollinger Bands
calculate_correlationPearson correlation between two stocks
get_rag_evidenceSemantic search over the news corpus

Full docs: apps/mcp/README.md


📡 REST API

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

EndpointDescription
GET /api/v1/newsFinancial news with sentiment labels
GET /api/v1/entitiesDirectory of all supported NSE stocks
GET /api/v1/sentimentAggregated sentiment scores per stock
GET /api/v1/sentiment/sectorsSector-level sentiment heatmap

Interactive docs: https://sentimatix-production.up.railway.app/docs


🔗 Links