An MCP server that provides a comprehensive interface to the Alpha Vantage financial data API, enabling programmatic retrieval of stock prices, company overviews, time series data, forex rates, cryptocurrency prices, and technical indicators. Designed for developers and financial analysts who need structured access to real-time and historical market data through a standardized protocol.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get real-time stock quotes. Parameters: symbol (string - the stock symbol, e.g., 'AAPL')
Get daily stock price history. Parameters: symbol (string - the stock symbol, e.g., 'MSFT'), outputsize (string - 'compact' for a limited set of data)
Get cryptocurrency prices. Parameters: symbol (string - the cryptocurrency symbol, e.g., 'BTC'), market (string - the currency market, e.g., 'USD')
Get currency exchange rates. Parameters: from_currency (string - the currency to convert from, e.g., 'USD'), to_currency (string - the currency to convert to, e.g., 'EUR')
Get technical indicators. Parameters: symbol (string - the stock symbol, e.g., 'AAPL'), indicator (string - the type of indicator, e.g., 'SMA'), interval (string - the time interval for the indicator, e.g., 'daily')