Indian Stock Exchange MCP Server
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., "@Indian Stock Exchange MCP Serverget stock price for Reliance Industries"
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 Exchange MCP Server
MCP Server for providing detailed financial data for companies listed on the Bombay Stock Exchange (BSE) and National Stock Exchange (NSE), empowering users with comprehensive insights into the dynamic Indian stock market.
For more details, visit - Indian Stock Market API
Tools
(For API details, please visit - Indian Stock Market API)
get-news - Get Indian Stock Exchange News
get-stock-details - Get details for a specific stock
get-stock-history - Get historical data for a specific stock
get-stock-price - Get the latest stock price for a specific stock
get-trending-stocks - Get currently trending stocks
get-top-gainers - Get the top gaining stocks
get-top-losers - Get the top losing stocks
get-commodities - Get commodities market data
get-price-shockers - Get stocks with significant price movement
Related MCP server: Indian Stock Exchange API2 MCP Server
Setup
1. Download the Repo and Set Your API Key
Clone the repository, then create src/.env (gitignored — never commit this
file) with your API key:
echo "ISE_API_KEY=<your Indian Stock Exchange API key>" > src/.env2. Install Packages and Build
Run the following commands to install dependencies and build the project:
npm install
npm run build3. Installing on Claude Desktop
Before starting, ensure Node.js is installed on your desktop for npx to work.
Go to: Settings > Developer > Edit Config
Add the following to your claude_desktop_config.json (see
mcp-config.example.json for a copy-pasteable template — never commit
a copy of this file with a real key filled in):
{
"mcpServers": {
"IndiaStockExchange": {
"command": "node",
"args": [
"<path_to_project>/build/index.js"
],
"env": {
"ISE_API_KEY": "<your Indian Stock Exchange API key>"
}
}
}
}4. Restart Claude Desktop
After updating the configuration, restart Claude Desktop to apply the changes.
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
- 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
- Flicense-qualityBmaintenanceReal-time Indian stock market sentiment intelligence. Provides NSE/BSE news sentiment, aggregated stock & sector signals, and technical analysis.Last updated1
- Alicense-qualityDmaintenanceProvides comprehensive financial data and insights for stocks listed on BSE and NSE, including stock details, historical data, news, IPOs, and mutual funds.Last updated28ISC
Related MCP Connectors
SEBI orders, RBI notifications, MCA filings, NSE/BSE announcements, AMFI NAV.
Real-time news with bias scoring, live market data, and AI-powered options pricing
Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers.
Appeared in Searches
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/nikhilcherry/Indian-stock-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server