Home › Other › HAL

HAL

HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models

JavaScript
★ 38 stars Last pushed 2025-10-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.14)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "hal": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry