# Briefverzenden — fysieke post (remote · www.briefverzenden.nl)

Verstuur een echte brief per post in 22 landen: lever een PDF aan, wij printen en posten hem.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.briefverzenden.nl`: 63/100 (this document), [markdown](https://verifymcp.io/servers/nl-briefverzenden-post/api-mcp.md), [page](https://verifymcp.io/servers/nl-briefverzenden-post/api-mcp)

## Channel facts

- Endpoint: `https://www.briefverzenden.nl/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (bestellen).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 584 tokens (~116/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 89% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http nl-briefverzenden-post https://www.briefverzenden.nl/api/mcp
```

### Codex

```toml
[mcp_servers.nl-briefverzenden-post]
url = "https://www.briefverzenden.nl/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nl-briefverzenden-post": {
      "type": "remote",
      "url": "https://www.briefverzenden.nl/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nl-briefverzenden-post --url https://www.briefverzenden.nl/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nl-briefverzenden-post:
    url: "https://www.briefverzenden.nl/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nl-briefverzenden-post": {
      "type": "http",
      "url": "https://www.briefverzenden.nl/api/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-03 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 63)

First indexed and scored.

## MCP tools (5)

### `landen` (~48 tokens)

Bestemmingslanden

De landen waarheen een brief verstuurd kan worden, met per land of aangetekend beschikbaar is, of daar een handtekening bij hoort, en welke verzendtarieven er te kiezen zijn.

### `prijs` (~157 tokens)

Prijs berekenen

Wat kost het versturen van een brief? Geef het aantal pagina’s en de bestemming. Het antwoord is de eindprijs inclusief printen, envelop en porto.

Input parameters:

- `aangetekend` (boolean): Aangetekend versturen; niet in elk land beschikbaar.
- `dubbelzijdig` (boolean): Beide zijden van het vel bedrukken.
- `kleur` (boolean): In kleur drukken in plaats van zwart-wit.
- `land` (string, required): Bestemmingsland in het Nederlands, bijv. "Duitsland". Zie de tool landen.
- `paginas` (integer, required): Aantal pagina’s van het document.
- `speed` (string): Verzendtarief. Laat leeg voor het standaardtarief van dat land.

### `document` (~81 tokens)

Document aanleveren

Levert de PDF aan die verstuurd moet worden, als base64 of als publieke https-URL. Geeft een verwijzing terug die je aan bestellen meegeeft, plus het getelde aantal pagina’s.

Input parameters:

- `fileBase64` (string): De PDF als base64.
- `fileUrl` (string): Publieke https-URL waar de PDF staat.

### `bestellen` (~231 tokens)

Bestelling aanmaken

Maakt de bestelling aan en geeft een betaallink terug. De brief gaat pas de deur uit nadat de klant die link heeft betaald — geef de link dus aan de gebruiker en vraag hem af te rekenen. Vat eerst samen wat er verstuurd wordt.

Input parameters:

- `aangetekend` (boolean): Aangetekend versturen; niet in elk land beschikbaar.
- `documentRef` (string, required): De verwijzing uit de tool document. Alleen een URL die die tool heeft teruggegeven.
- `dubbelzijdig` (boolean): Beide zijden van het vel bedrukken.
- `email` (string, required): E-mailadres van de klant, voor bevestiging en status.
- `idempotencyKey` (string): Verzin één unieke sleutel per bestelling, minstens 16 tekens (een UUID is prima), en hergebruik die bij opnieuw proberen. Voorkomt dubbele brieven.
- `kleur` (boolean): In kleur drukken in plaats van zwart-wit.
- `ontvanger` (object, required)
- `paginas` (integer, required): Aantal pagina’s, zoals document teruggaf.
- `speed` (string)

### `status` (~67 tokens)

Bestelling volgen

Hoe ver is een verstuurde brief? Geef het sessie-id uit de betaallink of de referentie.

Input parameters:

- `referentie` (string): De referentie uit de bevestiging.
- `sessie` (string): Het session_id uit de betaallink (cs_live_…).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nl-briefverzenden-post/api-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63

## Links

- Remote endpoint: https://www.briefverzenden.nl/api/mcp
- Website: https://www.briefverzenden.nl/agents
- Changelog RSS feed: https://verifymcp.io/servers/nl-briefverzenden-post/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nl-briefverzenden-post/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nl-briefverzenden-post/api-mcp
