lookup_by_vat
Pack: cvr-dk · Endpoint: https://gateway.pipeworx.io/cvr-dk/mcp
Look up a Danish company by its explicit 8-digit CVR/VAT number. Returns the single best-match record (same fields as lookup_company). Use this when you already have the CVR number. e.g. {vat:“24256790”} (Novo Nordisk A/S).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vat | string | yes | 8-digit Danish CVR number, e.g. “24256790”. |
country | string | no | Country code (default “dk”). |
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_by_vat","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.