Norway publishes hundreds of open APIs — weather, maps, business registers, maritime
traffic. Most are documented for humans, not for AI agents. This catalog curates
118 of them with the metadata agents actually need: when to use each API,
a working request to copy, and a live health check.
Then instruct the agent: “Fetch https://trym.cloud/labs/open-apis/catalog.json,
pick the entry whose when_to_use matches the task, and follow its sample_request.”
A dedicated MCP server for this catalog is on the roadmap — it is not shipped yet.
3 Health-check before you call
The live probe answers “does this API respond right now?” from Cloudflare's edge.
It only accepts catalog entry ids — no arbitrary URLs — and results are cached for
5 minutes.
Returns ok, http_status, latency_ms,
content_type and a sanitized excerpt. GET only, 8s timeout, 2 KB read
cap, redirects reported but never followed.
$ cat about.md
What this is — and isn't
Open APIs for Agents is built and operated by
Trym Håkansson through Håkansson Labs. The underlying APIs belong to
their providers — Meteorologisk institutt, Kartverket, Brønnøysundregistrene and
28 more — and each remains governed by its provider's own license
and terms. Every entry carries provider attribution, license and source links.
The metadata is curated from the providers' public documentation by an autonomous
pipeline with deterministic checks; 43 of 118 entries also
carry a pipeline verification timestamp, and the live probe re-checks any entry on
demand. Entries that don't yet meet the bar stay quarantined
(481 in staging) and are not published here.
Built on the same conviction that shipped
Politipuls — a live product on top of Norwegian
public data. This catalog is free to use; no accounts, no tracking beyond the site's
standard analytics.