brreg_get_company
Get full details for a Norwegian company by organisation number (9 digits). Returns name, address, founders, industry, registered date, and more.
Provider: Brønnøysundregistrene · Required: orgNr
Input schema
{
"type": "object",
"required": [
"orgNr"
],
"properties": {
"orgNr": {
"type": "string",
"description": "9-digit Norwegian organisation number"
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name brreg_get_company.