AlphaVantage-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALPHA_VANTAGE_API_KEY | Yes | Your Alpha Vantage API key required for accessing the financial market data |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-stock-quoteC | Get current stock quote information |
| get-company-infoC | Get detailed company information |
| get-crypto-exchange-rateB | Get current cryptocurrency exchange rate |
| get-time-seriesB | Get daily time series data for a stock with optional date filtering |
| get-historical-optionsC | Get historical options chain data for a stock with advanced filtering and sorting capabilities |
| get-crypto-dailyC | Get daily time series data for a cryptocurrency |
| get-crypto-weeklyC | Get weekly time series data for a cryptocurrency |
| get-crypto-monthlyC | Get monthly time series data for a cryptocurrency |
| get-earnings-calendarC | Get upcoming earnings calendar data for companies with sorting capabilities |
| get-historical-earningsC | Get historical earnings data for a specific company |
| get-realtime-optionsC | Get realtime options chain data for a stock with optional Greeks and filtering |
| get-etf-profileB | Get comprehensive ETF profile information including holdings, sector allocation, and key metrics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Most tools have distinct purposes targeting different financial data types (crypto, stocks, ETFs, earnings, options), but there is some overlap between get-crypto-daily, get-crypto-weekly, and get-crypto-monthly which all provide time series data for cryptocurrencies with only the timeframe differing. The descriptions help clarify, but an agent might need to carefully choose between these similar tools.
All tool names follow a consistent verb_noun pattern using 'get-' as the verb and descriptive nouns (e.g., get-company-info, get-crypto-daily). The naming is uniform throughout, making it predictable and easy to understand the purpose of each tool at a glance.
With 12 tools, this server is well-scoped for providing financial data from AlphaVantage. Each tool covers a specific aspect of the domain (e.g., time series, quotes, earnings, options), and none appear redundant or unnecessary, making the count appropriate for the server's purpose.
The tool set covers a broad range of financial data types including stocks, crypto, ETFs, earnings, and options with both historical and realtime capabilities. Minor gaps exist, such as no explicit tools for economic indicators or forex data, but core workflows for the stated purpose are well-covered and agents can likely work around these omissions.