
HaloPSA MCP
Supports UIby wyre-technology
Comprehensive MCP server for HaloPSA, managing tickets, clients, assets, and reporting.
What it does
This MCP server connects AI assistants to HaloPSA, providing a structured gateway to manage MSP operations. It utilizes a hierarchical decision-tree architecture to prevent tool overload, allowing the AI to navigate between different domains like tickets and billing efficiently.
Tools
halopsa_navigate: Select a specific domain (tickets, clients, assets, agents, invoices).halopsa_tickets_list: List and filter support tickets.halopsa_tickets_create: Open new support tickets.halopsa_clients_list: Manage and search company/client details.halopsa_assets_list: Query configuration items and assets.halopsa_agents_list: View technician and team details.halopsa_invoices_list: Access billing and invoice data.halopsa_back: Return to the main navigation menu.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"halopsa": {
"command": "npx",
"args": ["@wyre-technology/halopsa-mcp"],
"env": {
"HALOPSA_CLIENT_ID": "your-client-id",
"HALOPSA_CLIENT_SECRET": "your-client-secret",
"HALOPSA_TENANT": "yourcompany"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx @wyre-technology/halopsa-mcpInformation
- Pricing
- free
- Published
- 5/14/2026






