Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug|info|warn|error) | info |
| FMP_API_KEY | No | Your Financial Modeling Prep API key for financial market data (optional) | |
| SUPABASE_URL | Yes | Your Supabase project URL (e.g., https://xxxxxxxxxxxxx.supabase.co) | |
| WORKER_POOL_SIZE | No | Number of CPU cores for worker pool | 4 |
| SUPABASE_ANON_KEY | Yes | Your Supabase anonymous key for client access | |
| PERPLEXITY_API_KEY | Yes | Your Perplexity API key for real-time benchmarks (required for Dutch market validation) | |
| SUPABASE_SERVICE_KEY | Yes | Your Supabase service key for admin access | |
| MAX_SIMULATION_ITERATIONS | No | Maximum number of Monte Carlo simulation iterations for precision | 100000 |
Capabilities
Server capabilities have not been inspected yet.
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 | |