hilma_notice_lookup
Pack: hilma · Endpoint: https://gateway.pipeworx.io/hilma/mcp
Look up a single Finnish public procurement notice on Hilma (hankintailmoitukset.fi) by its Hilma notice number (e.g. “2026-012345”) or index document id. Returns the index metadata for that notice — buyer organisation, publication date, CPV codes, procurement project id, and national/framework/dynamic-purchasing flags.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
notice_number | string | no | Hilma notice number, e.g. “2026-012345”. Provide this or “id”. |
id | string | no | Index document id from a previous hilma_search result. Provide this or “notice_number”. |
Example call
curl -X POST https://gateway.pipeworx.io/hilma/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"hilma_notice_lookup","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"hilma": {
"url": "https://gateway.pipeworx.io/hilma/mcp"
}
}
}
See Getting Started for client-specific install steps.