MCP server for HaloPSA — tickets, clients, assets, contracts, and reporting tools for AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"halopsa-mcp": {
"command": "npx",
"args": [
"-y",
"WYRE-AI/halopsa-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add halopsa-mcp npx -y WYRE-AI/halopsa-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"halopsa-mcp": {
"command": "npx",
"args": [
"-y",
"WYRE-AI/halopsa-mcp"
]
}
}
}
📋 Copy
README Excerpt
A Model Context Protocol (MCP) server for interacting with HaloPSA, featuring a decision tree architecture for efficient tool loading. > [!IMPORTANT] > **Before you click:** this server depends on `@wyre-technology/node-halopsa`, > which is hosted on the **GitHub Packages** npm registry. GitHub Packages has no
Tools (20)
HALOPSA_BASE_URL HALOPSA_CLIENT_ID HALOPSA_CLIENT_SECRET HALOPSA_TENANT halopsa_agents_get halopsa_agents_list halopsa_assets_get halopsa_assets_list halopsa_assets_list_types halopsa_assets_search halopsa_back halopsa_clients_create halopsa_clients_get halopsa_clients_list halopsa_clients_search halopsa_invoices_get halopsa_invoices_list halopsa_navigate halopsa_status halopsa_teams_list
Topics
ai-tools claude halopsa mcp mcp-server model-context-protocol msp msp-mcp typescript wyre-technology