danish-cvr
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@danish-cvrLook up Novo Nordisk"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🇩🇰 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 |
| Search by company name, CVR number, P-number, or phone |
| 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 startData
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables 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.Last updated1558MIT
- Alicense-qualityDmaintenanceEnables 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.Last updated51MIT
- Alicense-qualityDmaintenanceProvides 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.Last updated28MIT
- AlicenseAqualityCmaintenanceEnables looking up Danish companies by CVR number, name, or phone via cvrapi.dk.Last updated2MIT
Related MCP Connectors
Norwegian company intelligence: ownership, roles, financials, risk, KYC/AML/PEP (multi-source)
EU company registry lookup across 16 countries incl. Sweden Bolagsverket.
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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