cvrlookup-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CVR_API_KEY | Yes | cvrlookup.dk API key. Use cvr_test_demo for fixture data without a signup. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_companyA | Look up the full record for a Danish company by its 8-digit CVR number: name, address, status, company type, industry, share capital, owners, management, and founding date. Sourced live from the official Danish business registry (Erhvervsstyrelsen). |
| search_companiesA | Search Danish companies by name. Returns matching companies with their CVR number, name, status, and address; use lookup_company on a hit for the full record. |
| get_company_financialsA | Get up to 5 years of key financial figures for a Danish company, parsed from its published XBRL annual reports: gross profit, net result, equity, total assets, and employees per reporting period. Requires a Pro-plan API key (the cvr_test_demo key returns fixture data). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: search by name, lookup by CVR, and retrieve financials. There is no meaningful overlap between the full-company record and the financial-history endpoint.
All tool names use a clear snake_case action_noun pattern. The verbs differ (lookup, search, get) and the object forms vary between singular and plural, but the naming is still predictable and readable.
Three tools is a well-scoped set for a focused CVR lookup server. Each tool covers a distinct, necessary capability without redundant or excessive additions.
The surface covers the core workflow: find a company by name, retrieve its full registry record, and access historical financials. For a read-only public-registry lookup service, there are no obvious missing operations.