Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALPHAVANTAGE_PORT | No | Server port | 8002 |
| ALPHAVANTAGE_DEBUG | No | Enable debug mode | false |
| ALPHA_VANTAGE_API_KEY | Yes | Your AlphaVantage API key (get one free at https://www.alphavantage.co/support/#api-key) | |
| ALPHAVANTAGE_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR) | INFO |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_company_overview | Get company fundamentals and overview. |
| get_income_statement | Get company income statement data. |
| get_balance_sheet | Get company balance sheet data. |
| get_cash_flow | Get company cash flow statement data. |
| get_earnings | Get quarterly or annual earnings data. |
| get_market_news | Get latest market news and sentiment. |
| get_technical_indicators | Get technical indicators (RSI, MACD, Bollinger Bands, etc.). |
| get_daily_prices | Get daily OHLCV data. |
| get_intraday_prices | Get intraday price data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |