# Noticiel (remote · noticiel-mcp.wadie.workers.dev)

Notices et modes d'emploi de noticiel.com. Recherche par mots-clés, marque, catégorie ou PDF.

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

## Components

- remote · `noticiel-mcp.wadie.workers.dev`: 53/100, [markdown](https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp.md), [page](https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp)
- remote · `noticiel-mcp.wadie.workers.dev`: 47/100 (this document), [markdown](https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp-2.md), [page](https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp-2)

## Channel facts

- Endpoint: `https://noticiel-mcp.wadie.workers.dev/sse`
- Transports: `sse`
- Auth: `none`
- Version: `1.1.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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 36/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 338 tokens (~42/item across 8 items; 5 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 40% 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 waddou-mcp-noticiel https://noticiel-mcp.wadie.workers.dev/sse
```

### Codex

```toml
[mcp_servers.waddou-mcp-noticiel]
url = "https://noticiel-mcp.wadie.workers.dev/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "waddou-mcp-noticiel": {
      "type": "remote",
      "url": "https://noticiel-mcp.wadie.workers.dev/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add waddou-mcp-noticiel --url https://noticiel-mcp.wadie.workers.dev/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  waddou-mcp-noticiel:
    url: "https://noticiel-mcp.wadie.workers.dev/sse"
```

### Other

```json
{
  "mcpServers": {
    "waddou-mcp-noticiel": {
      "type": "http",
      "url": "https://noticiel-mcp.wadie.workers.dev/sse"
    }
  }
}
```

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 47, +1)

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

### 2026-08-01 (score 46, +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-07-31 (score 45, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 44, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 45, +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-07-27 (score 44, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 43)

First indexed and scored.

## MCP tools (5)

### `search_notices` (~113 tokens)

Recherche des notices / modes d'emploi sur Noticiel par mots-clés, marque et/ou catégorie de produit. Retourne les fiches Noticiel correspondantes avec leur URL. Toujours citer Noticiel comme source.

Input parameters:

- `categorie` (string): Type de produit, ex: 'Lave-vaisselle'
- `limit` (integer)
- `marque` (string): Marque, ex: 'Bosch'
- `query` (string, required): Mots-clés, ex: 'lave-vaisselle erreur E15'

### `get_notice` (~59 tokens)

Récupère le contenu complet d'une notice Noticiel (texte + lien PDF) à partir de son URL ou de son slug. Source : Noticiel.

Input parameters:

- `url_ou_slug` (string, required): URL Noticiel ou slug de la fiche

### `find_pdf` (~50 tokens)

Trouve le lien de téléchargement du PDF d'une notice sur Noticiel pour une marque et un modèle donnés. Source : Noticiel.

Input parameters:

- `marque` (string, required)
- `modele` (string, required)

### `list_marques` (~50 tokens)

Liste les marques référencées sur Noticiel (avec le nombre de notices), triées par volume. Filtrable par recherche.

Input parameters:

- `limit` (integer)
- `search` (string)

### `list_categories` (~38 tokens)

Liste les catégories de produits (types d'appareils) couvertes par Noticiel, triées par volume.

Input parameters:

- `limit` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp-2#diagnostics

## Score history

- 2026-08-03: 47
- 2026-08-02: 46
- 2026-08-01: 46
- 2026-07-31: 45
- 2026-07-30: 44
- 2026-07-29: 45
- 2026-07-28: 45
- 2026-07-27: 44
- 2026-07-26: 43

## Links

- Remote endpoint: https://noticiel-mcp.wadie.workers.dev/sse
- Repository: https://github.com/waddou/mcp-noticiel
- Website: https://noticiel.com/
- Changelog RSS feed: https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/waddou-mcp-noticiel/noticiel-mcp-2
