Skip to main content
Glama
nikhilcherry

Indian Stock Exchange MCP Server

by nikhilcherry

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/.env

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 (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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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 updated
    118
    11
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    Enables 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 updated
    16
  • F
    license
    -
    quality
    B
    maintenance
    Real-time Indian stock market sentiment intelligence. Provides NSE/BSE news sentiment, aggregated stock & sector signals, and technical analysis.
    Last updated
    1

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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