# Vérifier ma facture (Factur-X) (remote · mcp.verifier-ma-facture.fr)

Conformité Factur-X : 21 critères PDF/A-3, XML CII EN 16931 et BR-FR. Analyse locale, gratuite.

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

## Components

- remote · `mcp.verifier-ma-facture.fr`: 65/100 (this document), [markdown](https://verifymcp.io/servers/fr-verifier-ma-facture-validateur/mcp.md), [page](https://verifymcp.io/servers/fr-verifier-ma-facture-validateur/mcp)

## Channel facts

- Endpoint: `https://mcp.verifier-ma-facture.fr/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**: 63/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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 357 tokens (~178/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 fr-verifier-ma-facture-validateur https://mcp.verifier-ma-facture.fr/mcp
```

### Codex

```toml
[mcp_servers.fr-verifier-ma-facture-validateur]
url = "https://mcp.verifier-ma-facture.fr/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fr-verifier-ma-facture-validateur": {
      "type": "remote",
      "url": "https://mcp.verifier-ma-facture.fr/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fr-verifier-ma-facture-validateur --url https://mcp.verifier-ma-facture.fr/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fr-verifier-ma-facture-validateur:
    url: "https://mcp.verifier-ma-facture.fr/mcp"
```

### Other

```json
{
  "mcpServers": {
    "fr-verifier-ma-facture-validateur": {
      "type": "http",
      "url": "https://mcp.verifier-ma-facture.fr/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 65, 0)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (2)

### `verifier_facture` (~175 tokens)

Vérifier la conformité Factur-X d'une facture PDF

Analyse un PDF de facture et rend un rapport de conformité Factur-X en 21 critères : essentiels (PDF/A-3, XML CII intégré), stricts (règles contrôlées par les plateformes agréées françaises, dont BR-FR-05, BR-FR-08 et BR-FR-CO-05) et avancés (qualité). Fournir le PDF encodé en base64 (10 Mo maximum). L'analyse est locale et éphémère : la facture n'est ni stockée ni transmise à un tiers.

Input parameters:

- `nom_fichier` (string): Nom du fichier, pour l'affichage du rapport (optionnel)
- `pdf_base64` (string, required): Le fichier PDF de la facture, encodé en base64 (avec ou sans préfixe data:)

### `lister_criteres` (~75 tokens)

Lister les critères de conformité vérifiés

Rend la grille complète des critères de conformité Factur-X vérifiés par verifier_facture (essentiels, stricts, avancés), avec les références normatives (EN 16931, ISO 19005-3, règles françaises BR-FR). Utile pour expliquer un rapport ou préparer une facture conforme.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/fr-verifier-ma-facture-validateur/mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65

## Links

- Remote endpoint: https://mcp.verifier-ma-facture.fr/mcp
- Website: https://verifier-ma-facture.fr/
- Changelog RSS feed: https://verifymcp.io/servers/fr-verifier-ma-facture-validateur/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fr-verifier-ma-facture-validateur/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fr-verifier-ma-facture-validateur/mcp
