Autotask

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

AUTOTASK_USERNAME(str)
Required

Autotask API user resource email (e.g. apiuser@example.com)

AUTOTASK_SECRET(str)
RequiredSecret

Autotask API user secret

AUTOTASK_INTEGRATION_CODE(str)
RequiredSecret

Autotask API integration code (tracking identifier)

AUTOTASK_API_URL(str)

Autotask API zone URL — auto-detected per tenant if omitted

MCP_TRANSPORT(str)
Default:stdio

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error