Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Stock Analysis (India)

FreeNot checked

Provides real-time and historical Indian stock data.

GitHubEmbed

About

Provides real-time and historical Indian stock data.

README

This is an MCP server that provides access to real-time and historical Indian stock data using the Yahoo Finance API. It allows stock data retrieval to be used as context by local LLMs via Claude Desktop, Cursor, and other MCP-compatible agents.

Available Features

  • getStockQuote: Get the current quote for an Indian stock.
  • getHistoricalData: Get historical data for an Indian stock with custom intervals and periods.

Setup

npm install mcp-stock-analysis

Usage in Host

Configure your MCP client (e.g., Claude Desktop) to connect to the server:

{
  "mcpServers": {
    "mcp-stock-analysis": {
      "command": "npx",
      "args": ["-y", "mcp-stock-analysis"],
    }
  }
}

Tools

getStockQuote

Get the current quote for a stock.

Input:

symbol: The stock symbol (e.g., RELIANCE.NS)

Output:

{
  "symbol": "RELIANCE.NS",
  "price": 2748.15,
  "name": "Reliance Industries Ltd"
}

getHistoricalData

Get historical data for a stock.

Input:

  • symbol: the stock symbol (e.g., RELIANCE.NS)
  • interval: the time interval for the data (daily, weekly, or monthly) (optional, default: daily)

Output:

{
    "date": "2025-03-21T00:00:00+05:30",
    "open": 2735,
    "high": 2750,
    "low": 2725,
    "close": 2748.15,
    "volume": 21780769
}

JSON object containing the historical data. The structure of the output depends on the interval parameter.

Contributing

Contributions are welcome! Please open an issue or pull request.

License

MIT

from github.com/giptilabs/mcp-stock-analysis

Installing Stock Analysis (India)

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/giptilabs/mcp-stock-analysis

FAQ

Is Stock Analysis (India) MCP free?

Yes, Stock Analysis (India) MCP is free — one-click install via Unyly at no cost.

Does Stock Analysis (India) need an API key?

No, Stock Analysis (India) runs without API keys or environment variables.

Is Stock Analysis (India) hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Stock Analysis (India) in Claude Desktop, Claude Code or Cursor?

Open Stock Analysis (India) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Stock Analysis (India) with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs