Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Node.js environment | development |
LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
LOG_FORMAT | No | Log output format (simple, json) | simple |
AUTOTASK_SECRET | Yes | Autotask API secret key | |
MCP_SERVER_NAME | No | MCP server name | autotask-mcp |
AUTOTASK_API_URL | No | Autotask API endpoint URL | https://webservices.autotask.net/atservices/1.6/atws.asmx |
AUTOTASK_USERNAME | Yes | Autotask API username (email) | |
MCP_SERVER_VERSION | No | MCP server version | 1.0.0 |
AUTOTASK_INTEGRATION_CODE | Yes | Autotask integration code |
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 |