Add Alpha Vantage MCP Server#199
Open
gabriel1l wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the Alpha Vantage MCP Server to the partner registry for the Microsoft Foundry Tools Catalog and API Center MCP Registry.
About Alpha Vantage
Alpha Vantage Inc. is an official licensed NASDAQ data vendor providing real-time and historical financial market data through 100+ API functions, covering equities, options, forex, cryptocurrencies, commodities, economic indicators, and technical indicators.
About the MCP Server
The Alpha Vantage MCP Server is a remote (streamable-http) MCP server hosted at
https://mcp.alphavantage.co/mcpthat exposes the full Alpha Vantage data catalog to LLMs and agentic workflows. It uses an optimization technique called Progressive Tool Discovery to minimize token consumption while preserving response quality.?apikey=query parameterVerification
The server has been verified against Microsoft Foundry Agent Service via custom MCP tool integration with multiple test queries spanning the tool surface — including no-argument health checks (PING), symbol lookup (SYMBOL_SEARCH), single-quote retrieval (GLOBAL_QUOTE), time series data (TIME_SERIES_DAILY), technical indicators (RSI), and cross-asset queries combining multiple tools (TIME_SERIES_DAILY + DIGITAL_CURRENCY_DAILY). Authentication uses API key as a query parameter (?apikey=) per the configuration documented at https://mcp.alphavantage.co/.