Brreg MCP Server — Norwegian Company Search for AI Agents avatar

Brreg MCP Server — Norwegian Company Search for AI Agents

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Brreg MCP Server — Norwegian Company Search for AI Agents

Brreg MCP Server — Norwegian Company Search for AI Agents

Search Norwegian companies from the Brønnøysundregistrene (Brreg) open data API. Find org numbers, company names, addresses, company forms, registration status, and employee counts. AI-agent ready for KYC, B2B lead generation, and Norwegian market analysis.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

petteri mähönen

petteri mähönen

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Search Norwegian companies from the Brønnøysundregistrene (Brreg) open data API. Retrieve org numbers (organisasjonsnummer), company names, addresses, legal forms, employee counts, and registration status. No browser, no proxies — pure REST API.

🧠 MCP Server — AI Agent Ready

This actor is a Model Context Protocol (MCP) server — AI assistants (Claude, GPT, Cursor) can call it directly:

{"searchQuery": "Equinor", "maxResults": 5}

Returns structured Norwegian company data with org numbers, addresses, and employee information.

Features

  • Search by name — partial name search across all registered entities
  • Search by org number — exact 9-digit organisasjonsnummer lookup
  • Filter by municipality — narrow results to a specific municipality (e.g., Oslo 0301)
  • Filter by company form — AS (aksjeselskap), ASA, ENK, NUF, etc.
  • Employee counts — get number of employees for each company
  • Status tracking — bankruptcy, liquidation, and deregistration status
  • Free open data — no API key, no rate limits
  • Ultra cheap — 256MB RAM, no browser overhead

Input

ParameterTypeDefaultDescription
searchQuerystringCompany name or partial name to search
orgNumberstringExact 9-digit Norwegian org number (e.g. 929990641)
municipalitystring4-digit municipality code (0301=Oslo, 4601=Bergen)
companyFormstringCompany form code (AS, ASA, ENK, NUF, FLI, etc.)
maxResultsinteger10Maximum results (max 500)

At least one search parameter is required.

Output

FieldTypeDescription
orgNumberstring9-digit Norwegian organisasjonsnummer
namestringRegistered company name
companyFormstringLegal form description (e.g. "Aksjeselskap")
companyFormCodestringLegal form code (e.g. "AS")
registrationDatestringDate of foundation or registration
norwegianBusinessAddressobjectStreet, post code, city, municipality
postalAddressobjectPostal address
numberEmployeesintegerNumber of employees
phone, email, websitestringContact information
hasBankruptciesbooleanWhether the company has been through bankruptcy
underLiquidationbooleanWhether the company is under liquidation
scrapedAtstringISO timestamp of the query

Example

Input:

{
"searchQuery": "Equinor",
"maxResults": 3
}

Output:

[
{
"orgNumber": "923609016",
"name": "Equinor ASA",
"companyForm": "Allmennaksjeselskap",
"companyFormCode": "ASA",
"registrationDate": "1972-09-18",
"norwegianBusinessAddress": {
"address": "Forusbeen 50",
"city": "STAVANGER",
"postCode": "4035"
},
"numberEmployees": 23000
}
]

Data Source

Brreg Open Data API — free, no API key required. Data from the Brønnøysundregistrene (Brreg), the Norwegian government agency for company registration.

Performance

  • Memory: 256 MB
  • Runtime: <1 second for most queries
  • Cost: ~$0.001 per run (10 results)
  • Rate limit: None detected (free public API)