Hal runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from npm. Last commit 22 Oct 2025.
HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add HAL -- npx -y hal-mcp
{
"mcpServers": {
"HAL": {
"args": [
"-y",
"hal-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.HAL]
command = "npx"
args = ["-y", "hal-mcp"]
{
"mcpServers": {
"HAL": {
"args": [
"-y",
"hal-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"HAL": {
"args": [
"-y",
"hal-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.