We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. RIK — Estonian business register
BusinessStandardProprietaerComing soon

RIK — Estonian business register

Estonia's e-Business Register is operated by RIK (Registrite ja Infosüsteemide Keskus). The company registration API requires a contract with RIK; the connector is built contract-required and normalises to the same company-card shape as Brreg/CVR/YTJ (registrikood, name, address, status, legal form, country=EE). Without contract credentials (RIK_EE_API_USERNAME/RIK_EE_API_PASSWORD) the data routes return a structured 503 not_configured, and health reports configured:false — never 500. Open-data bulk (avaandmed.ariregister.rik.ee) is tracked as an alternative ingest.

—

Data volume

Daily

Updates

3

MCP tools

RIK — Estonian business register is on its way into the catalogue and is not connected yet. The endpoints below are a preview of planned coverage.
Example response — /connectors/rik-ee/search
{
  "data": "..."
}

MCP integration

Available MCP tools
rik-ee.company.lookup
rik-ee.company.search
rik-ee.registry.about
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "rik-ee": {
      "url": "https://data.ketl.no/mcp/rik-ee",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

API endpoints

GET
/searchRequires configuration

Søk estiske selskap på navn

Krever RIK-avtale (RIK_EE_API_USERNAME/RIK_EE_API_PASSWORD)

query required
Søkestreng (selskapsnavn) query=Bolt
Show curl example
# GET https://data.ketl.no/api/connectors/rik-ee/search?query=Bolt
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/rik-ee/search?query=Bolt"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/company/{regCode}Requires configuration

Selskap på registrikood

Krever RIK-avtale (RIK_EE_API_USERNAME/RIK_EE_API_PASSWORD)

Show curl example
# GET https://data.ketl.no/api/connectors/rik-ee/company/{regCode}
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/rik-ee/company/{regCode}"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

RIK — Estonian business register is planned for the Standard plan. It is not connected yet. Follow updates

estlandbaltikumeuselskapforetakregistrikoodcompany-card
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512