aigeon-ai/alpha-vantage
alpha-vantage is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of alpha-vantage and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Alpha Vantage MCP server provides seamless access to a vast array of financial market data, including stocks, forex, and cryptocurrencies.
Try alpha-vantage with chat:
Tools
Functions exposed to the LLM to take actions
time_series_intraday
This API returns intraday time series (timestamp, open, high, low, close, volume) of the equity specified.
time_series_daily_adjusted
This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume, daily adjusted close, and split/dividend events) of the global equity specified, covering 20+ years of historical data.
time_series_daily
This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume) of the global equity specified, covering 20+ years of historical data.
time_series_weekly_adjusted
This API returns weekly adjusted time series (last trading day of each week, weekly open, weekly high, weekly low, weekly close, weekly adjusted close, weekly volume, weekly dividend) of the global equity specified, covering 20+ years of historical data.
time_series_weekly
This API returns weekly time series (last trading day of each week, weekly open, weekly high, weekly low, weekly close, weekly volume) of the global equity specified, covering 20+ years of historical data.
time_series_monthly_adjusted
This API returns monthly adjusted time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly adjusted close, monthly volume, monthly dividend) of the equity specified, covering 20+ years of historical data.
time_series_monthly
This API returns monthly time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly volume) of the global equity specified, covering 20+ years of historical data.
quote_endpoint
A lightweight alternative to the time series APIs, this service returns the price and volume information for a security of your choice.
search_endpoint
Looking for some specific symbols or companies? We've got you covered! The Search Endpoint returns the best-matching symbols and market information based on keywords of your choice. The search results also contain match scores that provide you with the full flexibility to develop your own search and filtering logic.
customizable_endpoint
Build your own query from the documentation, located here. There is one master catch-all endpoint, but the additional following "endpoints" give you samples of how to build URLs.
fx_intraday
This API returns intraday time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.
fx_weekly
This API returns the weekly time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime. The latest data point is the price information for the week (or partial week) containing the current trading day, updated realtime.
fx_daily
This API returns the daily time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.
currency_exchange_rate
This API returns the realtime exchange rate for any pair of digital currency (e.g., Bitcoin) and physical currency (e.g., USD). Data returned for physical currency (Forex) pairs also include realtime bid and ask prices.
fx_monthly
This API returns the monthly time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime. The latest data point is the prices information for the month (or partial month) containing the current trading day, updated realtime.
digital_currency_weekly
This API returns the weekly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.
digital_currency_daily
This API returns the daily historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.
digital_currency_monthly
This API returns the monthly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.
technical_indicators
For more information on how to build all the different technical indicators there are, please visit here.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client