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, e.g., RELIANCE.NS). Output: JSON object containing the stock symbol, price, and name.
Get historical data for a stock. Input: symbol (string, e.g., RELIANCE.NS), interval (optional string, default: 'daily', options: 'daily', 'weekly', 'monthly'). Output: JSON object containing the historical data attributes such as date, open, high, low, close, and volume.