Orakel Docs

Overview

What Orakel is, what's live, and how the pieces fit together.

What it is

Orakel is a Nordic business-data layer. It aggregates records from public registries — Brønnøysundregistrene for Norway, PRH/YTJ for Finland, Bolagsverket for Sweden, and CVR for Denmark — into one Postgres database exposed through a REST API, an MCP server, and an admin dashboard. Deployed at orakel.cloud on European infrastructure.

Who uses it

  • Nordic B2B CRMs — Attio, HubSpot, and Pipedrive workspaces receive enriched records via push integrations.
  • AI agents — Claude Desktop, Claude Code, ChatGPT, and any HTTP MCP client connect through the MCP server.
  • Direct API consumers — internal tools and third-party services call the REST API with a bearer key.

What's live

CountryWhat you get
NO — NorwayBrreg company registry, Regnskapsregisteret financials, Aksjonærregisteret shareholders, roles, Doffin procurement, Mattilsynet food-safety inspections, Helsedirektoratet alcohol/tobacco licences, SSB market context
FI — FinlandPRH/YTJ company registry, best-effort iXBRL financials for digital filers
SE — SwedenBolagsverket company registry, iXBRL financials (FY 2020+), SCB NACE overlay
DK — DenmarkCVR company registry, Danmarks Statistik NACE/statistics overlay

Separately: a domain-enrichment pipeline maps companies to web domains, tech stacks, ad pixels, and social handles.

Architecture

One Next.js app serves both the REST API and the admin UI. The MCP server ships as @heibergindustries/orakel-mcp on npm (stdio transport), as POST /api/mcp (HTTP transport), and via OAuth 2.1 for one-click AI host connections. Postgres via Prisma. Deployed on Hetzner Cloud (Helsinki) for EU sovereignty — no AWS, GCP, or Azure.

Vendor and sovereignty policy

European-only infrastructure and services. All data processing, storage, and email delivery stays within the EU. No US cloud providers (no AWS, GCP, or Azure). Email via European providers only.

How to get access

  • AI hosts with OAuth support (Claude.ai, ChatGPT, and other OAuth-capable clients): sign up at orakel.cloud/signup, then connect your AI host via one-click OAuth — a dedicated API key is provisioned automatically.
  • REST API or manual MCP setup: sign up at orakel.cloud/signup. Your API key and setup link are in the welcome email.

On this page