Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server will listen on. | 3000 |
| NODE_ENV | No | The environment the server is running in (e.g., development, production). | development |
| LOG_LEVEL | No | The logging level (e.g., info, debug, error). | info |
| BLS_API_KEY | No | API key for BLS (Bureau of Labor Statistics). Optional - tools work without keys but with limited data. | |
| FRED_API_KEY | No | API key for FRED (Federal Reserve Economic Data). Optional - tools work without keys but with limited data. | |
| CENSUS_API_KEY | No | API key for the Census Bureau. Optional - tools work without keys but with limited data. | |
| CACHE_TTL_FRED_MS | No | Cache time-to-live for FRED data in milliseconds. | 86400000 |
| CACHE_TTL_DEFAULT_MS | No | Default cache time-to-live in milliseconds. | 86400000 |
| ALPHA_VANTAGE_API_KEY | No | API key for Alpha Vantage. Optional - tools work without keys but with limited data. | |
| NASDAQ_DATA_LINK_API_KEY | No | API key for Nasdaq Data Link. Optional - tools work without keys but with limited data. | |
| CACHE_TTL_ALPHA_VANTAGE_MS | No | Cache time-to-live for Alpha Vantage data in milliseconds. | 86400000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |