Skip to main content
Glama
robobobby

danish-cvr

by robobobby

🇩🇰 Danish CVR MCP Server

An MCP (Model Context Protocol) server that gives AI assistants access to the Danish company registry (CVR). Look up any Danish or Norwegian company by name, CVR number, phone, or production unit number.

Why?

The MCP ecosystem has 500+ servers, but almost none cover Nordic/EU data sources. This is the first MCP server for Danish company data. Built for AI agents that need to research Danish businesses.

Related MCP server: Brreg MCP Server

Tools

Tool

Description

cvr_search

Search by company name, CVR number, P-number, or phone

cvr_lookup

Direct lookup by 8-digit CVR number

Example queries

  • "Look up Novo Nordisk" → Returns full company details, 33K employees, founded 1931

  • "Find CVR 24256790" → Direct CVR lookup

  • "Search for companies in Gilleleje" → Name-based search

  • "Is CVR 12345678 bankrupt?" → Returns bankruptcy status

Install

Claude Desktop / OpenClaw

Add to your MCP config:

{
  "mcpServers": {
    "danish-cvr": {
      "command": "npx",
      "args": ["-y", "mcp-danish-cvr"]
    }
  }
}

Local development

git clone https://github.com/robobobby/mcp-danish-cvr
cd mcp-danish-cvr
npm install
npm start

Data

Data comes from cvrapi.dk, a free API wrapping the official Danish CVR registry.

Fields returned: Company name, CVR number, address, industry (code + description), company type, employee count, phone, email, website, founding/closing date, owners, production units, bankruptcy status.

Countries: Denmark (dk) and Norway (no).

Rate limit: 50 free lookups per day per IP.

Requirements

  • Node.js 18+

  • No API key needed

License

MIT

Available Tools

2 tools
cvr_lookupA

Look up a specific Danish company by its 8-digit CVR number. Returns full company details.

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNo'dk' (default) or 'no'
cvr_numberYes8-digit CVR number

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of disclosing behavior. It states 'Returns full company details,' which indicates the nature of the output, but it does not disclose potential error behavior (e.g., what happens if the CVR number is not found), whether the operation is read-only, or that the `country` parameter can return Norwegian data. The description provides only a minimal behavioral snapshot.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of 15 words, front-loaded with the verb 'Look up' and the resource. It contains no filler and every word serves a purpose. This is appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (2 params, no output schema), the description is adequate but has gaps. It does not explain what 'full company details' includes, nor does it mention the `country` parameter or provide guidance on using `cvr_search` as an alternative. Since there is no output schema, the description should provide more detail about the return value and potential edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description itself adds no extra meaning to the parameters; it only mentions '8-digit CVR number,' which is already in the schema's description. It does not clarify the `country` parameter's role, and the description's focus on 'Danish' could even conflict with the country enum. Thus the description adds no value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Look up a specific Danish company by its 8-digit CVR number. Returns full company details.' It uses a specific verb and resource, and distinguishes from the sibling `cvr_search` by focusing on exact-number lookup. However, the description is slightly misleading because the schema allows a `country` parameter with values 'dk' or 'no', yet the description only mentions Danish companies, which conflicts with that broader scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool: when you have a specific 8-digit CVR number. It says 'Look up a specific... by its 8-digit CVR number,' which gives clear context for when to use this tool over a search tool. However, it does not explicitly mention the sibling `cvr_search` or explain when to prefer one over the other, so it lacks explicit exclusion/alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A3.8/5.0
Disambiguation3/5

The two tools both return company details, and cvr_search supports lookup by CVR number, which overlaps with cvr_lookup's specific purpose. However, the descriptions clarify that cvr_lookup is for exact CVR lookups while cvr_search is broader, reducing some ambiguity.

Naming Consistency5/5

Both tools follow the same cvr_<verb> pattern, using clear, consistent snake_case naming. The verb prefixes 'search' and 'lookup' are semantically appropriate.

Tool Count3/5

With only two tools, the server feels thin for a registry API, but the two operations cover the core lookup scenarios. The count is borderline but not extreme.

Completeness4/5

Search by multiple identifiers and direct CVR lookup cover the primary read-only use cases for a public company registry. No mutating operations are expected, so the surface seems largely complete, though additional specialized queries could be added.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables comprehensive access to the Norwegian Business Registry API for querying company information, board members, subsidiaries, organizational data, and voluntary organizations. Provides real-time access to over 1 million registered Norwegian entities with detailed corporate structure and governance data.
    15
    19
    8
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables interaction with the Norwegian Business Registry (Brønnøysundregistrene) API to search and retrieve detailed information about Norwegian companies, subunits, roles, organization forms, municipalities, and NACE industry codes.
    18
    19
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides access to Norway's official business registry for searching companies, looking up organizational details, and identifying company roles and sub-units. It utilizes data from Brønnøysundregistrene to enable detailed queries by industry, municipality, or organization number.
    15
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robobobby/mcp-danish-cvr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server