← Registry

Data Collection

agenticweb.nl

Provides a catalog of free Dutch data lookup endpoints (vehicles, school holidays, vacation regions) with sample responses and HTTP URLs.

x402 supported1 endpoint12 known toolsFirst detected August 12, 2026Last detected August 17, 2026

ENDPOINT 1

https://api.agenticweb.nl/api/mcp

No auth detected

MCP server metadata

Name
agenticweb.nl
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Clean, structured NL/EU data tools, metered per call via x402 (USDC on Base). Call the free `catalog` tool first to see tools, prices and free samples. Two tools are always free: `catalog`, and `sample` — which returns any tool's documented demo response, so you can check the shape before paying (use it if you have no wallet). Paid tools return a payment-required error carrying x402 requirements; attach a signed payment to _meta and retry.

Known tools 12

catalog

Free: list every data tool/endpoint with price, params and a free HTTP sample URL.

Inferred read-only
sample

Free: get the documented demo response for any paid tool, so you can see the exact response shape before paying.

Inferred read-only
nl_vehicle

Dutch vehicle lookup — $0.020 per call (x402, USDC on Base).

Inferred read-only
nl_school_holidays

Dutch school holidays — $0.005 per call (x402, USDC on Base).

Inferred read-only
nl_vacation_region

Vacation region resolver — $0.010 per call (x402, USDC on Base).

Inferred read-only
nl_address

Dutch address lookup — $0.005 per call (x402, USDC on Base).

Inferred read-only
nl_building

Dutch building lookup (BAG) — $0.010 per call (x402, USDC on Base).

Inferred read-only
nl_dossier

Dutch address dossier — $0.025 per call (x402, USDC on Base).

Inferred read-only
nl_elevation

Dutch elevation (AHN / NAP height) — $0.010 per call (x402, USDC on Base).

Inferred read-only
nl_validate

Dutch identifier validation — $0.001 per call (x402, USDC on Base).

Inferred read-only
nl_demographics

Dutch municipality demographics — $0.005 per call (x402, USDC on Base).

Inferred read-only
global_fx

FX conversion (ECB) — $0.005 per call (x402, USDC on Base).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agenticweb-nl]
url = "https://api.agenticweb.nl/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agenticweb-nl": {
      "type": "http",
      "url": "https://api.agenticweb.nl/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agenticweb-nl
Remote MCP URL: https://api.agenticweb.nl/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agenticweb-nl": {
      "url": "https://api.agenticweb.nl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agenticweb-nl": {
      "type": "http",
      "url": "https://api.agenticweb.nl/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agenticweb-nl",
  "transport": "streamable-http",
  "url": "https://api.agenticweb.nl/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.