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

NameTypeRequiredDescription
vatstringyes8-digit Danish CVR number, e.g. “24256790”.
countrystringnoCountry 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.

Regenerated from source · build June 1, 2026