Gives your AI assistant direct access to Norway's official business registry through the Brønnøysund Register Centre API. You can look up company details, organizational structures, and registration information for Norwegian entities without leaving your MCP client. Hosted through Pipeworx's gateway infrastructure, which handles the API connections and lets you query in plain English using ask_pipeworx rather than wrestling with specific tool calls. Handy if you're building anything that touches Norwegian business data, validating company information, or doing market research in the Nordic region. Ships as a standalone endpoint or as part of the full 250+ source Pipeworx gateway.
Brønnøysund Register Centre (BRREG) MCP — Norway's official business register.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"brreg-no": {
"url": "https://gateway.pipeworx.io/brreg-no/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Brreg No data" })
The gateway picks the right tool and fills the arguments automatically.
MIT