PluginBench
MCP Server

HaloPSA MCP MCP Server

io.github.Servosity/halopsa-mcp

What is the HaloPSA MCP MCP server?

HaloPSA ticket triage, SLA-breach pre-emption, and cross-client analytics for any MCP agent.

How to install HaloPSA MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HALOPSA_TENANT
    required

    Your HaloPSA tenant identifier.

  • HALOPSA_CLIENT_ID
    required
    secret

    OAuth2 client_credentials ID from Configuration → Integrations → Halo PSA API.

  • HALOPSA_CLIENT_SECRET
    required
    secret

    OAuth2 client_credentials secret.

  • HALOPSA_DOMAIN

    Domain template variable. Defaults to halopsa.com.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "halopsa-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/halopsa-v0.2.2/halopsa-mcp.mcpb",
      "args": [],
      "env": {
        "HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
        "HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
        "HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
        "HALOPSA_DOMAIN": "<YOUR_HALOPSA_DOMAIN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "halopsa-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/halopsa-v0.2.2/halopsa-mcp.mcpb",
      "args": [],
      "env": {
        "HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
        "HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
        "HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
        "HALOPSA_DOMAIN": "<YOUR_HALOPSA_DOMAIN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "halopsa-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/halopsa-v0.2.2/halopsa-mcp.mcpb",
      "args": [],
      "env": {
        "HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
        "HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
        "HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
        "HALOPSA_DOMAIN": "<YOUR_HALOPSA_DOMAIN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "halopsa-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/halopsa-v0.2.2/halopsa-mcp.mcpb",
      "args": [],
      "env": {
        "HALOPSA_TENANT": "<YOUR_HALOPSA_TENANT>",
        "HALOPSA_CLIENT_ID": "<YOUR_HALOPSA_CLIENT_ID>",
        "HALOPSA_CLIENT_SECRET": "<YOUR_HALOPSA_CLIENT_SECRET>",
        "HALOPSA_DOMAIN": "<YOUR_HALOPSA_DOMAIN>"
      }
    }
  }
}
Claude Code
claude mcp add halopsa-mcp --env HALOPSA_TENANT=<YOUR_HALOPSA_TENANT> --env HALOPSA_CLIENT_ID=<YOUR_HALOPSA_CLIENT_ID> --env HALOPSA_CLIENT_SECRET=<YOUR_HALOPSA_CLIENT_SECRET> --env HALOPSA_DOMAIN=<YOUR_HALOPSA_DOMAIN> -- https://github.com/Servosity/msp-skills/releases/download/halopsa-v0.2.2/halopsa-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →