CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Danish Law Mcp

ansvar-systems/denmark-law-mcp
STDIOregistry active
Summary

Gives Claude direct access to the full Danish legal corpus from retsinformation.dk: 62,764 laws, 620,940 provisions, searchable via FTS5. Core operations include search_legislation for BM25-ranked queries across statute text, get_provision for exact section retrieval, validate_citation to check references against the database, and get_eu_basis to trace Danish laws back to their EU directive origins. Premium tier adds case law and preparatory works. The database runs on verified source text only, no LLM summarization, with daily freshness checks. Useful if you're building compliance tools, validating legal citations in contracts, or need to cross-reference Databeskyttelsesloven obligations with GDPR without opening twenty browser tabs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Danish Law MCP Server

▶ Try this MCP instantly via Ansvar Gateway

50 free queries/day · no card required · OAuth signup at ansvar.eu/gateway

One endpoint, one OAuth signup, access from any MCP-compatible client.

Connect

Claude Code (one line):

claude mcp add ansvar --transport http https://gateway.ansvar.eu/mcp

Claude Desktop / Cursor — add to claude_desktop_config.json (or mcp.json):

{
  "mcpServers": {
    "ansvar": {
      "type": "url",
      "url": "https://gateway.ansvar.eu/mcp"
    }
  }
}

Claude.ai — Settings → Connectors → Add custom connector → paste https://gateway.ansvar.eu/mcp

First request opens an OAuth flow at ansvar.eu/gateway. After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.


Self-host this MCP

You can also clone this repo and build the corpus yourself. The schema, fetcher, and tool implementations all live here. What is not in the repo is the pre-built database — TDM and standards-licensing constraints on the upstream sources mean we host the corpus on Ansvar infrastructure rather than redistribute it as a public artifact.

Build your own: run this repo's ingestion script (entry-point varies per repo — typically scripts/ingest.sh, npm run ingest, or make ingest; check the repo root).

The Retsinformation alternative for the AI age.

MCP Registry License GitHub stars CI Daily Data Check Database Provisions

Query 62,764 Danish laws -- from Databeskyttelsesloven and Straffeloven to Selskabsloven, Forvaltningsloven, and more -- directly from Claude, Cursor, or any MCP-compatible client.

If you're building legal tech, compliance tools, or doing Danish legal research, this is your verified reference database.

Built by Ansvar Systems -- Stockholm, Sweden


Why This Exists

Danish legal research means navigating retsinformation.dk, cross-referencing between lovbekendtgørelser (consolidated laws), forslag (bills), betænkninger (committee reports), and EUR-Lex. Whether you're:

  • A lawyer validating citations in a brief or contract
  • A compliance officer checking Databeskyttelsesloven obligations or GDPR alignment
  • A legal tech developer building tools on Danish law
  • A researcher tracing legislative history from lovforslag to enacted statute

...you shouldn't need dozens of browser tabs and manual PDF cross-referencing. Ask Claude. Get the exact provision. With context.

This MCP server makes Danish law searchable, cross-referenceable, and AI-readable.


Example Queries

Once connected, just ask naturally -- in Danish or English:

  • "Hvad siger Databeskyttelsesloven § 5 om behandling af personoplysninger?"
  • "Er Straffelovens § 263 om hacking stadig i kraft?"
  • "Find bestemmelser om offentlighedsprincippet"
  • "Hvad siger konkurrenceretten om misbrug af dominerende stilling?"
  • "Valider citatet 'Straffelovens § 263'"
  • "Opbyg en juridisk argumentation om GDPR-forpligtelser for virksomheder"
  • "Which Danish laws implement the GDPR?"
  • "What does Forvaltningsloven say about administrative procedures?"

What's Included

CategoryCountDetails
Laws62,764 lawsComplete corpus from retsinformation.dk
Provisions620,940 sectionsFull-text searchable with FTS5
Premium: Case Law3,918 rulingsHøjesteret, Landsretter decisions
Premium: Preparatory Works4,412 documentsLovforslag, betænkninger
Database Size1.6 GBOptimized SQLite, hosted on Fly.io
Daily UpdatesAutomatedFreshness checks against retsinformation.dk

Verified data only -- every citation is validated against official sources (retsinformation.dk). Zero LLM-generated content.


See It In Action

Why This Works

Verbatim Source Text (No LLM Processing):

  • All statute text is ingested from retsinformation.dk (Danish Ministry of Justice)
  • Provisions are returned unchanged from SQLite FTS5 database rows
  • Zero LLM summarization or paraphrasing -- the database contains statute text, not AI interpretations

Smart Context Management:

  • Search returns ranked provisions with BM25 scoring (safe for context)
  • Provision retrieval gives exact text by law identifier + paragraph/section
  • Cross-references help navigate without loading everything at once

Technical Architecture:

retsinformation.dk API --> Parse --> SQLite --> FTS5 snippet() --> MCP response
                            ^                        ^
                     Provision parser         Verbatim database query

Traditional Research vs. This MCP

