lookup_company
Pack: cvr-dk · Endpoint: https://gateway.pipeworx.io/cvr-dk/mcp
Look up a Danish company in the official CVR register (Det Centrale Virksomhedsregister) by name, 8-digit CVR number, phone number, or P-number (production-unit number). Returns the SINGLE best-match company record: name, vat (CVR number), address, zipcode, city, phone, email, employees, industrycode/industrydesc, companycode/companydesc (company form, e.g. A/S = Aktieselskab), startdate, status, productionunits, owners. Country defaults to “dk”. e.g. {query:“novo nordisk”} or {query:“24256790”}.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Company name, 8-digit CVR number, phone number, or P-number. e.g. “novo nordisk” or “24256790”. |
country | string | no | Country code (default “dk”). cvrapi also supports “no” and “ee”. |
Example call
curl -X POST https://gateway.pipeworx.io/cvr-dk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_company","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cvr-dk": {
"url": "https://gateway.pipeworx.io/cvr-dk/mcp"
}
}
}
See Getting Started for client-specific install steps.