MCPSERV.CLUB
anuragkrishna

Indian Stock Exchange MCP Server

MCP Server

Real‑time data for India’s BSE and NSE stocks

Stale(50)
6stars
0views
Updated Sep 17, 2025

About

Provides comprehensive financial information, news, historical data, and market insights for companies listed on the Bombay Stock Exchange (BSE) and National Stock Exchange (NSE), enabling users to monitor and analyze the Indian stock market.

Capabilities

Resources
Access data sources
Tools
Execute functions
Prompts
Pre-built templates
Sampling
AI model interactions

Overview

The Indian Stock Exchange MCP Server is a dedicated backend that exposes rich financial data from India’s two largest exchanges – the Bombay Stock Exchange (BSE) and the National Stock Exchange (NSE). By turning this data into a set of standardized MCP tools, it lets AI assistants such as Claude fetch real‑time market information, historical trends, and analytical insights without having to embed complex API calls in the conversation flow. This abstraction is especially valuable for developers building financial chatbots, portfolio advisors, or market monitoring dashboards who want to offload the intricacies of authentication, rate‑limiting, and data normalization to a single service.

At its core the server offers nine intuitive tools that cover every common requirement in stock‑market interactions. Users can pull the latest headline news, retrieve detailed company profiles, and obtain current prices or historical price series for any ticker. Additionally, the server provides recommendation endpoints that surface buy/sell signals based on market sentiment and trend data. For quick market snapshots, the get-top-gainers and get-top-losers tools return the most volatile stocks of the day. Each tool is designed to be lightweight, returning only the fields needed for a typical conversational response, which keeps latency low and keeps the assistant’s replies crisp.

The MCP server also handles API key management internally, so developers need only supply the key once in a secure environment file. The server’s architecture follows standard Node.js practices, making it straightforward to deploy in a Docker container or run locally. Once the MCP is registered in Claude Desktop’s configuration, any prompt that references a tool such as will automatically trigger an HTTP request to the server, parse the JSON response, and inject the result into the conversation. This seamless integration eliminates manual API handling from the user’s perspective, allowing developers to focus on higher‑level business logic.

Real‑world use cases include building a financial assistant that can answer “What’s the latest price of NSE:RELIANCE?” or “Show me the top gainers in BSE today,” providing portfolio managers with instant data to adjust holdings, or creating a news summarizer that pulls in the most recent market headlines. The server’s ability to surface both raw data and derived recommendations makes it a versatile backbone for any AI‑powered trading or research application. Its single, well‑defined interface ensures that developers can maintain a clean separation between data retrieval and conversational logic, leading to more robust, testable, and secure AI services.