Traditional ApproachThis MCP Server
Search retsinformation.dk by document numberSearch by plain Danish: "personoplysninger samtykke"
Navigate multi-paragraph statutes manuallyGet the exact provision with context
Manual cross-referencing between lawsbuild_legal_stance aggregates across sources
"Er denne lov stadig i kraft?" → check manuallycheck_currency tool → answer in seconds
Find EU basis → dig through EUR-Lexget_eu_basis → linked EU directives instantly
Check multiple sites for amendmentsDaily automated freshness checks
No API, no integrationMCP protocol → AI-native

Traditional: Search retsinformation.dk → Download PDF → Ctrl+F → Cross-reference with betænkning → Check EUR-Lex for EU basis → Repeat

This MCP: "Hvad er EU-retsgrundlaget for Databeskyttelsesloven § 5 om samtykke?" → Done.


Available Tools (13)

Core Legal Research Tools (8)

ToolDescription
search_legislationFTS5 search on 620,940 provisions with BM25 ranking. Supports quoted phrases, boolean operators, prefix wildcards
get_provisionRetrieve specific provision by law identifier + paragraph/section (e.g., "Straffeloven" + "263")
check_currencyCheck if a law is in force, amended, or repealed
validate_citationValidate citation against database -- zero-hallucination check. Supports "Straffelovens § 263", "Databeskyttelsesloven § 5"
build_legal_stanceAggregate citations from multiple laws for a legal topic
format_citationFormat citations per Danish conventions (full/short/pinpoint)
list_sourcesList all available laws with metadata, coverage scope, and data provenance
aboutServer info, capabilities, dataset statistics, and coverage summary

EU Law Integration Tools (5)

ToolDescription
get_eu_basisGet EU directives/regulations that a Danish statute transposes (e.g., Databeskyttelsesloven → GDPR)
get_danish_implementationsFind Danish laws implementing a specific EU act
search_eu_implementationsSearch EU documents with Danish implementation counts
get_provision_eu_basisGet EU law references for a specific provision
validate_eu_complianceCheck transposition status of Danish statutes against EU directives

EU Law Integration

Denmark is a full EU member state. Danish law directly transposes EU directives into national legislation:

Danish LawEU Basis
DatabeskyttelseslovenGDPR (Regulation 2016/679)
Implementeret e-PrivacyePrivacy Directive (2002/58/EC)
KonkurrencerettenEU Treaty Articles 101-102 (TFEU)

The EU integration tools support bi-directional lookup: find which EU act a Danish statute transposes, or find all Danish laws implementing a given EU regulation.

Denmark and EU opt-outs: Denmark maintains opt-outs from certain EU policy areas (including Justice and Home Affairs, under Protocol 22 to the Maastricht Treaty). However, data protection law (GDPR), commercial law, and competition law are all fully aligned with EU frameworks. The EU tools in this MCP reflect full transposition coverage for these areas.

See EU_INTEGRATION_GUIDE.md for detailed documentation and EU_USAGE_EXAMPLES.md for practical examples.


Data Sources & Freshness

All content is sourced from authoritative Danish legal databases:

  • Retsinformation -- The official Danish law portal, operated by the Danish Ministry of Justice. Provides the complete corpus of consolidated Danish laws (lovbekendtgørelser), acts (love), and statutory orders (bekendtgørelser).
  • EUR-Lex -- Official EU law database (metadata only)

Data Provenance

FieldValue
AuthorityDanish Ministry of Justice / Retsinformation
Retrieval methodBulk download from retsinformation.dk API
LanguageDanish (primary)
LicenseDK-Statutory-PD — Danish statutory public domain (Ophavsretsloven §9)
CoverageAll 62,764 consolidated Danish laws
Last ingested2026-02-22

Automated Freshness Checks (Daily)

A daily GitHub Actions workflow monitors retsinformation.dk for changes:

SourceCheckMethod
Law amendmentsretsinformation.dk API date comparisonAll 62,764 laws checked
New lawsretsinformation.dk publications (90-day window)Diffed against database
Case lawCourt portal entry countCompared to database
Preparatory worksLovforslag API (30-day window)New proposals detected
EU reference stalenessGit commit timestampsFlagged if >90 days old

The workflow supports auto_update: true dispatch for automated sync, rebuild, version bump, and npm publishing.


Premium Tier

The premium tier adds version history, amendment tracking, and extended case law coverage:

FeatureFreePremium
Full statute corpus (62,764 laws)YesYes
Full-text search (620,940 provisions)YesYes
EU law cross-referencesYesYes
Citation validationYesYes
Case law (3,918 rulings)NoYes
Preparatory works (4,412 documents)NoYes
Amendment history (get_*_history)NoYes
Version diff (diff_*)NoYes
Recent changes (get_recent_changes)NoYes

Premium is enabled via the PREMIUM_ENABLED environment variable. Contact hello@ansvar.ai for access.


Security

This project uses multiple layers of automated security scanning:

ScannerWhat It DoesSchedule
CodeQLStatic analysis for security vulnerabilitiesWeekly + PRs
SemgrepSAST scanning (OWASP top 10, secrets, TypeScript)Every push
GitleaksSecret detection across git historyEvery push
TrivyCVE scanning on filesystem and npm dependenciesDaily
Docker SecurityContainer image scanning + SBOM generationDaily
Socket.devSupply chain attack detectionPRs
OSSF ScorecardOpenSSF best practices scoringWeekly
DependabotAutomated dependency updatesWeekly

See SECURITY.md for the full policy and vulnerability reporting.


Important Disclaimers

Legal Advice

THIS TOOL IS NOT LEGAL ADVICE

Statute text is sourced from official retsinformation.dk publications (Danish Ministry of Justice). However:

  • This is a research tool, not a substitute for professional legal counsel
  • Court case coverage in the free tier is limited -- do not rely solely on this for case law research
  • Verify critical citations against primary sources for court filings
  • EU cross-references are extracted from Danish statute text and EUR-Lex metadata, not substitute for full EUR-Lex legal text
  • Municipal and regional regulations are not included -- this covers national Danish law only

Before using professionally, read: DISCLAIMER.md | PRIVACY.md

Client Confidentiality

Queries go through the Claude API. For privileged or confidential matters, use on-premise deployment. See PRIVACY.md for Advokatsamfundet (Danish Bar Association) compliance guidance.


Documentation

  • EU Integration Guide -- Detailed EU cross-reference documentation
  • EU Usage Examples -- Practical EU lookup examples
  • Security Policy -- Vulnerability reporting and scanning details
  • Disclaimer -- Legal disclaimers and professional use notices
  • Privacy -- Client confidentiality and data handling

Development

Setup

git clone https://github.com/Ansvar-Systems/Denmark-law-mcp
cd Denmark-law-mcp
npm install
npm run build
npm test

Running Locally

npm run dev                                       # Start MCP server
npx @anthropic/mcp-inspector node dist/index.js   # Test with MCP Inspector

Data Management

npm run ingest                             # Ingest laws from retsinformation.dk
npm run ingest:auto-all -- --scope all-laws --dry-run  # Coverage audit
npm run ingest:auto-all -- --scope all-laws             # Ingest full corpus
npm run ingest:cases:full-archive          # Ingest case law (full archive)
npm run sync:cases                         # Ingest case law (incremental)
npm run sync:prep-works                    # Sync preparatory works
npm run extract:definitions                # Extract legal definitions
npm run build:db                           # Rebuild SQLite database
npm run check-updates                      # Check for amendments
npm run drift:detect                       # Run drift detection

Performance

  • Search Speed: <100ms for most FTS5 queries
  • Database Size: 1.6 GB (Fly.io deployment due to size)
  • Reliability: 100% ingestion success rate

More Ansvar MCPs

Full fleet at ansvar.eu/gateway.

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

Priority areas:

  • Court case law expansion (Højesteret and Landsretter full archives)
  • EU Regulations MCP integration (full EU law text, CJEU case law)
  • Historical statute versions and amendment tracking
  • Lower court decisions (Byretter archives)
  • English translations for key statutes

Roadmap

  • Full corpus ingestion -- 62,764 Danish laws from retsinformation.dk
  • EU law integration -- Danish statute transposition cross-references
  • Premium tier -- case law (3,918 rulings) and preparatory works (4,412 documents)
  • Fly.io deployment -- 1.6 GB database hosted on Fly.io
  • Court case law expansion (Byretter full archives)
  • Historical statute versions (amendment tracking)
  • English translations for key statutes
  • Web API for programmatic access

Citation

If you use this MCP server in academic research:

@software{danish_law_mcp_2026,
  author = {Ansvar Systems AB},
  title = {Danish Law MCP Server: Production-Grade Legal Research Tool},
  year = {2026},
  url = {https://github.com/Ansvar-Systems/Denmark-law-mcp},
  note = {Comprehensive Danish legal database with 62,764 laws and 620,940 provisions from retsinformation.dk}
}

License

Apache License 2.0. See LICENSE for details.

Data Licenses

  • Laws & Statutory Orders: DK-Statutory-PD — Danish statutory public domain. Ophavsretsloven §9 excludes laws, administrative orders, regulations, court decisions, and similar acts issued by a public authority from copyright protection. Verified verbatim 2026-05-17 — see docs/audits/2026-05-17-eu-copyright-statutory-works-batch-1a-AT-BE-DK-FI-FR.md. Catalog entry: DK-Statutory-PD in infrastructure/attribution-licenses.json.
  • Case Law: Højesteret and Landsretter — same statutory basis (Ophavsretsloven §9 court-decision clause)
  • EU Metadata: EUR-Lex (EU public domain, Decision 2011/833/EU)

About Ansvar Systems

We build AI-accelerated compliance and legal research tools for the European market. This MCP server started as our internal reference tool for Danish law -- turns out everyone building for the Danish and Nordic markets has the same research frustrations.

So we're open-sourcing it. Navigating 62,764 laws on retsinformation.dk shouldn't require a law degree.

ansvar.eu -- Stockholm, Sweden


Built with care in Stockholm, Sweden

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@ansvar/danish-law-mcp
TransportSTDIO
UpdatedFeb 22, 2026
View on GitHub