get_accounts
Pack: brreg-no · Endpoint: https://gateway.pipeworx.io/brreg-no/mcp
Annual financial statements (Regnskapsregisteret) for an entity by 9-digit org number. Returns an array, one element per filed year, with resultatregnskapResultat (income statement), eiendeler (assets), egenkapitalGjeld (equity & liabilities), valuta (currency), regnskapsperiode (period). e.g. {orgnr:“923609016”}.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
orgnr | string | yes | 9-digit org number, e.g. “923609016”. |
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_accounts","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.