Read projects and conversations
List projects, inspect conversations, and use customer context without rebuilding the model outside HAL.
Use MCP when Claude, Cursor, or another compatible client should work with HAL project data through tools. HAL does not provide a local stdio server.
POST https://api.chatwithhal.com/mcpUse an account-scoped MCP key from Settings → API. Clients should call list_projects first, then include project_id or project_slug for project-scoped tools.
{
"mcpServers": {
"hal": {
"type": "streamable-http",
"url": "https://api.chatwithhal.com/mcp",
"headers": {
"X-API-Key": "YOUR_HAL_ACCOUNT_MCP_KEY"
}
}
}
}List projects, inspect conversations, and use customer context without rebuilding the model outside HAL.
Read or update company records, articles, groups, and other structured project data through tools.
MCP gives AI clients access to HAL. It does not turn HAL into an unsupervised external execution layer.
Accept headers are normalized for plain HTTP clients.