Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| NEWS_API_KEY | Yes | API key for News API (required for news data) | |
| MCP_SERVER_HOST | No | Host for the MCP server | localhost |
| MCP_SERVER_PORT | No | Port for the MCP server | 8000 |
| MCP_SERVER_DEBUG | No | Enable debug mode for the MCP server | true |
| OPENWEATHER_API_KEY | Yes | API key for OpenWeatherMap (required for weather data) | |
| ALPHA_VANTAGE_API_KEY | Yes | API key for Alpha Vantage (required for stock data) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |