# The Dutch Directory (remote · thedutchdirectory.com)

Dutch market map for agents: schools, Verified Pro tutors, shortlists, paths. Not practice.

- Trust score: 65/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `mcp.thedutchdirectory.com`: 0/100, [markdown](https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp.md), [page](https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp)
- remote · `thedutchdirectory.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp-server-mcp.md), [page](https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp-server-mcp)

## Channel facts

- Endpoint: `https://thedutchdirectory.com/mcp-server/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 53/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 789 tokens (~56/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http steffanricardo-the-dutch-directory https://thedutchdirectory.com/mcp-server/mcp
```

### Codex

```toml
[mcp_servers.steffanricardo-the-dutch-directory]
url = "https://thedutchdirectory.com/mcp-server/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "steffanricardo-the-dutch-directory": {
      "type": "remote",
      "url": "https://thedutchdirectory.com/mcp-server/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add steffanricardo-the-dutch-directory --url https://thedutchdirectory.com/mcp-server/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  steffanricardo-the-dutch-directory:
    url: "https://thedutchdirectory.com/mcp-server/mcp"
```

### Other

```json
{
  "mcpServers": {
    "steffanricardo-the-dutch-directory": {
      "type": "http",
      "url": "https://thedutchdirectory.com/mcp-server/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-17 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 62)

First indexed and scored.

## MCP tools (14)

### `tdd_meta` (~20 tokens)

TDD meta

API version, counts, doctrine URL, MCP endpoints.

### `tdd_search` (~114 tokens)

Search the market

Search schools, universities, apps, podcasts, exams, tutors. Filters: type, city, goal, cefr, online, verified_pro, platform, kind.

Input parameters:

- `cefr` (string)
- `city` (string)
- `goal` (string)
- `kind` (string)
- `limit` (integer)
- `online` (boolean)
- `platform` (string)
- `q` (string)
- `type` (string)
- `verified_pro` (boolean)

### `tdd_shortlist` (~74 tokens)

Independent shortlist

Top fit shortlist. Enforces non-compete: DFL items come with non-DFL alternatives.

Input parameters:

- `city` (string)
- `goal` (string)
- `kind` (string)
- `limit` (integer)
- `type` (string)
- `verified_pro` (boolean)

### `tdd_tutors` (~67 tokens)

Dutch tutors

Tutor market index. Defaults toward Verified Pros (3k+ lessons, 4.9+).

Input parameters:

- `limit` (integer)
- `offset` (integer)
- `platform` (string)
- `q` (string)
- `verified_pro` (boolean)

### `tdd_compare` (~36 tokens)

Compare two listings

Compare two provider or tutor slugs with a plain-language verdict.

Input parameters:

- `a` (string, required)
- `b` (string, required)

### `tdd_path` (~76 tokens)

Path OS plan

Outward-pointing study path (resources + trials). Not a progress tracker. Practice may deep-link to Dutch Fluency with alternatives.

Input parameters:

- `city` (string)
- `goal` (string)
- `hours_per_week` (number)
- `level` (string)
- `move_or_exam_date` (string)

### `tdd_stats` (~21 tokens)

Market stats

Live counts, Pro rates, median prices, type breakdown.

### `tdd_graph` (~29 tokens)

Learning graph

Dutch Learning Graph snapshot. slim=true returns counts and types only.

Input parameters:

- `slim` (boolean)

### `tdd_move_plan` (~43 tokens)

Move/exam reverse planner

Work backward from an arrival or exam date.

Input parameters:

- `arrive_or_exam_date` (string, required)
- `city` (string)
- `goal` (string)

### `tdd_employer_budget` (~54 tokens)

Employer budget calculator

HR planning ranges (not a quote) for Dutch training headcount.

Input parameters:

- `cities` (array)
- `headcount` (integer, required)
- `months` (integer)
- `track` (string)

### `tdd_city_gaps` (~29 tokens)

City coverage gaps

What provider types a city lacks in the independent index.

Input parameters:

- `city` (string, required)

### `tdd_death_watch` (~27 tokens)

Listing health signals

Stub names, missing prices/lessons — scrape health, not legal claims.

### `tdd_conflict_ledger` (~25 tokens)

DFL conflict ledger

Public policy for when Dutch Fluency products appear in shortlists.

### `tdd_evidence_pack` (~55 tokens)

Evidence pack

Shareable independent study plan artifact for employers/paperwork. Not legal advice.

Input parameters:

- `city` (string)
- `goal` (string)
- `name` (string)
- `weeks` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp-server-mcp#diagnostics

## Score history

- 2026-08-20: 65
- 2026-08-19: 65
- 2026-08-18: 64
- 2026-08-17: 64
- 2026-08-16: 63
- 2026-08-15: 63
- 2026-08-14: 62
- 2026-08-13: 62

## Links

- Remote endpoint: https://thedutchdirectory.com/mcp-server/mcp
- Repository: https://github.com/steffanricardo/thedutchdirectory
- Website: https://thedutchdirectory.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp-server-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp-server-mcp.json
- HTML version of this page: https://verifymcp.io/servers/steffanricardo-the-dutch-directory/mcp-server-mcp
