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 | NewsAPI key | |
CACHE_TTL_NEWS | No | News cache TTL (seconds) | 600 |
MCP_SERVER_PORT | No | Server port | 3000 |
CACHE_TTL_FINANCE | No | Finance cache TTL (seconds) | 60 |
CACHE_TTL_WEATHER | No | Weather cache TTL (seconds) | 300 |
RATE_LIMIT_WINDOW | No | Rate limit window (ms) | 60000 |
OPENWEATHER_API_KEY | Yes | OpenWeatherMap API key | |
RATE_LIMIT_REQUESTS | No | Rate limit requests | 100 |
ALPHA_VANTAGE_API_KEY | Yes | Alpha Vantage API key |
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 |