Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity (INFO, DEBUG, ERROR) | |
| REDIS_HOST | No | Redis cache host | |
| REDIS_PORT | No | Redis cache port | |
| DATABASE_URL | No | PostgreSQL connection URL or SQLite path | |
| FRED_API_KEY | No | Federal Reserve economic data API key | |
| CACHE_ENABLED | No | Enable Redis caching | |
| OPENAI_API_KEY | No | OpenAI API key for AI-powered analysis features | |
| TIINGO_API_KEY | Yes | Stock data provider API key (free tier available at tiingo.com) | |
| ANTHROPIC_API_KEY | No | Anthropic API key as alternative LLM provider | |
| CACHE_TTL_SECONDS | No | Cache duration in seconds |
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 | |