mcpbeat Sign in

Hilma MCP Server

local only

Hilma MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 15 May 2026.

MCP server for Finnish public procurement notices (Hilma). Built by Aimiten.

Installs per day peak 25 · avg 7 · -4% w/w
a month agotoday
39
Installs / week
npm · hilma-mcp
0
Stars
0 open issues
15 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Hilma MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add hilma-mcp -- npx -y hilma-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hilma-mcp": {
      "args": [
        "-y",
        "hilma-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hilma-mcp]
command = "npx"
args = ["-y", "hilma-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hilma-mcp": {
      "args": [
        "-y",
        "hilma-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hilma-mcp": {
      "args": [
        "-y",
        "hilma-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HILMA_API_KEY (Hilma APIM avp-read subscription key. Get a free key at https://hns-hilma-prod-apim.developer.azure-api.net/), HILMA_READ_API_KEY (Same as HILMA_API_KEY — avp-read product includes EForms Read API. Required for get_notice_full tool.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hilma MCP

same job, measured the same way
Hilma
by pipeworx-io

Hilma MCP — Finnish government public procurement notices (keyed).

34 tools answering
Simap MCP
by digilac

MCP server for simap.ch - Swiss public procurement platform

308 installs/wk local only
Udbud Dk
by pipeworx-io

Udbud.dk MCP — Danish government public procurement notices (keyless).

34 tools answering
Spain Tenders
by pipeworx-io

Spain public procurement MCP — PLACSP tender notices (keyless).

39 tools answering
Tenderapi MCP
by idnsidns

MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.

343 installs/wk 3 tools answering
Doffin
by pipeworx-io

Doffin MCP — Norwegian government public procurement notices (BYOK / platform key).

34 tools answering
France Boamp
by pipeworx-io

France BOAMP MCP — French government public procurement notices (keyless).

38 tools answering
PNCP
by mcp-dir

Search Brazilian government tenders and public procurement (PNCP): find notices and auctions by keyw

19 tools answering

Hilma MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hilma MCP?
Hilma MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hilma-mcp was installed 39 times last week.
How do I connect Hilma MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hilma-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hilma MCP?
The npm package hilma-mcp was installed 39 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hilma MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.