nordic-data is on npm
You can now do this:
npx nordic-data lookup 923609016
And get the full picture of any Norwegian company — name, address, NACE codes, latest accounts, board, leadership, contacts, sanctions hits, procurement wins, EU grants — without signing up or entering a card.
The four free lookups
Every IP gets 4 full snapshots per 24 hours through the public widget tier. Enough for a one-off due-diligence check, board-meeting prep, or "is this counterparty real?". No key, no headers, no nothing.
$ npx nordic-data search equinor
8 result(s) for "equinor"
923609016 EQUINOR ASA · STAVANGER
...
$ npx nordic-data lookup 923609016
EQUINOR ASA (923609016)
Status active
Founded 1995-03-12
Legal form ASA (Allmennaksjeselskap)
Address Forusbeen 50, 4035 STAVANGER
Employees 21,376
Revenue (2024) USD 72.5B
Net result USD 8.1B
Board chair Jon Erik Reinhardsen
CEO Anders Opedal
...
When 4 isn't enough
Get a free API key (5,000 requests/month, no card) in 30 seconds:
npx nordic-data signup
# or visit https://nordicdata.cloud/?signup=free
Set it once:
export NORDIC_DATA_KEY=nrd_live_...
And every subcommand is paid-tier:
npx nordic-data contacts 923609016
npx nordic-data finances 923609016
npx nordic-data procurement 923609016
npx nordic-data grants 923609016
npx nordic-data sanctions 923609016
npx nordic-data shareholders 923609016
MCP for Claude Desktop, Cursor, and Codeium
The same data is exposed as an MCP server, so Claude can call it directly:
npx nordic-data mcp
That prints the JSON snippet to paste into your claude_desktop_config.json or Cursor's MCP settings. The server is also listed on Smithery and mcp.so.
What's under the hood
Every command hits the same API that powers the web product. Open the coverage page for the honest vendor benchmark against Proff, Bisnode, BvD/Orbis, Apollo, OpenCorporates, Sumsub, and Strise. The docs describe every REST endpoint. The CLI source is on GitHub.
Install globally if you prefer
npm install -g nordic-data
nordic-data lookup 923609016
Issues, ideas, or you found a bug? support@nordicdata.cloud.
Try it on a real company right now
No card, no signup, 4 free lookups every 24h.
Open the live lookup →