MCP Hub
Back to servers

mcp-norwegian-companies

Provides access to Norway's official business registry for searching companies, looking up organizational details, and identifying company roles and sub-units. It utilizes data from Brønnøysundregistrene to enable detailed queries by industry, municipality, or organization number.

Updated
Feb 19, 2026

mcp-norwegian-companies 🇳🇴

MCP server for the Norwegian company registry (Brønnøysundregistrene / Enhetsregisteret).

Look up Norwegian companies, search by name/industry/municipality, find sub-units (branches), and list company roles (board members, CEO, auditor).

Part of the Nordic MCP Toolkit — open-source MCP servers for Nordic public data.

Tools

ToolDescription
search_companiesSearch by name, municipality, industry code, org form, min employees
company_lookupDetailed lookup by 9-digit organization number
search_subunitsFind branches/offices (underenheter) of a company
company_rolesBoard members, CEO, auditor, and other roles

Data Source

Brønnøysundregistrene — Norway's official business registry. Free API, no authentication required, no rate limits documented.

Quick Start

npx mcp-norwegian-companies

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "norwegian-companies": {
      "command": "npx",
      "args": ["-y", "mcp-norwegian-companies"]
    }
  }
}

Examples

Search for tech companies in Oslo:

Search Norwegian companies with industry code 62.010 in Oslo

Look up a specific company:

Look up Norwegian company 923609016

Find all branches of DNB:

Search sub-units of Norwegian company 984851006

Also in the Nordic MCP Toolkit

License

MIT

Reviews

No reviews yet

Sign in to write a review

mcp-norwegian-companies — MCP Server | MCP Hub