Brreg MCP Server — Norwegian Company Search for AI Agents
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | — | Company name or partial name to search |
orgNumber | string | — | Exact 9-digit Norwegian org number (e.g. 929990641) |
municipality | string | — | 4-digit municipality code (0301=Oslo, 4601=Bergen) |
companyForm | string | — | Company form code (AS, ASA, ENK, NUF, FLI, etc.) |
maxResults | integer | 10 | Maximum results (max 500) |
At least one search parameter is required.
Output
| Field | Type | Description |
|---|---|---|
orgNumber | string | 9-digit Norwegian organisasjonsnummer |
name | string | Registered company name |
companyForm | string | Legal form description (e.g. "Aksjeselskap") |
companyFormCode | string | Legal form code (e.g. "AS") |
registrationDate | string | Date of foundation or registration |
norwegianBusinessAddress | object | Street, post code, city, municipality |
postalAddress | object | Postal address |
numberEmployees | integer | Number of employees |
phone, email, website | string | Contact information |
hasBankruptcies | boolean | Whether the company has been through bankruptcy |
underLiquidation | boolean | Whether the company is under liquidation |
scrapedAt | string | ISO 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)