loading…
Search for a command to run...
loading…
Provides access to Norway's official business registry for searching companies, looking up organizational details, and identifying company roles and sub-units.
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.
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.
| Tool | Description |
|---|---|
search_companies |
Search by name, municipality, industry code, org form, min employees |
company_lookup |
Detailed lookup by 9-digit organization number |
search_subunits |
Find branches/offices (underenheter) of a company |
company_roles |
Board members, CEO, auditor, and other roles |
Brønnøysundregistrene — Norway's official business registry. Free API, no authentication required, no rate limits documented.
npx mcp-norwegian-companies
Add to claude_desktop_config.json:
{
"mcpServers": {
"norwegian-companies": {
"command": "npx",
"args": ["-y", "mcp-norwegian-companies"]
}
}
}
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
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-norwegian-companies": {
"command": "npx",
"args": []
}
}
}