Loading subscription status...
{
"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"
}
}
]
}