Skip to main content
Glama

mcp-brreg

An MCP server for Enhetsregisteret, the Norwegian Central Coordinating Register for Legal Entities.

Gives an AI agent direct access to the Norwegian company register: look up an organisation number, search by name or industry, list companies registered in a municipality this month, or read the registered board of a company.

Why

Every Norwegian developer, analyst or salesperson eventually needs the same thing — company data from Brønnøysund — and ends up writing the same fetch wrapper. This is that wrapper, exposed as tools an agent can call directly.

Unlike a lot of public-data projects, there is no local copy and no scheduled harvest here. Enhetsregisteret is an official, documented, unauthenticated API that answers fast, so the server queries it live. The data you get is the register as it stands right now.

Related MCP server: mcp-cvr-dk

Tools

Tool

What it does

search_companies

Search by name, industry code (NACE), municipality or legal form

get_company

Full register record for one organisation number

list_recent_registrations

Companies entered into the register within a recent date window

get_roles

Registered roles — chair, board members, general manager

Filters accept comma-separated values, so municipalityNumber: "3103,3105" covers several municipalities in one call and organisationForm: "AS,ENK" covers several legal forms.

Install

git clone https://github.com/DimaVasilenko-Intune/mcp-brreg.git
cd mcp-brreg
npm install
npm run build
claude mcp add brreg -- node "$(pwd)/dist/server.js"

Any MCP client works — it is a plain stdio server:

{
  "mcpServers": {
    "brreg": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-brreg/dist/server.js"]
    }
  }
}

Examples

Once connected, an agent can answer things like:

  • "Which limited companies were registered in Moss in the last 30 days?"

  • "Look up organisation number 923609016 and tell me who chairs the board."

  • "Find bakeries in Fredrikstad that have no website registered."

Data source

Enhetsregisteret at data.brreg.no — public, free and unauthenticated. No API key is needed and this server sends none. The register is maintained by Brønnøysundregistrene; this project only reshapes what it publishes.

A note on personal data: get_roles returns the names of people holding registered roles. That information is public by law and already served by the register to anyone who asks — this server does not widen access to it. If you build something on top, the usual rules about processing personal data still apply to you.

Development

npm run dev     # run from source
npm run build   # compile to dist/

License

MIT © Dima Vasilenko

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Nordic company registries. Verify companies, check board members, signing authority, and financial data across Norway, Denmark, Finland, and Sweden using official public APIs. 23 tools covering search, details, roles, and batch lookups.
    19
    9
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server to find and fetch Norwegian open government data from data.norge.no. Enables search, metadata retrieval, and data download.
    5
    3
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for the Finnish Business Register (PRH/YTJ). Look up any Finnish company by Business ID (Y-tunnus) or name.
    20
    MIT

View all related MCP servers

Related MCP Connectors

  • Brønnøysund Register Centre (BRREG) MCP — Norway's official business register.

  • Companies House MCP — UK statutory company registry (BYO key)

  • Remote MCP server to enrich company profiles with structured B2B data and confidence scores.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DimaVasilenko-Intune/mcp-brreg'

If you have feedback or need assistance with the MCP directory API, please join our Discord server