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 to retrieve the price for.
Get daily stock price history. Parameters: symbol (string) - the stock symbol, outputsize (string) - the size of the output data.
Get cryptocurrency prices. Parameters: symbol (string) - the cryptocurrency symbol, market (string) - the market currency.
Get currency exchange rates. Parameters: from_currency (string) - the currency to convert from, to_currency (string) - the currency to convert to.
Get technical indicators. Parameters: symbol (string) - the stock symbol, indicator (string) - the type of indicator, interval (string) - the time interval for the data.