brreg_search_companies
Search for Norwegian companies in Brønnøysundregistrene (Enhetsregisteret). Returns org number, name, address, industry code, and status.
Provider: Brønnøysundregistrene · Required: query
Input schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"size": {
"type": "number",
"description": "Results to return (1–20, default 5)"
},
"query": {
"type": "string",
"description": "Company name or partial name"
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name brreg_search_companies.