HaloPSA

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

HALOPSA_CLIENT_ID(str)
Required

HaloPSA OAuth client ID

HALOPSA_CLIENT_SECRET(str)
RequiredSecret

HaloPSA OAuth client secret

HALOPSA_TENANT(str)

HaloPSA tenant identifier (subdomain). Provide this or HALOPSA_BASE_URL.

HALOPSA_BASE_URL(str)

HaloPSA base URL (e.g. https://your-instance.halopsa.com). Provide this or HALOPSA_TENANT.

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