This is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get the current quote for a stock. Parameters: symbol (string) - The stock symbol (e.g., AAPL)
Get historical data for a stock. Parameters: symbol (string) - The stock symbol (e.g., AAPL), interval (optional string) - The time interval for the data ('daily', 'weekly', or 'monthly', default: 'daily'), outputsize (optional string) - The size of the output ('compact' or 'full', default: 'compact')