Mcp Danish Cvr — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Danish Cvr (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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.
| Tool | Description |
|---|---|
cvr_search | Search by company name, CVR number, P-number, or phone |
cvr_lookup | Direct lookup by 8-digit CVR number |
Add to your MCP config:
{
"mcpServers": {
"danish-cvr": {
"command": "npx",
"args": ["-y", "mcp-danish-cvr"]
}
}
}git clone https://github.com/robobobby/mcp-danish-cvr
cd mcp-danish-cvr
npm install
npm startData 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.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.