Back to Browse

Hilan MCP Server

by Udah1
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Pull Hilan (Hilanet / חילן, חילנט) payslips and Form 106 into any AI assistant.

About

Pull Hilan (Hilanet / חילן, חילנט) payslips and Form 106 into any AI assistant.

Security Report

5.2
Moderate5.2Moderate Risk

This MCP server implements robust security practices for handling sensitive payslip and Form 106 data from Hilan (Israeli HR platform). Database encryption, credential isolation, SQL injection prevention, and comprehensive secret redaction are well-designed. The codebase shows strong security awareness, though a few code quality concerns and minor permission scope observations prevent a higher score. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Default tenant as a full URL, e.g. "https://amdocs.net.hilan.co.il" (optional if you always pass a `tenant` argument to tools instead). Takes priority over COMPANY_TENANT/COMPANY_CODE.Optional

Environment variable: COMPANY_URL

Default tenant subdomain, e.g. "amdocs" (optional if COMPANY_URL is set or a `tenant` argument is always passed to tools).Optional

Environment variable: COMPANY_TENANT

Default tenant as a numeric org code, e.g. "5227" (optional, lowest priority of the three tenant env vars).Optional

Environment variable: COMPANY_CODE

Database encryption key (only needed if you skip `npx hilan-mcp setup-key`, which stores it in your OS credential store instead).Required

Environment variable: HILAN_DB_KEY

Path to a CA bundle, only needed on a network with a TLS-intercepting corporate proxy (e.g. "self-signed certificate in certificate chain" errors).Optional

Environment variable: NODE_EXTRA_CA_CERTS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-udah1-hilan-mcp": {
      "env": {
        "COMPANY_URL": "your-company-url-here",
        "COMPANY_CODE": "your-company-code-here",
        "HILAN_DB_KEY": "your-hilan-db-key-here",
        "COMPANY_TENANT": "your-company-tenant-here",
        "NODE_EXTRA_CA_CERTS": "your-node-extra-ca-certs-here"
      },
      "args": [
        "-y",
        "hilan-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!