← projects / brreg-mcp
MCP SERVER · 2026

Brreg MCP

MCP server for Brønnøysundregistrene — look up Norwegian companies, roles, and subunits from Claude Code.

clientopen source
roledesign, eng, docs
statusshipped · npm + github
stackjavascript · node · mcp
licenseMIT
year2026
brreg-mcp
> mcp call brreg.lookup org=991825827
{ name: "Norsk Tipping AS",
orgnr: "991825827",
form: "AS",
roles: [...] }
>
01 — WHY IT EXISTS
Norway's company registry, exposed to Claude.

Brønnøysundregistrene (Brreg) holds the canonical record of every registered business in Norway — names, org numbers, roles, subunits. The public API is excellent, but every agent that wants company data has to learn its shape from scratch. This MCP fixes that once.

02 — WHAT IT DOES
One server, every Brreg endpoint, idiomatic tool calls.

Drop it into Claude Code (or any MCP client) and the model gets typed tools for searching by name, looking up by org number, walking subunits, listing roles. No API key, no auth — Brreg is open data.

# claude.json
{
  "mcpServers": {
    "brreg": { "command": "npx", "args": ["brreg-mcp"] }
  }
}
03 — STATUS
Shipped on npm. Public on GitHub.

Live, MIT-licensed, ready to install. Part of a planned set of Norwegian-API MCPs (Kartverket already shipped, Tripletex and Vipps next).

AT A GLANCE
0
API keys required
MIT
license
v1
shipped
next · kartverket mcp