★ 1 stars
TypeScript
🤖 AI/LLM
Updated 7d ago
MCP server for HaloPSA — tickets, clients, assets, contracts, and reporting tools for AI assistants
View on GitHub →
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-technology/halopsa-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add halopsa-mcp npx -y wyre-technology/halopsa-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"halopsa-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/halopsa-mcp"
]
}
}
}
📋 Copy
README Excerpt
A Model Context Protocol (MCP) server for interacting with HaloPSA, featuring a decision tree architecture for efficient tool loading. This MCP server uses a **hierarchical tool loading approach** instead of exposing all tools upfront: 1. **Navigation Phase**: Initially exposes only a navigation tool (`halopsa_navigate`)
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