mcp-indian-stocks
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., "@mcp-indian-stocksGet the latest price of Tata Motors"
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.
Indian Stock Market MCP Server
An MCP (Model Context Protocol) server built in Python that provides real-time and historical data from the Indian Stock Market (BSE and NSE).
🚀 Quick Start Guide
1. Get Your API Key
Sign up and copy your API key.
2. Set Up the .env File
Clone this repository to your computer.
In the root of the project folder, create a new file named exactly
.env.Open the
.envfile and paste your API key like this:
INDIAN_STOCK_API_KEY=your_api_key_here3. Connect to Claude Desktop
To use this with Claude Desktop, update your configuration file.
(On Windows, this is usually at %APPDATA%\Claude\claude_desktop_config.json)
Add this to the mcpServers section:
{
"mcpServers": {
"IndiaStockExchange": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"<file-path>\\main.py"
],
"env": {}
}
}
}Important: Replace
<file-path>with the actual path where you saved this repository (e.g.,C:\\Users\\yourname\\mcp-indian-stocks).
Related MCP server: NSE-BSE MCP Server
🛠️ Available Tools
get-market-news- Get the latest general market news.get-news- Get specific Indian Stock Exchange news.get-stock-details- Get comprehensive details for a specific stock.get-stock-history- Get historical pricing data for a stock.get-stock-price- Get the real-time stock price.get-stock-recommendations- Get stock recommendations based on market trends.get-top-gainers- Get a list of the top gaining stocks.get-top-losers- Get a list of the top losing stocks.
This server cannot be installed
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
- Flicense-qualityDmaintenanceProvides access to real-time and historical Indian stock data via Yahoo Finance API, enabling local LLMs to retrieve stock information through MCP-compatible agents like Claude Desktop and Cursor.Last updated2
- 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.Last updated11811MIT
- FlicenseCqualityDmaintenanceEnables access to comprehensive Indian stock market data from the NSE and BSE, including historical statistics, corporate actions, and IPO information. It also provides tools for mutual fund searches, analyst recommendations, and tracking market-active or trending stocks.Last updated16
- Alicense-qualityCmaintenanceConnects AI assistants to real-time Indian stock market data with 34 tools for search, screening, analysis, portfolio tracking, and market insights across all NSE and BSE stocks.Last updated10255MIT
Related MCP Connectors
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Look up the latest stock prices by ticker symbol across global markets. Get current price and esse…
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/NagrajADesai/mcp-indian-stocks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server