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. Input: symbol (string), e.g., AAPL.
Get historical data for a stock. Input: symbol (string), interval (optional, string: daily, weekly, or monthly, default: daily), outputsize (optional, string: compact or full, default: compact).