- Home
- MCP servers
- Norwegian Brreg
Norwegian Brreg
- javascript
7
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"reidar80-brreg-mcp": {
"command": "brreg-mcp",
"args": []
}
}
}You can access comprehensive data from the Norwegian Business Registry through a dedicated MCP server. Query companies, subsidiaries, board members, organizational forms, and voluntary organizations, and receive real-time updates to support due diligence, market research, and compliance work.
How to use
Connect to the Norwegian Business Registry MCP server using a local MCP client. You will interact with a set of standardized endpoints to search entities, retrieve detailed information, and track changes over time. Use the client’s tooling to filter by name, location, industry, and registration status, or fetch full entity profiles, governance data, and subsidiary hierarchies. You can also query reference data such as organizational forms and municipalities, as well as voluntary organizations with ICNPO classifications. When you perform updates, you can monitor changes to entities, sub-entities, and roles.
How to install
# 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
Additional sections
Configuration, security, and ongoing usage notes are provided to help you run the server reliably and securely in your environment.
Available tools
search_entities
Search Norwegian companies with comprehensive filters to find entities by name, location, industry, employee count, and status.
get_entity
Retrieve detailed information about a specific company by its organization number.
get_entity_roles
Get board members, management, and auditor information for a given entity.
search_sub_entities
Find subsidiaries, branches, and departments related to a parent entity.
get_sub_entity
Get detailed information about a specific subsidiary or sub-entity.
get_organizational_forms
List Norwegian business entity types and their descriptions.
get_organizational_form
Provide details for a specific organizational form.
get_municipalities
Retrieve Norwegian municipalities and geographic codes.
get_municipality
Get detailed information for a specific municipality.
search_voluntary_organizations
Search non-profit organizations in Norway with ICNPO classifications.
get_voluntary_organization
Fetch detailed information about a voluntary organization.
get_icnpo_categories
Return ICNPO category classifications for non-profit entities.
get_entity_updates
Track changes in company registrations over time.
get_sub_entity_updates
Monitor changes in subsidiaries and related structures.
get_role_updates
Follow changes in board, management, and governance roles.