Norwegian law your AI won't hallucinate.
lovspor gives ChatGPT, Claude and the AI tools you already use the actual text of Norwegian statutes and regulations — with exact citations you can verify, not invented paragraph numbers.
folketrygdloven § 8-18 and it answers confidently — and often cites paragraphs that don't exist. For law, a plausible answer is a dangerous answer. lovspor makes the AI quote the real provision, or say it doesn't know.
What it is
An MCP server over a continuously-refreshed, hash-verified corpus of Norwegian law — 5,864 acts and central regulations currently in force. 17 tools: semantic search, exact citation & quote verification, section lookup, law history and diffs. Every answer traces back to the verbatim source text.
Who it's for
Anyone. The engine is open source under AGPL-3.0 and the corpus is built from Lovdata's open data. If you need Norwegian legal text inside an AI tool, you can run the whole thing yourself — without asking anyone, and without paying for it.
The hosted service is in private beta because one person operates it. The code is not.
What it covers — honestly
Covered
- National laws (lover)
- Central regulations (forskrifter)
- In force, with change history
Not covered
- Court case law
- Municipal zoning plans
- Proprietary standards (NS contracts)
Source: Lovdata open data (NLOD 2.0). lovspor is a research tool that surfaces the law — it is not legal advice.
How you use it
Inside the AI you already work in — no new app to learn.
- As a connector in ChatGPT & Claude — one click, nothing to configure. Planned — the way most people will use it.
- In Claude Code, Codex or Cursor — works today; add your token in one line:
claude mcp add --transport http lovverk \ https://lovspor.no/mcp \ --header "Authorization: Bearer YOUR_TOKEN"
Get access
Private beta. Email me for a token.
Or run it yourself — the engine is open source under AGPL-3.0: github.com/bartoszkobylinski/lovspor.