CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
rishav0123 avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
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.
symbolstring
The stock ticker symbol on the National Stock Exchange of India (e.g., RELIANCE, TCS).
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
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.
symbolstring
The stock ticker symbol on the National Stock Exchange of India (e.g., INFY, HDFCBANK).
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
end_datestring
The end date in YYYY-MM-DD format.
start_datestring
The start date in YYYY-MM-DD format.
symbol1string
The primary stock ticker symbol (e.g., TATAMOTORS).
symbol2string
The secondary stock ticker symbol for comparison (e.g., MARUTI).
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
period_daysinteger
The number of days to look back for the summary metrics (e.g., 7, 30, 90).
symbolstring
The NSE stock ticker symbol.
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
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
symbolstring
The NSE stock ticker symbol.
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
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
symbolstring
The NSE stock ticker symbol.
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
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
symbolstring
The NSE stock ticker symbol.
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
period_daysinteger
The lookback period in days for calculating the indicators (standard is 14 for RSI).
symbolstring
The NSE stock ticker symbol.
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
end_datestring
End date (YYYY-MM-DD).
start_datestring
Start date (YYYY-MM-DD).
symbol1string
First NSE stock ticker symbol.
symbol2string
Second NSE stock ticker symbol.
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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 →
rumblingb avatar
AgentPay

rumblingb/agentpay

Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
1
rumblingb avatar
Agentpay Feed Mcp

rumblingb/agentpay-feed-mcp

Real-time agentic newsfeed for MCP tools and capabilities
1
rumblingb avatar
Agentpay Sentinel Mcp

rumblingb/agentpay-sentinel-mcp

Security guardrails for AI agent payments
1
samoradc avatar
Tetrad

samoradc/tetrad

Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen
1
samouh-waleed avatar
Prompyai

samouh-waleed/prompyai

Scores your prompts against your real codebase — context-aware prompt intelligence
1
sapientsai avatar
Power Automate Mcp Server

sapientsai/power-automate-mcp-server

Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.
1