- Explore MCP Servers
- Indian-Stock-Exchange-MCP
Indian Stock Exchange Mcp
What is Indian Stock Exchange Mcp
Indian-Stock-Exchange-MCP is a server designed to provide detailed financial data for companies listed on the Bombay Stock Exchange (BSE) and the National Stock Exchange (NSE), offering users comprehensive insights into the Indian stock market.
Use cases
Use cases include developing financial dashboards, creating automated trading systems, conducting market analysis, and providing insights for investment decisions based on real-time data.
How to use
To use Indian-Stock-Exchange-MCP, clone the repository, update the API key in the configuration file, install the necessary packages, and run the server using Node.js. Detailed setup instructions are provided in the README.
Key features
Key features include obtaining the latest market news, stock details, historical data, current stock prices, stock recommendations, and identifying top gainers and losers in the market.
Where to use
Indian-Stock-Exchange-MCP can be used in financial applications, investment analysis tools, stock market research, and by individual investors seeking real-time data and insights into the Indian stock market.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Indian Stock Exchange Mcp
Indian-Stock-Exchange-MCP is a server designed to provide detailed financial data for companies listed on the Bombay Stock Exchange (BSE) and the National Stock Exchange (NSE), offering users comprehensive insights into the Indian stock market.
Use cases
Use cases include developing financial dashboards, creating automated trading systems, conducting market analysis, and providing insights for investment decisions based on real-time data.
How to use
To use Indian-Stock-Exchange-MCP, clone the repository, update the API key in the configuration file, install the necessary packages, and run the server using Node.js. Detailed setup instructions are provided in the README.
Key features
Key features include obtaining the latest market news, stock details, historical data, current stock prices, stock recommendations, and identifying top gainers and losers in the market.
Where to use
Indian-Stock-Exchange-MCP can be used in financial applications, investment analysis tools, stock market research, and by individual investors seeking real-time data and insights into the Indian stock market.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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-market-news - Get the latest market news
- 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-stock-recommendations - Get stock recommendations based on market trends
- get-top-gainers - Get the top gaining stocks
- get-top-losers - Get the top losing stocks
Setup
1. Download the Repo and Update API Key
Clone the repository and update the API key in src/.env:
Update your API Key in src/index.js at <Indian Stock Exchange API Key>
2. Install Packages and Build
Run the following commands to install dependencies and build the project:
npm install npm run build
3. 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:
{
"mcpServers": {
"IndiaStockExchange": {
"command": "node",
"args": [
"<path_to_project>/build/index.js"
]
}
}
}
4. Restart Claude Desktop
After updating the configuration, restart Claude Desktop to apply the changes.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










