- Home
- MCP servers
- Norwegian Companies
Norwegian Companies
- javascript
0
GitHub Stars
javascript
Language
4 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": {
"robobobby-mcp-norwegian-companies": {
"command": "npx",
"args": [
"-y",
"mcp-norwegian-companies"
]
}
}
}You can query the Norwegian company registry data from Brønnøysundregistrene and quickly look up companies, their branches, and key roles. This MCP server lets you search by name, municipality, and industry, fetch detailed company records by organization number, discover subunits like branches, and list board members, the CEO, and auditors for a given company.
How to use
You will interact with the MCP server using a client compatible with MCP endpoints. Use the available tools to perform practical tasks such as searching for companies by name or industry, looking up a specific company by its nine‑digit organization number, finding branches, and listing official roles.
How to install
Prerequisites you need before running the MCP server:
-
- npm (comes with Node.js) or yarn for package management.
Step by step to start the MCP server locally:
# Install and run the MCP server locally
npx mcp-norwegian-companies
Available tools
search_companies
Search by name, municipality, industry code, org form, and minimum employees.
company_lookup
Retrieve detailed information for a specific company using its 9-digit organization number.
search_subunits
Find branches or subunits (underenheter) of a company.
company_roles
List board members, CEO, auditor, and other official roles.