Netherlands — KVK Lookup

Netherlands — KVK Lookup is a skill for Claude Code from sophymarine/openregistry. It costs 0 tokens per session (904 once invoked), scanned A, original, Apache-2.0.

A lookup skill for the Netherlands Chamber of Commerce (KVK) business register. It queries company profiles, filings, and financial records using an eight-digit KVK number or company name.

In plain words
What is it for?
Use it to check a Dutch company's legal status, find recent filings, or retrieve deposited annual accounts and financial information.
Why use it?
It removes the need to find and interpret a separate Dutch government registry interface. Results come directly from the register and are returned without changes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is Single-country variant of the cross-border [Cross-Border UBO Chain Walker](../ubo-cross-border-chain-walker/SKILL.md). Use this skill when the user is explicitl.

Part of the openregistry plugin — 35 skills, 6 commands, 1 MCP server shipped together

Good fit Use it to check a Dutch company's legal status, find recent filings, or retrieve deposited annual accounts and financial information.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/sophymarine/openregistry
agentmods
npx agentmods add skills/sophymarine/openregistry/netherlands-kvk

Made for: Claude Code.

Or install openregistry, the plugin that ships this one along with the rest of its 35 skills, 6 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Netherlands — KVK Lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/sophymarine/openregistry/netherlands-kvk/github.svg)](https://agentmods.dev/skills/sophymarine/openregistry/netherlands-kvk)
Your own site
<a href="https://agentmods.dev/skills/sophymarine/openregistry/netherlands-kvk"><img src="https://agentmods.dev/badge/skills/sophymarine/openregistry/netherlands-kvk/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Netherlands — KVK Lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/sophymarine/openregistry/netherlands-kvk"><img src="https://agentmods.dev/badge/skills/sophymarine/openregistry/netherlands-kvk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 904 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00904
Opus 5 $0.00000 $0.00452
Sonnet 5 $0.00000 $0.00181
Haiku 4.5 $0.00000 $0.00090

Measured 11d ago against content hash 5654ec898d9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Netherlands — KVK Lookup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/per-country/netherlands-kvk/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Netherlands — KVK Lookup

Live, direct-to-government access to Kamer van Koophandel (KVK) — Handelsregister, Open Dataset APIs.

Single-country variant of the cross-border Cross-Border UBO Chain Walker. Use this skill when the user is explicitly focused on Netherlands.

What you get

  • Direct query to KVK. Every tool call hits Kamer van Koophandel (KVK) — Handelsregister, Open Dataset APIs at the moment you ask. No nightly scrape, no aggregator middle layer.
  • Unmodified responses. Field names, status codes, and (where available) raw filing bytes are returned exactly as the registry's own system emits them.
  • Native ID format support. 8-digit KVK number (e.g. 33002587 for ASML Holding NV).
  • Sample entity: ASML Holding NV.

Available tools (jurisdiction = NL)

get_company_profile, list_filings, get_financials

For every tool, pass jurisdiction: "NL" (case-insensitive).

Example prompts

Pull ASML Holding NV's latest deposited annual accounts in iXBRL format
Confirm the legal status of Adyen NV (KVK 34259528)
Get the most recent filings list for ING Groep NV

Workflow

Step 1 — Resolve the entity

search_companies({ jurisdiction: "NL", query: "<name or ID>" })
get_company_profile({ jurisdiction: "NL", company_id: "<id>" })

Step 2 — Pull the relevant register slice

Pick from the available tools list above. For UBO walks across borders, return to the Cross-Border UBO Chain Walker.

Quirks specific to Netherlands

  • Post CJEU C-37/20 — the KVK UBO-register is access-restricted to AML-obliged entities. get_persons_with_significant_control returns 501 with alternative_url.
  • Officer data is not in the KVK Open Dataset; for directors of Dutch entities the official paid channel is KVK Handelsregister Inzage.
  • Financial statements are filed at KVK as iXBRL (jaarrekeningen). get_financials returns the latest deposited annual accounts.
  • Dutch holding companies (BV/NV) are common in cross-border structures — use this as a hop in UBO chains.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 73 lines · 0 tokens per session scan A 5654ec898d9b

Subscribe to this mod's changes

Netherlands — KVK Lookup is a skill published in the GitHub repository sophymarine/openregistry (17 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 904 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

corporate-ownership-investigation

Trace who ultimately owns or controls a company, screen it for sanctions, and report the result without overclaiming. Use when asked "who owns X", "who is behind X", "is X sanctioned", "is X connected to Y", "what does X own", or when doing KYC/AML/due-diligence, counterparty checks, supply-chain screening, or…

Hei33enberg/WhiteIntel-OS · 117 tokens

qcc-executive-background

A Chinese company and executive background-check workflow examines a named person together with a company's Unified Social Credit Code, the identifier used for Chinese businesses.

zhanglunet/qcc · 333 tokens

qcc-risk-screen

A full risk-screening workflow for Chinese companies using Qichacha, a business-information service. It checks legal, enforcement, tax, bankruptcy, ownership, operating, and other company-risk records.

zhanglunet/qcc · 279 tokens

qcc-basic-profile

A workflow for Qichacha, a Chinese company-information service, that gathers a basic business summary in one pass. It covers registration, contacts, key people, tax and invoice details, branches, listings, and annual reports.

zhanglunet/qcc · 206 tokens

qcc-ipr-portfolio

A Chinese-language workflow for listing a company's intellectual-property and online assets. It covers patents, trademarks, copyrights, integrated-circuit layouts, standards, licenses, websites, apps, online shops, and social-media accounts.

zhanglunet/qcc · 248 tokens

qcc-ownership-trace

A workflow for tracing a company's ownership, including its controlling person, direct shareholders, investments, beneficial owners, and registration changes.

zhanglunet/qcc · 231 tokens