MCP ExplorerExplorer

Ise Mcp Server

@anuragkrishnaon 9 months ago
3 MIT
FreeCommunity
AI Systems
MCP Server for Indian Stock Exchange

Overview

What is Ise Mcp Server

ise_mcp_server is a specialized MCP Server designed to provide detailed financial data for companies listed on the Bombay Stock Exchange (BSE) and National Stock Exchange (NSE) in India, offering users comprehensive insights into the Indian stock market.

Use cases

Use cases for ise_mcp_server include developing trading algorithms, creating financial dashboards, providing market analysis reports, and offering real-time stock price updates for investors.

How to use

To use ise_mcp_server, clone the repository, update the API key in the configuration file, install necessary packages, and build the project. Finally, configure the server settings in Claude Desktop and restart the application.

Key features

Key features of ise_mcp_server include access to the latest market news, specific stock details, historical stock data, current stock prices, stock recommendations based on market trends, and information on top gaining and losing stocks.

Where to use

ise_mcp_server can be used in financial analysis, stock trading applications, investment research, and by financial institutions looking to gain insights into the Indian stock market.

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers