What is the HaloPSA MCP server?
MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.
How to install HaloPSA
Copy-paste configuration for popular MCP clients.
HALOPSA_CLIENT_IDrequiredHaloPSA OAuth client ID
HALOPSA_CLIENT_SECRETrequiredsecretHaloPSA OAuth client secret
HALOPSA_TENANTHaloPSA tenant identifier (subdomain). Provide this or HALOPSA_BASE_URL.
HALOPSA_BASE_URLHaloPSA base URL (e.g. https://your-instance.halopsa.com). Provide this or HALOPSA_TENANT.
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"halopsa-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/halopsa-mcp:v1.6.0"
],
"env": {
"HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
"HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
"HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
"HALOPSA_BASE_URL": "<YOUR_HALOPSA_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"halopsa-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/halopsa-mcp:v1.6.0"
],
"env": {
"HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
"HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
"HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
"HALOPSA_BASE_URL": "<YOUR_HALOPSA_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"halopsa-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/halopsa-mcp:v1.6.0"
],
"env": {
"HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
"HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
"HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
"HALOPSA_BASE_URL": "<YOUR_HALOPSA_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"halopsa-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/halopsa-mcp:v1.6.0"
],
"env": {
"HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
"HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
"HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
"HALOPSA_BASE_URL": "<YOUR_HALOPSA_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add halopsa-mcp --env HALOPSA_CLIENT_ID=<YOUR_HALOPSA_CLIENT_ID> --env HALOPSA_CLIENT_SECRET=<YOUR_HALOPSA_CLIENT_SECRET> --env HALOPSA_TENANT=<YOUR_HALOPSA_TENANT> --env HALOPSA_BASE_URL=<YOUR_HALOPSA_BASE_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/halopsa-mcp:v1.6.0Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →