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
| Name | Type | Required | Description |
|---|---|---|---|
orgnr | string | yes | 9-digit sub-entity org number, e.g. “973861883”. |
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":"get_sub_entity","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.