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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.