Tapetide Stock Research MCP server lets you search, screen, and analyze all Indian stocks listed on NSE and BSE with 26 tools covering real-time quotes, quarterly and annual financials, 20+ technical indicators, analyst ratings and forecasts, FII/DII institutional flows, a stock screener with 100+ filters and 47 preset strategies, and market insights including bulk deals, F&O bans, IPOs, and index heatmaps.
Overview
Tapetide Stock Research MCP Server gives AI assistants direct access to Indian stock market data — covering all stocks listed on NSE and BSE.
26 tools for:
- Search & screen stocks with 100+ filters and 47 preset strategies
- Real-time quotes (single + batch up to 20)
- Quarterly and annual financials — P&L, balance sheet, cash flow, ratios
- 20+ technical indicators — RSI, MACD, SMA, EMA, Bollinger Bands, Supertrend, ADX, and more
- Analyst consensus ratings and EPS/revenue/EBITDA forecasts with actuals vs estimates
- FII/DII institutional flows, F&O participant positioning, FPI sector-wise allocation
- Shareholding patterns, dividend history, mutual fund holdings
- Market insights — bulk/block deals, F&O data, IPOs, top deliveries, MTF, SLBM, index heatmaps, technical signals
One-line install: npx -y tapetide-mcp Remote MCP (no install): https://mcp.tapetide.com/mcp Free tier: 1,000 requests/hour, 4,000 requests/day
Works with Claude, ChatGPT, Cursor, Kiro, Windsurf, VS Code, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"tapetide": {
"command": "npx",
"args": [
"-y",
"tapetide-mcp"
],
"env": {
"TAPETIDE_TOKEN": "get your free token from https://tapetide.com/settings/tokens"
}
}
}
}