# Projet Ariane — Orientation (remote · www.projet-ariane.fr)

Orientation en France : métiers, formations, Parcoursup, écoles, aides, offres. Sources officielles.

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

## Components

- remote · `www.projet-ariane.fr`: 81/100 (this document), [markdown](https://verifymcp.io/servers/fr-projet-ariane-ariane-orientation/api-mcp-mcp.md), [page](https://verifymcp.io/servers/fr-projet-ariane-ariane-orientation/api-mcp-mcp)

## Channel facts

- Endpoint: `https://www.projet-ariane.fr/api/mcp/mcp`
- Transports: `streamable-http`
- 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-09-22.

- **Endpoint Security**: 80/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1698 tokens (~130/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 50/100
  - Stability observed for 15 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 14 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 Projet Ariane — Orientation MCP server?

Projet Ariane — Orientation is a hosted endpoint at https://www.projet-ariane.fr/api/mcp/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-projet-ariane-ariane-orientation 'https://www.projet-ariane.fr/api/mcp/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "fr-projet-ariane-ariane-orientation": {
      "url": "https://www.projet-ariane.fr/api/mcp/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fr-projet-ariane-ariane-orientation": {
      "type": "http",
      "url": "https://www.projet-ariane.fr/api/mcp/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.fr-projet-ariane-ariane-orientation]
url = "https://www.projet-ariane.fr/api/mcp/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fr-projet-ariane-ariane-orientation": {
      "type": "remote",
      "url": "https://www.projet-ariane.fr/api/mcp/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fr-projet-ariane-ariane-orientation --url 'https://www.projet-ariane.fr/api/mcp/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fr-projet-ariane-ariane-orientation:
    url: "https://www.projet-ariane.fr/api/mcp/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "fr-projet-ariane-ariane-orientation": {
      "Transport": "http",
      "Url": "https://www.projet-ariane.fr/api/mcp/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add fr-projet-ariane-ariane-orientation -t streamable-http -u 'https://www.projet-ariane.fr/api/mcp/mcp'
```

### Other

```json
{
  "mcpServers": {
    "fr-projet-ariane-ariane-orientation": {
      "type": "http",
      "url": "https://www.projet-ariane.fr/api/mcp/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-22 (score 81, +1)

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

### 2026-09-20 (score 80, +1)

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

### 2026-09-18 (score 79, +8)

- [security improvement] Authorization: unverified → partial

### 2026-09-16 (score 71, +1)

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

### 2026-09-15 (score 70, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: pass → fail
- [functional] Server version: 1.0.0 → 1.1.0
- [functional] New tool “classement”
- [functional] New tool “evenements_a_venir”
- [functional] New tool “fiche_ecole”
- [functional] New tool “fiche_formation”
- [functional] New tool “rechercher_article”
- [functional] New tool “rechercher_ecole”
- [functional] New tool “rechercher_formation”
- [functional] New tool “rechercher_offres”

### 2026-09-14 (score 71, +1)

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

### 2026-09-12 (score 70, +1)

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

### 2026-09-09 (score 69, +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.

## MCP tools (13)

### `rechercher_metier` (~77 tokens)

Rechercher un métier

Trouve des métiers correspondant à des centres d'intérêt ou un domaine (données Projet Ariane). Renvoie une liste avec liens vers les fiches.

Input parameters:

- `domaine` (string): Domaine à filtrer (ex. informatique, santé).
- `interets` (string, required): Centres d'intérêt, envies ou mots-clés en texte libre.

### `fiche_metier` (~61 tokens)

Fiche d'un métier

Retourne la fiche complète d'un métier (description, rémunération, marché de l'emploi, formations associées) depuis les données Projet Ariane.

Input parameters:

- `slug` (string, required): Identifiant URL du métier (ex. infirmier, developpeur-web).

### `ou_se_former` (~71 tokens)

Où se former pour un métier

Liste les diplômes et formations permettant d'accéder à un métier donné ou à un domaine (données Projet Ariane).

Input parameters:

- `domaine` (string): Domaine professionnel (ex. informatique, santé).
- `metier` (string): Nom du métier visé (ex. infirmier, comptable).

### `rechercher_formation` (~203 tokens)

Rechercher une formation

Trouve des formations (BTS, BUT, licences, masters, CPGE, écoles…) par intitulé, ville, niveau ou type, classées par pertinence, avec le taux d'accès Parcoursup et des liens vers les fiches (données Projet Ariane).

Input parameters:

- `limite` (integer): Nombre de résultats (défaut 6, maximum 20).
- `niveau` (string): Niveau CEC visé, de 3 (CAP) à 8 (doctorat) — ex. 5 pour un BTS, 6 pour une licence, 7 pour un master.
- `recherche` (string, required): Intitulé, discipline ou mots-clés (ex. BTS informatique, licence psychologie).
- `type` (string): Type de filière : BTS, BUT, LICENCE, MASTER, CPGE, INGENIEUR, COMMERCE…
- `ville` (string): Ville (ex. Lyon, Colmar).

### `fiche_formation` (~107 tokens)

Fiche d'une formation

Retourne la fiche d'une formation : établissement, diplôme, statistiques d'admission Parcoursup sur les derniers millésimes, insertion et métiers visés (données Projet Ariane).

Input parameters:

- `id` (string): Référence interne de la formation, rendue par rechercher_formation quand elle n'a pas de slug.
- `slug` (string): Identifiant URL de la formation (ex. bts-sio-lycee-x-lyon), rendu par rechercher_formation.

### `rechercher_ecole` (~164 tokens)

Rechercher une école

Trouve des écoles et établissements (universités, écoles d'ingénieurs et de commerce, lycées, CFA…) par nom, sigle, ville ou type, avec leurs campus et le nombre de formations, et des liens vers les fiches (données Projet Ariane).

Input parameters:

- `limite` (integer): Nombre de résultats (défaut 6, maximum 20).
- `recherche` (string, required): Nom, sigle, ville ou mots-clés (ex. INSA Lyon, université Strasbourg).
- `type` (string): Type d'établissement, parmi : Université, École d'ingénieurs, École de commerce, Lycée, CFA / Apprentissage, Grande école, École de santé, École d'art, Architecture.

### `fiche_ecole` (~73 tokens)

Fiche d'une école

Retourne la fiche d'un établissement : campus et adresses, formations proposées avec leur sélectivité Parcoursup, résultats au bac pour un lycée (données Projet Ariane).

Input parameters:

- `slug` (string, required): Identifiant URL de l'école (ex. insa-lyon), rendu par rechercher_ecole.

### `rechercher_aides` (~129 tokens)

Rechercher des aides financières

Trouve les aides financières (bourses, aides au logement, aides à la mobilité…) correspondant à une situation décrite en texte libre. Renvoie une liste avec montants et liens vers les fiches.

Input parameters:

- `categorie` (string): Catégorie d'aide à filtrer. Valeurs acceptées : logement, mobilite, international, equipement, restauration, bourse, emploi, sante, autre. Toute autre valeur est ignorée.
- `situation` (string, required): Situation de la personne en texte libre (ex. étudiant boursier, apprenti, lycéen en mobilité).

### `fiche_aide` (~69 tokens)

Fiche d'une aide financière

Retourne la fiche complète d'une aide financière (description, montant, profils éligibles, liens officiels) depuis les données Projet Ariane.

Input parameters:

- `slug` (string, required): Identifiant URL de l'aide (ex. bourse-sur-criteres-sociaux, aide-au-logement).

### `rechercher_offres` (~149 tokens)

Rechercher des offres d'emploi ou d'alternance

Trouve des offres d'emploi et d'alternance actives (France Travail, La Bonne Alternance) par métier ou mot-clé et par ville, avec contrat, salaire, date et lien vers l'offre (données Projet Ariane).

Input parameters:

- `limite` (integer): Nombre de résultats (défaut 6, maximum 20).
- `metier` (string, required): Métier ou mots-clés de l'intitulé (ex. boulanger, développeur web).
- `type` (string): alternance = apprentissage et professionnalisation ; emploi = hors alternance ; tous (défaut).
- `ville` (string): Ville ou zone (ex. Marseille).

### `classement` (~174 tokens)

Classement des lycées et collèges

Palmarès des lycées (voie générale et technologique ou professionnelle) et des collèges du millésime le plus récent, au niveau national, par département ou par ville : rang, réussite, valeur ajoutée, lien vers la fiche de l'établissement (données Projet Ariane, source DEPP).

Input parameters:

- `departement` (string): Nom du département (ex. Bas-Rhin, Gironde).
- `limite` (integer): Nombre d'établissements (défaut 6, maximum 20).
- `type` (string, required): lycees ou colleges.
- `ville` (string): Commune (ex. Strasbourg). Prime sur le département.
- `voie` (string): Pour les lycées : generale_techno (défaut) ou pro. Ignoré pour les collèges.

### `rechercher_article` (~121 tokens)

Rechercher un article

Trouve des articles et guides publiés par Projet Ariane (Parcoursup, alternance, métiers, aides, vie étudiante) par mots-clés ou par tag, classés par pertinence, avec lien vers l'article.

Input parameters:

- `limite` (integer): Nombre de résultats (défaut 6, maximum 20).
- `recherche` (string, required): Sujet ou mots-clés (ex. Parcoursup vœux, alternance salaire).
- `tag` (string): Slug d'un tag pour filtrer (ex. parcoursup).

### `evenements_a_venir` (~195 tokens)

Événements d'orientation à venir

Liste les événements d'orientation à venir — journées portes ouvertes, salons étudiants et emploi, forums métiers, ateliers, conférences — par ville ou département, type et horizon, avec dates, lieu et lien d'inscription (données Projet Ariane, OpenAgenda). Ne rend jamais un événement passé.

Input parameters:

- `departement` (string): Département (ex. Rhône).
- `jours` (integer): Horizon en jours (défaut 90, maximum 365).
- `limite` (integer): Nombre de résultats (défaut 6, maximum 20).
- `recherche` (string): Mots-clés libres (nom d'école, thème…).
- `type` (string): Type d'événement, parmi : JPO, SALON_ETUDIANT, SALON_EMPLOI, FORUM_METIERS, ATELIER, CONFERENCE.
- `ville` (string): Ville (ex. Lyon).

## Diagnostics

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

## Score history

- 2026-09-22: 81
- 2026-09-21: 80
- 2026-09-20: 80
- 2026-09-19: 79
- 2026-09-18: 79
- 2026-09-17: 71
- 2026-09-16: 71
- 2026-09-15: 70
- 2026-09-14: 71
- 2026-09-13: 70
- 2026-09-12: 70
- 2026-09-11: 69
- 2026-09-10: 69
- 2026-09-09: 69
- 2026-09-08: 68
- 2026-09-07: 68

## Common questions

### What is the Projet Ariane — Orientation MCP server?

Projet Ariane — Orientation is an MCP server listed in the public MCP registry as fr.projet-ariane/ariane-orientation. Orientation en France : métiers, formations, Parcoursup, écoles, aides, offres. Sources officielles. This page covers its hosted endpoint (https://www.projet-ariane.fr/api/mcp/mcp).

### Is the Projet Ariane — Orientation MCP server safe to use?

Projet Ariane — Orientation scores 81 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 Projet Ariane — Orientation MCP server expose?

Projet Ariane — Orientation exposes 13 tools: rechercher_metier, fiche_metier, ou_se_former, rechercher_formation, fiche_formation, and 8 more. Their descriptions and schemas cost roughly 1,593 tokens of context every time the server is loaded.

### Does the Projet Ariane — Orientation MCP server require authentication?

No. We connected to Projet Ariane — Orientation without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Projet Ariane — Orientation MCP server still maintained?

Projet Ariane — Orientation is still listed as active in the MCP registry. We last reached this channel on 22 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://www.projet-ariane.fr/api/mcp/mcp
- Website: https://www.projet-ariane.fr/
- Changelog RSS feed: https://verifymcp.io/servers/fr-projet-ariane-ariane-orientation/api-mcp-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fr-projet-ariane-ariane-orientation/api-mcp-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fr-projet-ariane-ariane-orientation/api-mcp-mcp
