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 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-stock-quote | Get current stock quote information |
| get-company-info | Get detailed company information |
| get-crypto-exchange-rate | Get current cryptocurrency exchange rate |
| get-time-series | Get daily time series data for a stock with optional date filtering |
| get-historical-options | Get historical options chain data for a stock with advanced filtering and sorting capabilities |
| get-crypto-daily | Get daily time series data for a cryptocurrency |
| get-crypto-weekly | Get weekly time series data for a cryptocurrency |
| get-crypto-monthly | Get monthly time series data for a cryptocurrency |
| get-earnings-calendar | Get upcoming earnings calendar data for companies with sorting capabilities |
| get-historical-earnings | Get historical earnings data for a specific company |
| get-realtime-options | Get realtime options chain data for a stock with optional Greeks and filtering |
| get-etf-profile | 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 | |