alphavantage_mcp
1
Alpha Vantage MCP is a Model Context Protocol server designed to access extensive stock and financial data from Alpha Vantage. It supports a wide range of API endpoints and is organized efficiently to reduce context window usage, making it a powerful tool for financial analysis.
Alpha Vantage MCP
A Model Context Protocol (MCP) server for accessing Alpha Vantage stock and financial data.
Features
- Complete support for all Alpha Vantage API endpoints including stocks, economic indicators, technical indicators, forex, cryptocurrencies, and commodities
- For reduced context window usage, certain endpoints are organized under same tool (technical indicators, forex, commodities, and cryptocurrencies)
API Organization
- Technical Indicators: Consolidated into 5 unified endpoints with type parameters
- Commodities: Unified into a single endpoint with commodity_type parameter
- Forex: Time series endpoints consolidated with a series_type parameter
- Cryptocurrencies: Time series endpoints consolidated with a series_type parameter
Setup
- Clone this repository
- Install dependencies
- Copy the example environment file and add your Alpha Vantage API key
- Build the project
Usage
Connect to a Claude client and make queries like stock quotes, RSI momentum indicators, and exchange rates.