← Back to Plugins
MCP Server MCP

HaloPSA

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/halopsa-mcp:v1.7.11

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/halopsa-mcp:v1.7.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "HaloPSA OAuth client ID",
          "isRequired": true,
          "format": "string",
          "name": "HALOPSA_CLIENT_ID"
        },
        {
          "description": "HaloPSA OAuth client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HALOPSA_CLIENT_SECRET"
        },
        {
          "description": "HaloPSA tenant identifier (subdomain). Provide this or HALOPSA_BASE_URL.",
          "format": "string",
          "name": "HALOPSA_TENANT"
        },
        {
          "description": "HaloPSA base URL (e.g. https://your-instance.halopsa.com). Provide this or HALOPSA_TENANT.",
          "format": "string",
          "name": "HALOPSA_BASE_URL"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...