Back to Browse

Norwegian Data MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Norwegian public data: companies, statistics, exchange rates, addresses, property. Zero API keys.

About

Norwegian public data: companies, statistics, exchange rates, addresses, property. Zero API keys.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-7nashinick-norwegian-data-mcp": {
      "args": [
        "norwegian-data-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolAnswersSource
search_companies"find companies that..."Brønnøysundregistrene
get_companyfull company record by orgnrBrønnøysundregistrene
get_company_rolesboard, CEO, auditorBrønnøysundregistrene
get_company_financialslatest filed revenue, profit, balance sheetRegnskapsregisteret
get_group_structuresubsidiaries and ownership stakes as a treeBrønnøysundregistrene
search_statisticsfind any of SSB's ~7,000 tablesSSB (Statistics Norway)
get_table_infoa table's variables and value codesSSB
get_statisticsthe numbers, as compact CSVSSB
get_key_seriesCPI, population, unemployment, house prices, wages, interest rates in one callSSB
get_exchange_ratesdaily NOK rates for any currencyNorges Bank
search_addressaddress to coordinates + gnr/bnrKartverket
reverse_geocodecoordinates to nearest addressesKartverket
get_propertycadastral parcel location and boundaryKartverket
get_placemountains, lakes, farms to coordinatesKartverket

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

RegisterLicenseTerms
SSB, Statistics NorwayCC BY 4.030 requests/minute, respected client-side
Brønnøysundregistrene (Enhetsregisteret, Regnskapsregisteret)NLOD 2.0open API, fair use
Norges Bank (exchange rates)NLOD 2.0open 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_roles serves.
  • 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

Reviews

No reviews yet

Be the first to review this server!