Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Stock Research Mcp
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:34:26 PM

Stock Research Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Indian stock market research: quotes, financials, technicals, screener, FII/DII and market insights.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "stock-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stock-research-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Tapetide β€” Indian Stock Market MCP Server

NSE & BSE Indian Stock Market Data MCP Server

The Model Context Protocol server for Indian stock markets β€” 34 tools to search, screen & analyze all 8,200+ NSE and BSE stocks from Claude, ChatGPT, Cursor & any AI assistant

npm version npm downloads MIT License MCP compatible nse-bse-indian-stock-market-data-mcp MCP server

Documentation β€’ Quick Start β€’ 34 Tools β€’ Example Prompts β€’ npm


What is this?

Tapetide MCP Server is a Model Context Protocol server that connects AI assistants to real-time Indian stock market data. It covers all ~8,200 stocks listed on NSE and BSE β€” from large-cap Nifty 50 to SME stocks.

Ask your AI to look up any stock, run a screener with 326 fundamental filters or real-time technical indicators, pull quarterly financials, check analyst consensus ratings, track your portfolio P&L, monitor FII/DII institutional flows, or get today's bulk deals β€” all through natural language.

Compatible with: Claude Desktop, Claude Code, ChatGPT, Cursor, Windsurf, Kiro, VS Code, Codex, Zed, Gemini, Grok, OpenCode, Antigravity, and any MCP-compatible client.

Quick Start

Option 1: Remote MCP (No install β€” claude.ai, chatgpt.com, Grok, Gemini)

Add this URL directly in your AI chat app:

Code
https://mcp.tapetide.com/mcp

Authentication happens automatically via Google OAuth. No token needed.

Option 2: Remote MCP with Token (Claude Code, VS Code, Kiro, Zed)

For code editors that support URL-based MCP servers with custom headers:

  1. Get a free token at tapetide.com/settings/tokens
  2. Add to your MCP config:
config.json
{
  "mcpServers": {
    "tapetide": {
      "type": "url",
      "url": "https://mcp.tapetide.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Option 3: Local MCP via npm (Claude Code, Codex, Cursor, Windsurf, VS Code, Gemini CLI, Kiro, OpenCode)

For stdio-based MCP clients. No cloning or building required β€” runs via npx:

  1. Get a free token at tapetide.com/settings/tokens
  2. Add to your MCP config:
config.json
{
  "mcpServers": {
    "tapetide": {
      "command": "npx",
      "args": ["-y", "tapetide-mcp"],
      "env": {
        "TAPETIDE_TOKEN": "your_token_here"
      }
    }
  }
}

Node.js 18+ required for the local option. Run node --version to check.

How It Works

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     stdio (JSON-RPC)     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     HTTPS      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  AI Assistant   β”‚ ◄──────────────────────► β”‚  tapetide-mcp    β”‚ ◄────────────► β”‚  mcp.tapetide.com   β”‚
β”‚  (Claude, etc.) β”‚                           β”‚  (npm package)   β”‚                β”‚  (Cloudflare Worker) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                           β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

The npm package is a lightweight stdio bridge (~300 lines, zero runtime dependencies). It:

  • Reads JSON-RPC from stdin, forwards to the remote Tapetide MCP server, writes responses to stdout
  • Auto-detects framing: Content-Length (VS Code, Claude Desktop) or newline-delimited JSON (Kiro, Claude Code)
  • Exchanges your refresh token for a 1-hour HMAC access token, auto-refreshes before expiry
  • Handles SSE responses from the remote server
  • Warns on stderr when approaching rate limits

All 34 tools and their logic run on the remote server β€” the npm package is just the transport layer.

Authentication

MethodHow it worksBest for
Google OAuthBrowser sign-in, automatic token refreshAI chat apps (Claude.ai, ChatGPT, Grok, Gemini)
Personal Token (remote)Authorization: Bearer tpt_rt_... headerCode editors with URL-based MCP (VS Code, Kiro, Zed)
Personal Token (local)TAPETIDE_TOKEN env var via npxstdio MCP clients (Cursor, Windsurf, Claude Desktop, Codex)

Generate a free personal token at tapetide.com/settings/tokens. Works for both remote and local MCP.

Tools

πŸ” Search & Discovery (5 tools)

ToolDescription
search_stocksFuzzy search all NSE/BSE stocks by name, symbol, BSE code, or ISIN. Filter by sector/industry.
screen_stocksFundamental screener with 326 ratios β€” PE, ROCE, sales growth, debt/equity, Piotroski score, and more. Plain-English query syntax.
screen_stocks_technicalReal-time technical screener β€” RSI, MACD, SMA/EMA crossovers, Bollinger Bands, ADX, volume. Supports crosses_above/crosses_below.
get_screener_ratiosSearch or browse all 326 available fundamental ratios.
get_trending_stocksToday's top gainers, losers, and high-volume stocks from Nifty 500.

πŸ“Š Company Analysis (3 tools)

ToolDescription
get_company_profileFull overview β€” sector, fundamentals, growth metrics, pros/cons. Optionally include technicals (20+ indicators), analyst ratings, and peer comparison in one call.
get_stock_eventsNews (sentiment-tagged), corporate actions (dividends, splits, bonuses), and filings (annual reports, concall transcripts, investor presentations).
get_stock_ownershipDividend history with yield calculations + mutual fund scheme-level holdings.

πŸ’° Quotes & Prices (3 tools)

ToolDescription
get_stock_quoteLive price β€” LTP, change %, volume, market cap, PE, PB, 52-week high/low.
get_batch_quotesUp to 20 stock quotes in a single call.
get_price_historyDaily or weekly OHLCV with delivery %. Up to 2,000 days of history.

πŸ“ˆ Financials & Fundamentals (3 tools)

ToolDescription
get_financialsQuarterly + annual P&L, balance sheet, cash flow, and ratios. Fetch individual sections or all at once.
get_shareholdingPromoter, FII, DII, and public shareholding patterns over time.
get_forecastsAnalyst forecasts β€” EPS, revenue, EBITDA, net income, ROA, ROE, and price targets. Actuals vs estimates for spotting earnings surprises.

πŸ›οΈ Market Data & Institutional Flows (5 tools)

ToolDescription
get_market_pulseQuick overview β€” FII/DII net flows, Nifty 50 PE/PB/DY, top technical signals.
get_fii_dii_detail30-day daily cash market flows, F&O participant positioning (long/short OI), weekly/monthly/yearly aggregates, buy/sell streaks, cumulative chart data.
get_fpi_sectorsFPI sector-wise investment β€” AUM share, fortnight change, 1-year cumulative flow.
get_market_newsSentiment-tagged market news across categories (companies, global, IPO, policy, tech).
market_valuationsIndex PE, PB, dividend yield over time β€” Nifty 50, Bank Nifty, Nifty IT, Midcap 50. Up to 20 years.

πŸ“‘ Market Insights (8 tools)

ToolDescription
market_dealsToday's bulk and block deals β€” client name, buy/sell, quantity, price, value.
market_fno_banF&O ban list (MWPL β‰₯ 95%) and stocks approaching ban (80-95%).
market_ipoCurrent and upcoming IPOs with subscription data (QIB, retail, NII, total).
market_deliveriesStocks with highest delivery % today β€” genuine buying vs speculative trading.
market_mtfMargin Trading Facility β€” consolidated figures, per-stock funded positions, trends.
market_slbmStock Lending & Borrowing β€” available stocks, bid prices, yield (short-selling demand).
market_signalsTechnical signals β€” breakouts, MA crossovers, volume spikes, RSI extremes.
market_heatmapIndex heatmap (Nifty 50, Bank Nifty, IT, Pharma, etc.) with multi-timeframe price changes.

πŸ’Ό Portfolio Management (4 tools)

ToolDescription
get_user_portfolioHoldings with live prices, P&L (absolute + %), sector breakdown, weight %.
add_portfolio_stocksAdd stocks β€” supports bulk add and broker CSV import (Zerodha, Groww, Angel One, Dhan, Upstox, 5Paisa, ICICI Direct, Kotak, HDFC Sky, Motilal Oswal).
update_portfolio_stockUpdate quantity or average price for additional purchases or partial sells.
remove_portfolio_stocksRemove stocks from portfolio.

πŸ‘οΈ Watchlist (3 tools)

ToolDescription
get_watchlistAll followed stocks with symbol, name, sector, industry.
add_to_watchlistFollow one or more stocks (idempotent).
remove_from_watchlistUnfollow stocks.

Example Prompts

Stock Research

Code
"Give me a complete analysis of Reliance Industries β€” financials, debt trend,
 analyst target price, and what mutual funds are holding it"

"Compare HDFC Bank and ICICI Bank β€” quarterly profit growth, ROE, shareholding
 changes, and analyst consensus"

"Pull the last 4 quarters of TCS financials β€” revenue growth, margin trend,
 and cash flow. How does it compare to Infosys?"

Stock Screening

Code
"Find mid-cap stocks where FII holding increased last quarter, ROE > 15%,
 and RSI below 40 β€” accumulation candidates"

"Screen for stocks with MACD bullish crossover, volume 2x average, and
 within 10% of 52-week high"

"Which small-caps have debt-to-equity below 0.5, operating margin above 20%,
 and PE below 15?"

Institutional Flows

Code
"FIIs have been selling for 5 days β€” show me daily numbers and which sectors
 they're pulling out of"

"Compare FII vs DII flows for the last month with Nifty 50 PE β€” are we near
 a historical bottom?"

"Show F&O participant-wise open interest β€” are FIIs net long or short in
 index futures?"

Portfolio & Watchlist

Code
"Add these to my portfolio: 10 RELIANCE at β‚Ή1350, 50 TCS at β‚Ή3800,
 25 HDFCBANK at β‚Ή1650"

"I bought 10 more RELIANCE at β‚Ή1400 β€” update my portfolio and show
 my new average cost"

"Which of my holdings are technically weak? Show RSI and MACD for each"

"Watch TATAMOTORS, MARUTI, M&M β€” compare their PE ratios and quarterly
 sales growth"

Daily Market Briefing

Code
"Full market briefing β€” FII/DII flows, F&O ban stocks, bulk deals above
 50 crores, top delivery stocks, and breakout signals"

"Is the market overvalued? Show Nifty 50 PE vs 5-year and 10-year averages"

"Show the Nifty 50 heatmap β€” which sectors dragged the index today?"

Data Coverage

CategoryWhat's included
StocksAll NSE + BSE listed companies (~8,200 including SME)
Price dataDaily OHLCV up to 2,000 days + weekly aggregation + delivery %
FinancialsQuarterly + annual P&L, balance sheet, cash flow, 50+ ratios
Screener326 fundamental ratios + real-time technical indicators + cross-field comparisons
TechnicalsRSI, SMA, EMA, MACD, Bollinger Bands, ADX, ATR, Supertrend, Stochastic, CCI, pivot points, 8 candlestick patterns
InstitutionalFII/DII daily cash flows, F&O participant OI, FPI sector-wise allocation, buy/sell streaks
Market dataBulk/block deals, F&O ban, IPOs, delivery %, MTF, SLBM, heatmaps, signals
AnalystBuy/hold/sell consensus + EPS/revenue/EBITDA/ROE forecasts with actuals vs estimates
OwnershipShareholding patterns (quarterly), dividend history, mutual fund scheme-level holdings
News & EventsSentiment-tagged news, corporate actions, filings (annual reports, concall transcripts)
PortfolioLive P&L tracking, sector breakdown, broker CSV import (10+ Indian brokers)

Environment Variables

VariableRequiredDefaultDescription
TAPETIDE_TOKENYes (local)β€”Personal API token from tapetide.com/settings/tokens
TAPETIDE_MCP_URLNohttps://mcp.tapetide.comOverride remote server URL
TAPETIDE_DEBUGNo0Set to 1 for debug logging to stderr

Rate Limits

PlanHourlyDaily
Remote MCP (OAuth)100 requests1,000 requests
Remote MCP (token)1,000 requests4,000 requests
Local MCP (npm)1,000 requests4,000 requests

Rate limit headers (X-RateLimit-Remaining, X-RateLimit-Limit, X-RateLimit-Reset) are included in every response.

Troubleshooting

ProblemSolution
TAPETIDE_TOKEN environment variable is requiredAdd your token to the env section of your MCP config
Token refresh failed (401)Token expired. Generate a new one at tapetide.com/settings/tokens
Rate limit exceededWait for reset (shown in error) or check usage at tapetide.com/settings/tokens
Server not respondingEnsure Node.js 18+ is installed (node --version)
Slow first requestNormal β€” pre-authenticates on startup. Subsequent requests are fast
Network errorsCheck internet. The bridge needs to reach mcp.tapetide.com

Set TAPETIDE_DEBUG=1 for detailed logging to stderr.

Links

  • tapetide.com β€” Web platform
  • tapetide.com/mcp β€” MCP documentation & setup guide
  • mcp.tapetide.com β€” Remote MCP endpoint
  • npm: tapetide-mcp β€” npm package
  • @tapetide_hq β€” X (Twitter)
  • GitHub β€” Source code
  • Glama β€” MCP directory listing

nse-bse-indian-stock-market-data-mcp MCP server

Contributing

Issues and pull requests are welcome. For bugs, include the error message and your MCP client name/version.

License

MIT β€” free to use, modify, and distribute.


Built by Tapetide β€” India's AI-first stock research platform

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • S
    Stock Research Mcp

    NSE & BSE Indian stock market data MCP β€” quotes, screener, financials, FII/DII flows & portfolio

    πŸ’° Finance & Fintech0 views
    Compare vs Stock Research Mcp β†’
  • S
    Stock Market Data MCP

    Real-time stock quotes, history, options chains, sector performance & screening for agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Stock Market Data MCP β†’
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’
  • C
    CryptoQuant

    Query cryptocurrency on-chain data, OHLCV prices, market data, and Research & QuickTake insights.

    πŸ’° Finance & Fintech0 views
    Compare vs CryptoQuant β†’

Frequently Asked Questions about Stock Research Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "stock-research-mcp": { "command": "npx", "args": ["-y", "stock-research-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewStock Research Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/stock-research-mcp?style=directory)](https://allmcps.com/mcp/stock-research-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/stock-research-mcp"><img src="https://allmcps.com/api/badge/stock-research-mcp?style=directory" alt="Stock Research Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools12/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Stock Research Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code