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 Tools getStockQuote: Get the current quote for an Indian stock. getHistoricalData: Get historical data for an Indian stock with custom intervals and periods.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get the current quote for a stock. Input: symbol (string) - the stock symbol (e.g., RELIANCE.NS). Output: JSON object containing the stock symbol, price, and name.
Get historical data for a stock. Input: symbol (string) - the stock symbol (e.g., RELIANCE.NS); interval (optional string) - the time interval for the data (daily, weekly, or monthly, default: daily). Output: JSON object containing historical data including date, open, high, low, close, and volume.