get_sub_entity

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

Full record for one sub-entity/branch (underenhet) by 9-digit org number. e.g. {orgnr:“973861883”} (Equinor ASA AVD CCB SOTRA).

Parameters

NameTypeRequiredDescription
orgnrstringyes9-digit sub-entity org number, e.g. “973861883”.

Example call

Arguments

{
  "orgnr": "973861883"
}

curl

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":"get_sub_entity","arguments":{"orgnr":"973861883"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('get_sub_entity', {
  "orgnr": "973861883"
});

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 August 28, 2026