Data Collection
agenticweb.nl
Provides a catalog of free Dutch data lookup endpoints (vehicles, school holidays, vacation regions) with sample responses and HTTP URLs.
ENDPOINT 1
https://api.agenticweb.nl/api/mcp
MCP server metadata
- Name
- agenticweb.nl
- Version
- 1.0.0
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
catalogFree: list every data tool/endpoint with price, params and a free HTTP sample URL.
Inferred read-onlysampleFree: get the documented demo response for any paid tool, so you can see the exact response shape before paying.
Inferred read-onlynl_vacation_regionVacation region resolver — $0.010 per call (x402, USDC on Base).
Inferred read-onlynl_elevationDutch elevation (AHN / NAP height) — $0.010 per call (x402, USDC on Base).
Inferred read-onlynl_demographicsDutch municipality demographics — $0.005 per call (x402, USDC on Base).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.