stock-analysis-mcp
3
Alpha Vantage Stock MCP Server provides access to stock market data using the Alpha Vantage API. It supports retrieving real-time and historical stock data, generating alerts, and accessing data as resources. This tool is designed to be integrated with MCP clients like Claude for Desktop.
Alpha Vantage Stock MCP Server
This project is an MCP server providing stock market data using the Alpha Vantage API. It allows access to real-time and historical stock data.
Features
- Retrieve intraday stock data with customizable intervals.
- Access daily stock data.
- Generate alerts based on stock price movements.
- Provide stock data as accessible resources.
Prerequisites
- Node.js version 16 or higher is required.
- An Alpha Vantage API key is needed.
Installation
Clone the repository and install dependencies. Configure environment variables including the Alpha Vantage API key.
Tools
- get-stock-data: Fetches intraday stock information for specified symbols and intervals.
- get-daily-stock-data: Obtains daily stock data for a given symbol.
- get-stock-alerts: Analyzes and generates alerts based on stock price changes.