Summary
Real prices instead of remembered ones.
Two tools, both narrow: the quote now, and the series behind it. That is enough for an assistant to reason about an Indian stock's movement without you pasting numbers in — and enough to catch it when it guesses.
What it is
An MCP server that fetches Indian stock data from the Yahoo Finance API, so a model can work from real prices instead of what it remembers. Symbols take the exchange suffix, as in RELIANCE.NS.
What you get
- A current quote by symbol, returning the price and the company name
- Historical data at daily, weekly or monthly intervals, daily by default
- Open, high, low, close and volume for each period
Requirements
Node, with no key. The client config in the README names mcp-stock-analysis, which npm does not have. Symbols carry the exchange suffix, for example RELIANCE.NS.
