Norwegian Business Registry MCP Server

Norwegian Business Registry MCP Server

Enables comprehensive access to the Norwegian Business Registry API for querying company information, board members, subsidiaries, organizational data, and voluntary organizations. Provides real-time access to over 1 million registered Norwegian entities with detailed corporate structure and governance data.

Category
Visit Server

README

Norwegian Business Registry MCP Server

A Model Context Protocol (MCP) server providing comprehensive access to the Norwegian Business Registry (Brønnøysundregistrene) API. Query Norwegian companies, subsidiaries, board members, organizational data, and voluntary organizations through AI assistants like Claude.

Features

  • Company Search: Find Norwegian businesses by name, location, industry, employee count, and registration status
  • Detailed Company Information: Access comprehensive data including financial status, contact information, and corporate structure
  • Board and Management Data: Retrieve current board members, management roles, and corporate governance information
  • Subsidiary Relationships: Explore parent-subsidiary relationships and corporate hierarchies
  • Reference Data: Access organizational forms, municipalities, industry classifications, and regulatory information
  • Voluntary Organizations: Query Norway's registry of non-profit organizations with ICNPO classifications
  • Real-time Updates: Track changes in company registrations and corporate structures

Installation

Global Installation

npm install -g brreg-mcp-server

Local Development

git clone https://github.com/reidar80/brreg-mcp-server.git
cd brreg-mcp-server
npm install
npm run build

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "brreg-api": {
      "command": "brreg-mcp",
      "args": []
    }
  }
}

After configuration, restart Claude Desktop. The Norwegian Business Registry tools will be available for queries.

Example Queries

  • "Find Norwegian oil and gas companies with more than 1000 employees"
  • "Get detailed information about Equinor ASA"
  • "Show me all board members of DNB Bank"
  • "List subsidiaries of Telenor Group"
  • "Find sports organizations in Oslo registered as voluntary organizations"
  • "What are the different organizational forms available in Norway?"

Available Tools

Entity Operations

  • search_entities - Search Norwegian companies with comprehensive filters
  • get_entity - Retrieve detailed company information by organization number
  • get_entity_roles - Get board members, management, and auditor information

Sub-entity Operations

  • search_sub_entities - Find subsidiaries, branches, and departments
  • get_sub_entity - Get detailed information about specific sub-entities

Reference Data

  • get_organizational_forms - Norwegian business entity types and descriptions
  • get_organizational_form - Specific organizational form details
  • get_municipalities - Norwegian municipalities and geographic codes
  • get_municipality - Specific municipality information

Voluntary Organizations

  • search_voluntary_organizations - Search non-profit organizations
  • get_voluntary_organization - Detailed voluntary organization information
  • get_icnpo_categories - International Classification of Non-Profit Organisation categories

Data Synchronization

  • get_entity_updates - Track changes in company registrations
  • get_sub_entity_updates - Monitor subsidiary changes
  • get_role_updates - Follow board and management changes

Use Cases

  • Due Diligence: Research companies, their leadership, and corporate structure
  • Market Research: Analyze industry sectors, company sizes, and geographic distribution
  • Compliance Monitoring: Track regulatory changes and corporate governance updates
  • Business Intelligence: Understand Norwegian market dynamics and competitive landscapes
  • Academic Research: Access comprehensive data on Norwegian business ecosystem
  • Legal Research: Verify corporate information and regulatory status

Data Source

This MCP server uses the official Norwegian Business Registry API provided by Brønnøysundregistrene. The registry contains:

  • Over 1 million registered entities
  • Complete corporate hierarchies and ownership structures
  • Real-time updates on business registrations and changes
  • Comprehensive board and management information
  • Full regulatory and compliance status data

All data is public information made available under the Norwegian License for Open Government Data (NLOD).

Requirements

  • Node.js 18.0.0 or higher
  • NPM 8.0.0 or higher
  • Internet connection for API access

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Add tests for new functionality
  5. Commit your changes (git commit -m 'Add amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

Issues and Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

The Norwegian Business Registry data is provided under the Norwegian License for Open Government Data (NLOD) by Brønnøysundregistrene.

Author

Reidar J. Boldevin

  • Email: reidar.boldevin@outlook.com
  • GitHub: @reidar80

Sponsorship

If this MCP server helps your business or research, consider supporting its development:

Your support helps maintain and improve this tool for the Norwegian business community.

Attribution

This MCP server provides a modern interface to data from Brønnøysundregistrene (The Brønnøysund Register Centre), Norway's official business registry. Special thanks to Brønnøysundregistrene for maintaining comprehensive open data APIs that make projects like this possible.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured