Stock Analysis (India)
Summary
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.
Available Actions(2)
getStockQuote
Get the current quote for an Indian stock. Input: symbol (string) - The stock symbol (e.g., RELIANCE.NS). Output: JSON object containing the current price and name of the stock.
getHistoricalData
Get historical data for an Indian 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 based on the specified interval.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación