Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. đŸ’» Developer Tools
  3. Hilma Mcp
H
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:45:37 PM

Hilma Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON â–Ÿ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "hilma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hilma-mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesđŸ’» More in Developer Tools

Documentation Overview

hilma-mcp

MCP (Model Context Protocol) -serveri Suomen julkisille hankintailmoituksille — hankintailmoitukset.fi (Hilma).

Mahdollistaa hankintailmoitusten haun suoraan Claude-assistentista ilman erillistÀ selainta.

Kieliversio: Ohjeet suomeksi alla. English instructions further down.


Vaatimukset

  • Node.js versio 18 tai uudempi
  • Claude Desktop tai Claude Cowork (MCP-tuki)
  • Hilma AVP API -avain (ks. alla)

Asennus

1. Kloonaa repo

bash
git clone https://github.com/Aimiten/hilma-mcp.git
cd hilma-mcp

2. Asenna riippuvuudet ja buildaa

Terminal
npm install
npm run build

TÀmÀ luo dist/index.js-tiedoston, jota Claude ajaa.

3. Luo .env-tiedosto

bash
cp .env.example .env

Avaa .env tekstieditorissa ja lisÀÀ API-avaimesi:

Code
HILMA_API_KEY=oma-avp-read-avain-tÀhÀn
HILMA_READ_API_KEY=oma-avp-read-avain-tÀhÀn

Huom: Molemmat kentĂ€t kĂ€yttĂ€vĂ€t samaa avainta — avp-read-tuote sisĂ€ltÀÀ jo Read API (EForms) -rajapinnan, joten erillistĂ€ tilausta ei tarvita.

Hanki avain ilmaiseksi:

  1. Mene osoitteeseen https://hns-hilma-prod-apim.developer.azure-api.net/
  2. Rekisteröidy tai kirjaudu → Products → avp-read → Subscribe
  3. Kopioi Primary key Profile-sivulta

Huom: .env-tiedostoa ei koskaan commitoida GitHubiin — se on jo .gitignore:ssa.

4. LisÀÀ Claude-konfiguraatioon

Avaa Claude Desktopin konfiguraatiotiedosto:

KÀyttöjÀrjestelmÀPolku
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json

LisÀÀ tai muokkaa mcpServers-osiota:

config.json
{
  "mcpServers": {
    "hilma": {
      "command": "node",
      "args": ["/ABSOLUUTTINEN/POLKU/hilma-mcp/dist/index.js"]
    }
  }
}

TÀrkeÀÀ: Korvaa /ABSOLUUTTINEN/POLKU/hilma-mcp oikealla polulla omalla koneellasi. Esimerkiksi:

  • macOS: /Users/sinunnimesi/hilma-mcp/dist/index.js
  • Windows: C:\\Users\\sinunnimesi\\hilma-mcp\\dist\\index.js

4. KÀynnistÀ Claude uudelleen

Hilma ilmestyy connectors-listaan uudelleenkÀynnistyksen jÀlkeen.


API-avain

Serveri vaatii oman API-avaimen — sitĂ€ ei ole bundlattu koodiin tietoturvasyistĂ€.

  1. Rekisteröidy ilmaiseksi: https://hns-hilma-prod-apim.developer.azure-api.net/
  2. LisÀÀ avain .env-tiedostoon (suositeltu):
    Code
    HILMA_API_KEY=oma-avaimesi-tÀhÀn
    
  3. Tai anna se suoraan Claude-konfiguraatiossa:
    config.json
    {
      "mcpServers": {
        "hilma": {
          "command": "node",
          "args": ["/polku/hilma-mcp/dist/index.js"],
          "env": {
            "HILMA_API_KEY": "oma-avaimesi-tÀhÀn"
          }
        }
      }
    }
    

Työkalut

TyökaluKuvausVaatii
search_noticesHae ilmoituksia CPV-koodeilla, hakusanalla, pÀivÀmÀÀrÀllÀHILMA_API_KEY
get_notice_summaryYksittÀisen ilmoituksen metatiedot noticeId:llÀHILMA_API_KEY
get_expiring_soonIlmoitukset joiden deadline on N pÀivÀn sisÀllÀHILMA_API_KEY
get_notice_fullTĂ€ysi eForms XML + yhteystiedot (BT-502/503/506)HILMA_READ_API_KEY

search_notices — Hankintailmoitusten haku

ParametriTyyppiKuvaus
searchstringVapaatekstihaku. "*" = kaikki.
cpv_codesstring[]CPV-koodit, esim. ["71200000", "72000000"]. OR-logiikka.
notice_typestringContractNotices / ContractAwardNotices / PlanNotices
procurement_typestringservices / works / supplies
procedure_typestringopen / restricted / negotiated
daysnumberViimeiset N pÀivÀÀ
hoursnumberViimeiset N tuntia
topnumberMax tuloksia (1–100, oletus 20)

get_notice_summary — YksittĂ€isen ilmoituksen yhteenveto

ParametriTyyppiKuvaus
notice_idnumberIlmoituksen numeerinen ID

KĂ€yttÀÀ search-APIa — ei vaadi erillistĂ€ tilausta. Palauttaa kaikki metatiedot: tilaaja, deadline, arvo, CPV, portaali-URL.

get_expiring_soon — LĂ€hestyvĂ€t deadlinet

ParametriTyyppiKuvaus
daysnumberHae deadlinet seuraavan N pÀivÀn sisÀllÀ
cpv_codesstring[]Rajaa CPV-koodeilla (valinnainen)

JÀrjestÀÀ tulokset deadlinen mukaan nousevaan jÀrjestykseen.

get_notice_full — TĂ€ydet tiedot eForms XML:stĂ€

ParametriTyyppiKuvaus
notice_idnumberIlmoituksen numeerinen ID

Vaatii HILMA_READ_API_KEY (sama avain kuin HILMA_API_KEY — sisĂ€ltyy avp-read-tilaukseen). Palauttaa:

  • Yhteystiedot: BT-502 (nimi), BT-503 (sĂ€hköposti), BT-506 (puhelin)
  • Tarjousportaalin URL:t
  • Koko eForms XML -raakadata

API-viite

Perustuu viralliseen Hilma API -dokumentaatioon.

  • Hakuendpoint: POST https://api.hankintailmoitukset.fi/avp/eformnotices/docs/search
  • YksittĂ€inen ilmoitus: GET https://api.hankintailmoitukset.fi/avp/eformnotices/docs/{noticeId}
  • Autentikointi: Ocp-Apim-Subscription-Key -header

English

Quick install

bash
git clone https://github.com/Aimiten/hilma-mcp.git
cd hilma-mcp
npm install && npm run build
cp .env.example .env   # then add your API key to .env

Get a free API key at: https://hns-hilma-prod-apim.developer.azure-api.net/

Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

config.json
{
  "mcpServers": {
    "hilma": {
      "command": "node",
      "args": ["/absolute/path/to/hilma-mcp/dist/index.js"]
    }
  }
}

Restart Claude. The Hilma connector will appear in the connectors list.


Lisenssi / License

MIT — ks. LICENSE.


Aimiten

TĂ€mĂ€ MCP-serveri on toteutettu osana Aimitenin AI-konsultointia. Aimiten Oy auttaa suomalaisia pk-yrityksiĂ€ ottamaan tekoĂ€lyn (Claude, Copilot, Gemini, n8n) kĂ€ytĂ€ntöön — koulutus, konsultointi ja kevyet Managed Agents -toteutukset.

  • 🌐 Verkkosivu: aimiten.fi
  • 📖 Claude Code -opas (suomeksi): aimiten.fi/oppaat/claude-ai
  • đŸ› ïž MCP-palvelimet & integraatiot: aimiten.fi/palvelut
  • đŸ‘€ TekijĂ€t: Sampsa Sironen (CEO) + Ville Grönlund (Co-Founder)

This MCP server is built and maintained by Aimiten, a Finnish AI consultancy specializing in Claude, Copilot, and Gemini integrations for SMEs.

Related MCP Servers

View all in Developer Tools View all alternatives
  • S
    Simap Mcp

    MCP server for SIMAP.ch - Swiss public procurement platform

    đŸ’» Developer Tools1 views
    Compare vs Simap Mcp →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    đŸ’» Developer Tools0 views
    Compare vs Ai Netcafe →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    đŸ’» Developer Tools7 views
    Compare vs Claude Task Master →
  • S
    Smithery Ai Cookbook Python Quickstart

    A simple MCP server built with FastMCP and python

    đŸ’» Developer Tools0 views
    Compare vs Smithery Ai Cookbook Python Quickstart →

Frequently Asked Questions about Hilma Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hilma-mcp": { "command": "npx", "args": ["-y", "hilma-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHilma Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hilma-mcp?style=directory)](https://allmcps.com/mcp/hilma-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/hilma-mcp"><img src="https://allmcps.com/api/badge/hilma-mcp?style=directory" alt="Hilma Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryđŸ’»Developer Tools
More technical detailsExpand â–Ÿ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated â–Ÿ
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in đŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to Hilma Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code