Back to Browse

Sentimatix MCP Server

Developer ToolsUse Caution1.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://sentimatix-mcp.up.railway.app/mcp sse: https://sentimatix-mcp.up.railway.app/sse

Security Report

1.2
Use Caution1.2Critical Risk

This MCP server has multiple critical security vulnerabilities that pose significant risks. Hardcoded secrets (SECRET_KEY='1666'), insecure cookie configuration (secure=False, httponly cookie set via HTTP), unauthenticated sensitive endpoints, missing input validation on financial data endpoints, and overly permissive CORS configuration all create attack surfaces. Additionally, the code logs environment variable presence checks and fails to properly validate API keys, allowing potential unauthorized access to financial data. Supply chain analysis found 9 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed ยท 27 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious โ€” only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Base URL for the Sentimatix REST API. Defaults to the hosted production instance.Optional

Environment variable: BACKEND_API_URL

Optional API key for authenticated tier access. Leave blank for free tier.Required

Environment variable: SENTIMATIX_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!