
Stock Research Mcp
Pull live NSE and BSE quotes, screeners, financials, FII/DII flows, and portfolio data into your agent while scoping a fintech side project or investment research tool.
Overview
Tapetide Stock Research is an MCP server for the Validate phase that exposes NSE and BSE Indian market data—quotes, screeners, financials, flows, and portfolio—to coding agents.
What is this MCP server?
- NPM package tapetide-mcp v1.0.6 with stdio MCP transport
- Coverage: NSE & BSE quotes, screener, financials, FII/DII flows, and portfolio
- Requires TAPETIDE_TOKEN from tapetide.com/settings/tokens (free tier, tpt_rt_ prefix)
- Upstream open-source repo Tapetide-hq/nse-bse-indian-stock-market-data-mcp on GitHub
- NPM package version 1.0.6 (tapetide-mcp)
- 1 required secret env var: TAPETIDE_TOKEN
- stdio transport (local MCP process)
What problem does it solve?
Building India stock research features from scratch means wrestling with exchange data, screeners, and auth before you know if the product idea is worth shipping.
Who is it for?
Indie devs validating India-focused investing apps, research assistants, or finance APIs who want agent-driven data probes via stdio MCP.
Skip if: Builders outside Indian equities, production trading systems without vendor due diligence, or teams that cannot use a third-party Tapetide token.
What do I get? / Deliverables
With the npm MCP server and a Tapetide token configured, your agent can query live Indian market datasets so you can scope features and demos with real numbers.
- Agent-callable Indian equity quotes, screeners, financials, and flow tools
- Local stdio MCP server runnable from npm registry
Recommended MCP Servers
Journey fit
Market-data MCPs land in Validate when you are proving whether an India-equities feature set is feasible before you commit engineering weeks to exchanges and compliance edges. Scope is the right subphase because you are sizing APIs, data coverage, and auth (Tapetide token) before building dashboards or alerts in the Build phase.
How it compares
Market-data MCP via Tapetide, not a general web search or US-only brokerage API.
Common Questions / FAQ
Who is Tapetide Stock Research MCP for?
Developers and solo founders building or prototyping tools around NSE and BSE data who want MCP tools inside Claude Code, Cursor, or similar agents.
When should I use Tapetide Stock Research MCP?
Use it during Validate when you need to test screener logic, fundamentals questions, or flow/portfolio ideas before committing to a full backend.
How do I add Tapetide Stock Research MCP to my agent?
Install the npm package tapetide-mcp, set TAPETIDE_TOKEN from https://tapetide.com/settings/tokens, and register the stdio server in your MCP client configuration.