Skip to main content
Glama
tanmaymish

MarketPulse MCP

by tanmaymish

๐ŸŽฏ 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-mcp

What 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 note

Related 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-mcp

Connect 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 consensus

  • get_stock_debate โ€” 3-round sequential debate with rebuttals

  • get_social_sentiment โ€” StockTwits + Reddit + ET RSS โ†’ sentiment signal

  • detect_unusual_activity โ€” OI buildup + block deals + volume spike

  • get_nifty_outlook โ€” 6-signal probability model for next session

  • get_fno_trade_setup โ€” NIFTY/BANKNIFTY options call with ATM strike

  • predict_earnings โ€” Beat/miss probability before quarterly results

๐Ÿ“Š Research & Ranking

  • scan_watchlist โ€” Batch-rank watchlist, surface top buys and risks

  • get_stock_signal_score โ€” Automation-friendly score with factor impacts

  • get_stock_timeline โ€” News, results, insider, sentiment in one feed

  • get_sector_peer_context โ€” Sector strength + peer rank

๐Ÿ’ผ Portfolio & Risk

  • analyze_portfolio โ€” P&L, XIRR, sector concentration, diversification

  • get_mf_overlap โ€” Fund overlap % from AMFI disclosures

  • get_pledge_alert โ€” Promoter pledge early warning

  • detect_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 indicator

  • get_telegram_tracker โ€” Tip channel accuracy + pump scoring

  • analyze_budget_live โ€” Paste FM speech โ†’ instant sector signals

  • get_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 -q

PRs 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


Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    853
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    56
    11
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Agent-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.
    3
    41
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    6
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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