norwegian-data-mcp
Norwegian public data in your AI assistant: companies, statistics, addresses, property. One MCP server, zero API keys, zero signup.
Ask Claude (or any MCP client) things like "who is on the board of Equinor and what was their revenue last year?" or "how has Norwegian inflation moved this year?" and it answers from the official registers, with sources.
Install
Claude Code:
claude mcp add norway -- uvx norwegian-data-mcp
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"norway": {
"command": "uvx",
"args": ["norwegian-data-mcp"]
}
}
}
Any other MCP client: run uvx norwegian-data-mcp (or pip install norwegian-data-mcp and run norwegian-data-mcp) as a stdio server.
Tools
| Tool | Answers | Source |
|---|---|---|
search_companies |
"find companies that..." | Brønnøysundregistrene |
get_company |
full company record by orgnr | Brønnøysundregistrene |
get_company_roles |
board, CEO, auditor | Brønnøysundregistrene |
get_company_financials |
latest filed revenue, profit, balance sheet | Regnskapsregisteret |
get_group_structure |
subsidiaries and ownership stakes as a tree | Brønnøysundregistrene |
search_statistics |
find any of SSB's ~7,000 tables | SSB (Statistics Norway) |
get_table_info |
a table's variables and value codes | SSB |
get_statistics |
the numbers, as compact CSV | SSB |
get_key_series |
CPI, population, unemployment, house prices, wages, interest rates in one call | SSB |
get_exchange_rates |
daily NOK rates for any currency | Norges Bank |
search_address |
address to coordinates + gnr/bnr | Kartverket |
reverse_geocode |
coordinates to nearest addresses | Kartverket |
get_property |
cadastral parcel location and boundary | Kartverket |
get_place |
mountains, lakes, farms to coordinates | Kartverket |
Try these
- "Who is on the board of Equinor, and what was their revenue last year?"
- "Find all breweries in Bergen. Any of them bankrupt?"
- "What's Norway's inflation rate right now, and how does the last year look?"
- "Population of Oslo over the last 10 years."
- "What are the coordinates and gnr/bnr of Karl Johans gate 22, Oslo?"
- "Norwegian mortgage and policy interest rates over the last two years."
- "How has the krone moved against the dollar and euro this month?"
- "Map Equinor's subsidiaries with ownership stakes."
How responses look
Every tool returns a compact JSON envelope: the data (statistics come as CSV, the most token-efficient table format), a hints list that tells the model how to narrow or continue, and a source string naming the register and license. Responses are capped in size; SSB's dense JSON-stat2 cubes are flattened to plain tables with time on the rows.
When SSB closes a table (it happens: CPI table 03013 was replaced by 14700 in 2026), the server reads the succession note and follows or suggests the successor instead of failing.
Data sources and licenses
| Register | License | Terms |
|---|---|---|
| SSB, Statistics Norway | CC BY 4.0 | 30 requests/minute, respected client-side |
| Brønnøysundregistrene (Enhetsregisteret, Regnskapsregisteret) | NLOD 2.0 | open API, fair use |
| Norges Bank (exchange rates) | NLOD 2.0 | open SDMX API |
| Kartverket (addresses, cadastre, place names) | CC BY 4.0 | © Kartverket |
All four are open government data with no key or registration. Every response carries its attribution, so the model can cite it.
What this server will not do
- Property owners, buildings, valuations, grunnbok: Norway keeps these behind a licensed Matrikkel agreement that private individuals cannot apply for. No open API exists, so no tool pretends otherwise.
- Shareholder registers and tax lists: no open APIs exist; tax-list searches are logged and the searched person is notified.
- Person search: looking up all roles a person holds across companies is legally restricted (enhetsregisterloven §9-1). Per-company roles are the lawful slice and that is what
get_company_rolesserves. - Historical financials: the open Regnskapsregisteret API serves the latest filed year only; the tool links the official annual-report PDF for the rest.
Development
python -m venv .venv && .venv/bin/pip install -e '.[dev]'
.venv/bin/pytest # offline, fixtures only
.venv/bin/pytest -m live --override-ini addopts='' # live smoke against the real APIs
Runtime dependencies are mcp and httpx, nothing else. Responses are cached with per-source TTLs (in memory plus ~/.cache/norwegian-data-mcp, disable with NORWEGIAN_DATA_MCP_CACHE=off), and a stale cached copy is served with a note if a register is briefly unreachable.
Roadmap
- plot area via the Teig WFS, daily policy-rate series, elevation and kommune info tools
- streamable HTTP transport for hosted use
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file norwegian_data_mcp-0.2.0.tar.gz.
File metadata
- Download URL: norwegian_data_mcp-0.2.0.tar.gz
- Upload date:
- Size: 90.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88a8ba6811221d51ab3c677d12eeabdfc5a6a340720e5bbe3eb210a621cb94f7
|
|
| MD5 |
d285df840d44117e266c8d966d53c5cf
|
|
| BLAKE2b-256 |
295de8604800dee3fcd7438ac28d164fb2b13c3394f117742cf1027b140c144f
|
Provenance
The following attestation bundles were made for norwegian_data_mcp-0.2.0.tar.gz:
Publisher:
release.yml on 7nashinick/norwegian-data-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
norwegian_data_mcp-0.2.0.tar.gz -
Subject digest:
88a8ba6811221d51ab3c677d12eeabdfc5a6a340720e5bbe3eb210a621cb94f7 - Sigstore transparency entry: 2621486774
- Sigstore integration time:
-
Permalink:
7nashinick/norwegian-data-mcp@911afb7033c13a2c84bc679a5cdd0d1354e5367b -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/7nashinick
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@911afb7033c13a2c84bc679a5cdd0d1354e5367b -
Trigger Event:
push
-
Statement type:
File details
Details for the file norwegian_data_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: norwegian_data_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cbcb082c5c322ebeefb2c221f0220bcd717bd15d94d6ede5e2f993db6ca69e9
|
|
| MD5 |
dee26d847b20b6daf8b40c0d1781fcaf
|
|
| BLAKE2b-256 |
783f4ad36b92a7beeb8898e27508a4277a0ff2fc0c87623d3517fe73e98b2c44
|
Provenance
The following attestation bundles were made for norwegian_data_mcp-0.2.0-py3-none-any.whl:
Publisher:
release.yml on 7nashinick/norwegian-data-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
norwegian_data_mcp-0.2.0-py3-none-any.whl -
Subject digest:
3cbcb082c5c322ebeefb2c221f0220bcd717bd15d94d6ede5e2f993db6ca69e9 - Sigstore transparency entry: 2621486804
- Sigstore integration time:
-
Permalink:
7nashinick/norwegian-data-mcp@911afb7033c13a2c84bc679a5cdd0d1354e5367b -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/7nashinick
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@911afb7033c13a2c84bc679a5cdd0d1354e5367b -
Trigger Event:
push
-
Statement type: