Norwegian Business Registry MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_entitiesC | Search for Norwegian business entities (hovedenheter) with various filters |
| get_entityB | Get detailed information about a specific Norwegian business entity |
| get_entity_rolesC | Get all roles for a specific entity |
| search_sub_entitiesC | Search for Norwegian business sub-entities (underenheter) with various filters |
| get_sub_entityC | Get detailed information about a specific Norwegian business sub-entity |
| get_organizational_formsC | Get all organizational forms used in the Norwegian business registry |
| get_organizational_formB | Get information about a specific organizational form |
| get_municipalitiesC | Get all Norwegian municipalities |
| get_municipalityB | Get information about a specific Norwegian municipality |
| get_entity_updatesC | Get updates on entities for maintaining a local copy of the registry |
| get_sub_entity_updatesC | Get updates on sub-entities for maintaining a local copy of the registry |
| get_role_updatesC | Get role updates for entities |
| search_voluntary_organizationsC | Search voluntary organizations in the voluntary organization registry |
| get_voluntary_organizationC | Get detailed information about a specific voluntary organization |
| get_icnpo_categoriesC | Get ICNPO (International Classification of Non-Profit Organisation) categories |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Most tools have clearly distinct purposes targeting specific resources like entities, sub-entities, municipalities, or organizational forms. However, some overlap exists between get_entity_updates and get_role_updates, which both involve updates and could cause minor confusion in selection.
All tools follow a consistent verb_noun pattern with 'get_' or 'search_' prefixes, making them predictable and easy to understand. The naming is uniform across all 15 tools without any deviations in style.
With 15 tools, the server is well-scoped for its domain of Norwegian business registry data. Each tool serves a specific function, such as retrieving, searching, or updating different entity types, and none appear redundant or unnecessary.
The toolset provides comprehensive coverage for querying and searching various registry components, including entities, sub-entities, municipalities, and organizational forms. A minor gap is the lack of update or delete operations, but this is reasonable for a read-only registry interface.