Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the HTTP server will listen on. | 8000 |
| NODE_ENV | Yes | The environment mode for the server. | production |
| LOG_LEVEL | No | The level of logging detail (e.g., info, debug, error). | info |
| GHL_API_KEY | Yes | Your private integrations API key (from Settings → Integrations → Private Integrations). Note: This is NOT a regular API key. | |
| CORS_ORIGINS | No | Allowed CORS origins for the HTTP server. | * |
| GHL_BASE_URL | Yes | The base URL for the GoHighLevel API. | https://services.leadconnectorhq.com |
| GHL_LOCATION_ID | Yes | Your GoHighLevel Location ID (found in Settings → Company → Locations). |
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 | |