Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEWS_API_KEY | Yes | Your News API key for news data | |
| ALPHA_VANTAGE_API_KEY | Yes | Your Alpha Vantage API key for stock data |
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_weather_alerts | Get weather alerts for a US state. Args:
state: Two-letter US state code (e.g., CA, NY) |
| get_forecast | Get the weather forecast for a specific location. Args:
latitude: Latitude of the location
longitude: Longitude of the location |
| get_top_gainers_losers | Get the top gainers and losers in the US stock market Args: None |
| get_news_and_sentiments | Get the news and sentiments of a particular stock Args: ticker: Stock ticker/symbol (eg. AAPL) |
| get_news_today | Get the news headlines for a specific keyword and date Args: keyword: Keyword to search for in the news date: Date in YYYY-MM-DD format |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |