HaloPSA MCP ToolsServer

ssmanji89
GitHub
API IntegrationAI AssistantTicket Management

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for interacting with the HaloPSA API, allowing AI assistants like Claude to manage tickets, users, and assets through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "HaloPSA": {
        "env": {
          "HALO_API_URL": "https://yourhalo.haloservicedesk.com/api",
          "HALO_CLIENT_ID": "your_client_id",
          "HALO_CLIENT_SECRET": "your_client_secret"
        },
        "args": [
          "--transport",
          "http",
          "--port",
          "3000",
          "--debug"
        ],
        "command": "haloapi-mcp-server"
      }
    }
  ]
}

🛠️ Tools

Ticket toolsUser toolsAsset tools

Features

  • Supports multiple transport types (stdio, http, tcp)
  • Tools for interacting with tickets, users, assets
  • Seamless integration with Claude Desktop

💬 Example Queries

  • Get a list of tickets
  • Create a new ticket
  • Update an existing user