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) - The stock symbol (e.g., AAPL)
Get historical data for a stock. Input: 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`). Output: JSON object containing the historical data.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs