MarketPulse MCP
Integrates with Reddit to gather trader sentiment and discussions for social sentiment analysis on stocks.
Integrates with RSS feeds (e.g., Economic Times) to pull news and sentiment data for stocks.
Integrates with Telegram to track investment tip channels, scoring their accuracy and detecting pump signals.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MarketPulse MCPShould I buy Reliance?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ฏ What is MarketPulse MCP?
MarketPulse MCP is an open-source Model Context Protocol (MCP) server that gives AI assistants like Claude real-time access to 95 financial data tools โ covering Indian equities (NSE/BSE), global markets, options analytics, AI-driven stock debates, portfolio analysis, and more.
Ask one question like "Should I buy Reliance?" and get a 6-agent debate, sentiment analysis, smart-money detection, risk assessment, peer context, and a consensus BUY/HOLD/SELL โ all in one response.
pip install finstack-mcpWhat You Can Ask
"Give me a full stock brief on Reliance"
โ 6 AI agents debate: FII Desk + Algo Trader + Value Investor + Retail Pulse + Macro Analyst + Options Flow
โ Consensus: BUY/HOLD/SELL with reasoning
"Is someone accumulating HDFC Bank quietly?"
โ Checks OI buildup + block deals + promoter buying + volume spike simultaneously
"What's the social buzz on TCS before results?"
โ StockTwits + Reddit + Economic Times โ 67% bullish | Signal: HOLD
"Will Nifty go up tomorrow?"
โ RSI + FII flow + PCR + VIX + G-Sec + GIFT Nifty โ 63% probability up
"Give me the 8:15 AM F&O brief"
โ GIFT Nifty + VIX + NIFTY setup + BANKNIFTY setup โ ready-to-forward morning noteRelated MCP server: NSE-BSE MCP Server
๐๏ธ Architecture Overview
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ MarketPulse MCP Architecture โ
โโโโโโโโโโโโฌโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโค
โ Data โ Tools โ AI Intel โ Portfolio โ MCP Layer โ
โ Sources โ (95+) โ Engine โ Analytics โ โ
โ โ โ โ โ โ
โ NSE/BSE โ Indian Mkt โ Stock Brief โ XIRR/P&L โ Claude โ
โ yfinance โ Global Mkt โ Stock Debate โ Risk Flags โ Cursor โ
โ Brokers โ Options โ Sentiment โ Sec. Conc. โ Windsurf โ
โ CoinGeckoโ Crypto/FX โ Smart Money โ Overlap โ Any MCP CLI โ
โโโโโโโโโโโโดโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโดโโโโโโโโโโโโโดโโโโโโโโโโโโโโโ๐ฐ What This Replaces
Tool | What You Pay | MarketPulse MCP |
Bloomberg Terminal | $31,980/yr | FREE |
Bloomberg ESG + Credit | $24,000/yr | FREE |
Sensibull (Options Greeks) | โน15,600/yr | FREE |
Morningstar (MF flows) | $17,500/yr | FREE |
Screener.in Pro | โน4,999/yr | FREE |
Trendlyne Pro | โน4,950/yr | FREE |
๐ Quick Start (2 minutes)
Install
pip install finstack-mcpConnect to Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"marketpulse": {
"command": "python",
"args": ["-m", "finstack.server"]
}
}
}Restart Claude Desktop. Done.
Connect to Cursor / Windsurf / Cline
{
"mcpServers": {
"marketpulse": {
"command": "python",
"args": ["-m", "finstack.server"]
}
}
}๐ง 95 Tools Across 10 Categories
๐ฎ๐ณ Indian Markets (Live Data)
NSE/BSE real-time quotes, OHLCV history, market status
Nifty 50, Bank Nifty, Sensex indices
FII/DII institutional flows (daily + historical)
Bulk & block deals, circuit breaker scanner, 52W high/low
Mutual fund NAV, corporate actions, earnings calendar, IPO calendar
๐ง AI Intelligence (Unique)
get_stock_briefโ 6 AI agents debate โ BUY/HOLD/SELL consensusget_stock_debateโ 3-round sequential debate with rebuttalsget_social_sentimentโ StockTwits + Reddit + ET RSS โ sentiment signaldetect_unusual_activityโ OI buildup + block deals + volume spikeget_nifty_outlookโ 6-signal probability model for next sessionget_fno_trade_setupโ NIFTY/BANKNIFTY options call with ATM strikepredict_earningsโ Beat/miss probability before quarterly results
๐ Research & Ranking
scan_watchlistโ Batch-rank watchlist, surface top buys and risksget_stock_signal_scoreโ Automation-friendly score with factor impactsget_stock_timelineโ News, results, insider, sentiment in one feedget_sector_peer_contextโ Sector strength + peer rank
๐ผ Portfolio & Risk
analyze_portfolioโ P&L, XIRR, sector concentration, diversificationget_mf_overlapโ Fund overlap % from AMFI disclosuresget_pledge_alertโ Promoter pledge early warningdetect_pumpโ Pump-and-dump pattern detector for small caps
๐ Broker Integrations (Zero-Delay)
Angel One SmartAPI โ live quotes, Level 2 depth, intraday candles
Fyers API v3 โ live quotes + candles
ICICI Breeze / Dhan / Upstox โ all supported
๐ Options & Greeks
Full NSE options chain with PCR, Open Interest, Max Pain
Black-Scholes Greeks: Delta, Gamma, Theta, Vega, Rho
๐ Global + Crypto + Tax
US, EU, global equities โ quotes + history
Crypto: BTC, ETH, SOL, 100+ coins (CoinGecko)
Forex: USD/INR, EUR/INR, 50+ pairs
LTCG/STCG tax calculator (post-July 2024 Budget rules)
๐ฎ๐ณ India-Specific (Never-Built-Before)
correlate_gst_to_stocksโ GST data as sector leading indicatorget_telegram_trackerโ Tip channel accuracy + pump scoringanalyze_budget_liveโ Paste FM speech โ instant sector signalsget_insider_signalโ SEBI SAST pattern vs forward returns
๐ฌ Data Sources
Source | Covers | Key Needed |
yfinance | NSE/BSE/US equities, crypto, forex | None |
NSE direct API | FII/DII, options chain, insider trading | None |
BSE India API | Credit ratings, ESG/BRSR | None |
SEC EDGAR | US filings (10-K, 10-Q, 8-K) | None |
CoinGecko | Crypto market data | None |
AMFI / mfapi.in | Mutual fund NAV, AUM | None |
StockTwits | Trader sentiment | None |
Angel One SmartAPI | Real-time NSE, Level 2 depth | Free account |
๐ ๏ธ Development
git clone https://github.com/tanmaymish/MarketPulse-MCP.git
cd MarketPulse-MCP
pip install -e .[dev]
pytest -qPRs welcome. Adding a new broker: create src/finstack/data/broker_X.py and register in tools/.
๐ Comparison vs Market Tools
Feature | MarketPulse MCP | Screener.in | Tickertape | Sensibull | Trendlyne |
AI agents debate a stock | โ | โ | โ | โ | โ |
Social sentiment | โ | โ | โ | โ | โ |
Nifty direction probability | โ | โ | โ | โ | โ |
Telegram tip tracker | โ | โ | โ | โ | โ |
Options Greeks | โ free | โ | โ | โ โน1,300/mo | โ |
Works inside Claude/Cursor | โ | โ | โ | โ | โ |
Price | Free | โน4,999/yr | โน2,800/yr | โน15,600/yr | โน4,950/yr |
๐ License
MIT License โ Free to use, modify, and distribute.
๐ฌ Contact
Tanmay Mishra ๐ง tanmaymish78@gmail.com ๐ LinkedIn ๐ GitHub
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI assistants with access to comprehensive financial data including real-time stock quotes, company fundamentals, financial statements, market analysis, SEC filings, and economic indicators through 253+ tools across 24 categories.853Apache 2.0
- Alicense-qualityDmaintenanceProvides real-time and historical Indian stock market data from NSE and BSE exchanges with 66 tools covering quotes, options chains, corporate actions, IPOs, and market analytics for LLM-powered financial analysis.5611MIT
- AlicenseAqualityBmaintenanceAgent-ready financial intelligence tools for AI agents. Two curated tools โ get_stock_snapshot and get_company_metrics โ that combine multiple data sources, derive signals (UNDERVALUED, STRONG, ACCELERATING), and pre-compute the math. One call, one agent-friendly response.3411MIT
- AlicenseAqualityDmaintenanceProvides actionable financial intelligence tools for AI agents including insider buying signals, earnings IV plays, market pulse, stock analysis, and options strategies via free public data sources.6MIT
Related MCP Connectors
45 AI data tools for agents โ crypto, DeFi risk, audits, equities, energy, and more.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tanmaymish/MarketPulse-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server