CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Sentimatix

rishav0123/sentimatix
110 toolsauthSTDIO, HTTP, SSEregistry active
Summary

Brings Indian stock market intelligence into Claude via 10 MCP tools that combine live NSE/BSE news, NLP sentiment scoring, and technical indicators. You get tools like explain_price_change (why did a stock move today), analyze_stock_enhanced (full research report), and get_rag_evidence (semantic search over the news corpus). The backend REST API aggregates sentiment at both stock and sector levels, pulls price data, and calculates technicals like RSI and MACD. Runs locally via stdio or connects to hosted endpoints at sentimatix-mcp.up.railway.app. Useful if you're building trading workflows in Claude and want real-time context on what's moving Indian markets and why.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

10 tools
explain_price_changeAnalyzes and explains the driving factors behind an NSE stock's price movement over a specific timeframe. It synthesizes recent financial news, entity-level sentiment scores, and technical indicators to provide a comprehensive narrative of market behavior.3 params

Analyzes and explains the driving factors behind an NSE stock's price movement over a specific timeframe. It synthesizes recent financial news, entity-level sentiment scores, and technical indicators to provide a comprehensive narrative of market behavior.

Parameters* required
symbolstring
The stock ticker symbol on the National Stock Exchange of India (e.g., RELIANCE, TCS).
end_datestring
The end date of the analysis period in YYYY-MM-DD format.
start_datestring
The start date of the analysis period in YYYY-MM-DD format.
analyze_stock_enhancedGenerates a deep, AI-driven single-stock research report. Combines historical price data, moving averages, and news sentiment into a structured analysis to evaluate the overall health and momentum of the equity.3 params

Generates a deep, AI-driven single-stock research report. Combines historical price data, moving averages, and news sentiment into a structured analysis to evaluate the overall health and momentum of the equity.

Parameters* required
symbolstring
The stock ticker symbol on the National Stock Exchange of India (e.g., INFY, HDFCBANK).
end_datestring
The end date for data collection in YYYY-MM-DD format.
start_datestring
The start date for data collection in YYYY-MM-DD format.
compare_stocksPerforms a side-by-side quantitative and qualitative comparison of two NSE stocks. Useful for pair trading analysis or sector peer evaluation based on price performance and media sentiment.4 params

Performs a side-by-side quantitative and qualitative comparison of two NSE stocks. Useful for pair trading analysis or sector peer evaluation based on price performance and media sentiment.

Parameters* required
symbol1string
The primary stock ticker symbol (e.g., TATAMOTORS).
symbol2string
The secondary stock ticker symbol for comparison (e.g., MARUTI).
end_datestring
The end date in YYYY-MM-DD format.
start_datestring
The start date in YYYY-MM-DD format.
get_stock_summaryFetches fundamental price metrics and recent performance summaries for an NSE-listed stock. Returns the latest closing price, percentage change, daily high/low, and trading volume.2 params

Fetches fundamental price metrics and recent performance summaries for an NSE-listed stock. Returns the latest closing price, percentage change, daily high/low, and trading volume.

Parameters* required
symbolstring
The NSE stock ticker symbol.
period_daysinteger
The number of days to look back for the summary metrics (e.g., 7, 30, 90).
get_historical_pricesRetrieves the daily Open, High, Low, Close, and Volume (OHLCV) time-series data for an Indian equity. Essential for charting and custom technical analysis.3 params

Retrieves the daily Open, High, Low, Close, and Volume (OHLCV) time-series data for an Indian equity. Essential for charting and custom technical analysis.

Parameters* required
symbolstring
The NSE stock ticker symbol.
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
get_news_sentimentFetches recent financial news articles specifically mentioning the target Indian stock, complete with proprietary NLP sentiment scores (ranging from strongly negative to strongly positive) for each article.3 params

Fetches recent financial news articles specifically mentioning the target Indian stock, complete with proprietary NLP sentiment scores (ranging from strongly negative to strongly positive) for each article.

Parameters* required
symbolstring
The NSE stock ticker symbol.
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
get_sentiment_aggregateCalculates the aggregated market mood and sentiment statistics for an NSE stock over a specified period. Useful for tracking sentiment shifts over time.3 params

Calculates the aggregated market mood and sentiment statistics for an NSE stock over a specified period. Useful for tracking sentiment shifts over time.

Parameters* required
symbolstring
The NSE stock ticker symbol.
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
get_technical_analysisCalculates and returns key technical indicators for an NSE stock, including Relative Strength Index (RSI), Moving Average Convergence Divergence (MACD), Bollinger Bands, and support/resistance levels.2 params

Calculates and returns key technical indicators for an NSE stock, including Relative Strength Index (RSI), Moving Average Convergence Divergence (MACD), Bollinger Bands, and support/resistance levels.

Parameters* required
symbolstring
The NSE stock ticker symbol.
period_daysinteger
The lookback period in days for calculating the indicators (standard is 14 for RSI).
calculate_correlationComputes the Pearson correlation coefficient between the daily returns of two NSE stocks over a specific period to measure their statistical relationship.4 params

Computes the Pearson correlation coefficient between the daily returns of two NSE stocks over a specific period to measure their statistical relationship.

Parameters* required
symbol1string
First NSE stock ticker symbol.
symbol2string
Second NSE stock ticker symbol.
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
get_rag_evidencePerforms a semantic search over the Sentimatix financial news corpus. Retrieves specific quotes and evidence related to a query for a particular NSE stock to ground AI responses in factual reporting.2 params

Performs a semantic search over the Sentimatix financial news corpus. Retrieves specific quotes and evidence related to a query for a particular NSE stock to ground AI responses in factual reporting.

Parameters* required
querystring
The natural language question or topic to search the news corpus for (e.g., 'Q3 earnings report results').
symbolstring
The NSE stock ticker symbol.

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

  • Smithery Registry
  • API Reference
  • Developer Portal
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

BACKEND_API_URLdefault: https://sentimatix-production.up.railway.app/api

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

SENTIMATIX_API_KEYsecret

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

Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
Packagesentimatix-mcp
TransportSTDIO, HTTP, SSE
AuthRequired
UpdatedMay 15, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f