# fr.juan-branco/branco (remote · droit.juan-branco.fr)

French legal research: statutes in force at any date, case law both ways, verified citations.

- Trust score: 85/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `droit.juan-branco.fr`: 85/100 (this document), [markdown](https://verifymcp.io/servers/fr-juan-branco-branco/api-mcp.md), [page](https://verifymcp.io/servers/fr-juan-branco-branco/api-mcp)

## Channel facts

- Endpoint: `https://droit.juan-branco.fr/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.42.2`

## 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-09-21.

- **Endpoint Security**: 91/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - 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**: 65/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1470 tokens (~367/item across 4 items; 3 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 75/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 13% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the fr.juan-branco/branco MCP server?

fr.juan-branco/branco is a hosted endpoint at https://droit.juan-branco.fr/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http fr-juan-branco-branco 'https://droit.juan-branco.fr/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "fr-juan-branco-branco": {
      "url": "https://droit.juan-branco.fr/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fr-juan-branco-branco": {
      "type": "http",
      "url": "https://droit.juan-branco.fr/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.fr-juan-branco-branco]
url = "https://droit.juan-branco.fr/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fr-juan-branco-branco": {
      "type": "remote",
      "url": "https://droit.juan-branco.fr/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fr-juan-branco-branco --url 'https://droit.juan-branco.fr/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fr-juan-branco-branco:
    url: "https://droit.juan-branco.fr/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "fr-juan-branco-branco": {
      "Transport": "http",
      "Url": "https://droit.juan-branco.fr/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add fr-juan-branco-branco -t streamable-http -u 'https://droit.juan-branco.fr/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "fr-juan-branco-branco": {
      "type": "http",
      "url": "https://droit.juan-branco.fr/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-09-21 (score 85, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: pass → fail
- [functional] The server now declares the “prompts” capability
- [functional] The server now declares the “resources” capability
- [functional] First check of Schema quality: 100
- [functional] New prompt “recherche-juridique-branco”
- [functional] New resource “methode-juridique-branco”
- [functional] Server version: 0.55.4 → 0.55.9

### 2026-09-20 (score 85, 0)

- [functional] Server version: 0.53.1 → 0.55.4

### 2026-09-19 (score 85, +1)

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

### 2026-09-17 (score 84, +1)

- [functional] Server version: 0.52.9 → 0.53.1

### 2026-09-15 (score 83, +1)

- [functional] Server version: 0.52.7 → 0.52.9

### 2026-09-14 (score 82, 0)

- [functional] Server version: 0.50.1 → 0.52.7

### 2026-09-13 (score 82, +1)

- [functional] Server version: 0.47.1 → 0.50.1

### 2026-09-12 (score 81, 0)

- [functional] Server version: 0.45.2 → 0.47.1

## MCP tools (3)

### `verifier_citation` (~94 tokens)

Vérifier matériellement une citation

Contrôle localement si une citation figure dans un texte fourni, à l’identique ou après normalisation de la casse, des espaces et signes typographiques. Ne valide ni l’autorité, ni la pertinence, ni le sens juridique.

Input parameters:

- `citation` (string, required)
- `longueur_contexte` (integer)
- `texte_source` (string, required): Texte à vérifier, jamais une pièce ni une donnée confidentielle.

Output parameters:

- `empreinte_source_sha256` (string)
- `explication` (string)
- `extrait`
- `position`
- `statut` (string)

### `decrire_etat_corpus` (~44 tokens)

Décrire l'état des corpus

Expose les versions, bornes, compteurs, retards, limites, alvéoles et garde-fou qualité actuellement déclarés par BRANCO.

### `rechercher_circulaires_penales` (~100 tokens)

Rechercher les circulaires pénales

Recherche localement les notices de toutes les circulaires publiées en ligne dans le Bulletin officiel du ministère de la Justice. Le filtre pénal est volontairement large ; une recherche peut aussi porter sur l’ensemble du catalogue ou sur un numéro NOR.

Input parameters:

- `limite` (integer)
- `nor` (string)
- `offset` (integer)
- `perimetre` (string)
- `requete` (string)

## Diagnostics

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

## Score history

- 2026-09-21: 85
- 2026-09-20: 85
- 2026-09-19: 85
- 2026-09-18: 84
- 2026-09-17: 84
- 2026-09-16: 83
- 2026-09-15: 83
- 2026-09-14: 82
- 2026-09-13: 82
- 2026-09-12: 81
- 2026-09-11: 81
- 2026-09-10: 80
- 2026-09-09: 80
- 2026-09-08: 79
- 2026-09-07: 79
- 2026-09-06: 79
- 2026-09-05: 78
- 2026-09-04: 78
- 2026-09-03: 77
- 2026-09-02: 77
- 2026-09-01: 76
- 2026-08-31: 76
- 2026-08-30: 75
- 2026-08-29: 75

## Common questions

### What is the fr.juan-branco/branco MCP server?

fr.juan-branco/branco is an MCP server listed in the public MCP registry as fr.juan-branco/branco. French legal research: statutes in force at any date, case law both ways, verified citations. This page covers its hosted endpoint (https://droit.juan-branco.fr/api/mcp).

### Is the fr.juan-branco/branco MCP server safe to use?

fr.juan-branco/branco scores 85 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the fr.juan-branco/branco MCP server expose?

fr.juan-branco/branco exposes 3 tools: verifier_citation, decrire_etat_corpus, rechercher_circulaires_penales. Their descriptions and schemas cost roughly 238 tokens of context every time the server is loaded.

### Does the fr.juan-branco/branco MCP server require authentication?

Yes. fr.juan-branco/branco asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the fr.juan-branco/branco MCP server still maintained?

fr.juan-branco/branco is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://droit.juan-branco.fr/api/mcp
- Authorisation metadata: https://droit.juan-branco.fr/.well-known/oauth-protected-resource/api/mcp
- Website: https://droit.juan-branco.fr/
- Changelog RSS feed: https://verifymcp.io/servers/fr-juan-branco-branco/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fr-juan-branco-branco/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fr-juan-branco-branco/api-mcp
