Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ST_APP_KEY | Yes | ServiceTitan app key (ST-App-Key header) | |
| ST_DOMAINS | No | Comma-separated domain allowlist (e.g. crm,dispatch,reporting) | |
| ST_READONLY | No | Skip write and delete tools at registration time | true |
| ST_TIMEZONE | No | IANA timezone for the tenant (e.g. America/New_York) — critical for date-bound intelligence tools | UTC |
| ST_CLIENT_ID | Yes | ServiceTitan OAuth client ID | |
| ST_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| ST_TENANT_ID | Yes | ServiceTitan tenant identifier | |
| ST_CORS_ORIGIN | No | Allowed CORS origin for the SSE server | * |
| ST_ENVIRONMENT | No | ServiceTitan environment: integration or production | integration |
| ST_MCP_API_KEY | No | API key for remote MCP clients (required for SSE deployment only) | |
| ST_CLIENT_SECRET | Yes | ServiceTitan OAuth client secret | |
| ST_CONFIRM_WRITES | No | Require confirm=true to execute write tools | false |
| ST_RESPONSE_SHAPING | No | Set to false to disable response transformation and return raw API data | true |
| ST_MAX_RESPONSE_CHARS | No | Cap tool response size | 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 | |