search_entities

Pack: brreg-no · Endpoint: https://gateway.pipeworx.io/brreg-no/mcp

Search Norwegian companies/organisations (Enhetsregisteret) by name + filters. Results under _embedded.enheter. navn=name, organisasjonsform=org form (e.g. ASA, AS, ENK), naeringskode=industry, forretningsadresse=business address. e.g. {navn:“equinor”} or {navn:“bank”, organisasjonsform:“ASA”, kommunenummer:“0301”}.

Parameters

NameTypeRequiredDescription
navnstringnoFull-text name search, e.g. “equinor”.
organisasjonsformstringnoOrg form code, e.g. “ASA”, “AS”, “ENK”.
kommunenummerstringnoMunicipality number, e.g. “0301” (Oslo).
sizenumbernoResults per page (default 20, max 10000).
pagenumbernoZero-based page number (default 0).

Example call

curl -X POST https://gateway.pipeworx.io/brreg-no/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_entities","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "brreg-no": {
      "url": "https://gateway.pipeworx.io/brreg-no/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026