mcp-rncp

French RNCP/RS certification registers: search, sheets, blocs, validity, SIRET habilitation.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Search Certifications: Full-text search (BM25 + French synonyms) over the French national registers of professional certifications: RNCP (diplomas, titles, CQP) and RS (specific register: skills certi
  • Get Certification: Full structured sheet of one RNCP or RS certification: title, level, status and expiry, certifier(s), activities, attested skills, NSF/ROME/Formacode codes, access routes, legal tex
  • List Blocs: Blocs de compétences of an RNCP certification (code RNCPxxxxxBCyy, title, skills, assessment methods), in the order and wording expected by EDOF / Mon Compte Formation forms. RS certificat

What data it sees

Do you need an account

No: the server works without sign-in

French RNCP/RS certification registers: search, sheets, blocs, validity, SIRET habilitation.

Serveur MCP gratuit et open source pour interroger le RNCP et le RS de France compétences depuis Claude, ChatGPT ou Cursor : recherche de certifications, fiche complète, blocs de compétences EDOF, validité et échéance, habilitation d'un SIRET. Sans clé API, réponses sourcées et datées.

Free, open-source MCP server over France compétences open data (RNCP and RS registers of French professional certifications). 9 read-only tools: full-text search with French synonyms, full certification sheet, blocs de compétences (EDOF codes), validity/expiry check, SIRET habilitation check, partner listing, comparison, recent changes, data status. No API key, every answer cites its source and data date. Hosted Streamable HTTP endpoint or local npx -y mcp-rncp.

Catégories / tags : education, government, open-data, france, certification, training, hr, search Tags : mcp rncp rs france-competences certification formation cpf edof qualiopi open-data

Liens Site : https://mcp-rncp.com — Docs : https://mcp-rncp.com/docs Repo : https://github.com/ALDEBERTArnaud/mcp-rncp (MIT) npm : https://www.npmjs.com/package/mcp-rncp Endpoint hébergé (Streamable HTTP, sans auth) : https://mcp-rncp.com/mcp

Auteur : Arnaud Aldebert — https://arnaud-aldebert.dev

Config locale (stdio) :

{ "mcpServers": { "rncp": { "command": "npx", "args": ["-y", "mcp-rncp"] } } }

Config hébergée :

{ "mcpServers": { "rncp": { "url": "https://mcp-rncp.com/mcp" } } }

Server tool list (9)

Raw names from tools/list. Only developers need these.

search_certificationsFull-text search (BM25 + French synonyms) over the French national registers of professional certifications: RNCP (diplomas, titles, CQP) and RS (specific register: skills certificates, habilitations). Filter by register, level (3-8), NSF or ROME code. Returns ranked matches with status and expiry date; use get_certification for details. Example (FR): « Quelles certifications de niveau 6 en cybersécurité sont actives ? »
get_certificationFull structured sheet of one RNCP or RS certification: title, level, status and expiry, certifier(s), activities, attested skills, NSF/ROME/Formacode codes, access routes, legal texts, replacements, statistics, official URL. Long texts are truncated to 4000 chars unless full=true. Example (FR): « Donne-moi la fiche RNCP 35419 et ses compétences attestées. »
list_blocsBlocs de compétences of an RNCP certification (code RNCPxxxxxBCyy, title, skills, assessment methods), in the order and wording expected by EDOF / Mon Compte Formation forms. RS certifications have no blocs. Example (FR): « Liste les blocs de compétences du RNCP 37674 à renseigner dans EDOF. »
check_validityIs this certification currently registered (active) and until when? Returns status, expiry date, remaining days, delivery deadline, replacement certification(s) and an estimated CPF eligibility (a registered active certification is eligible in principle; the training organism must still be habilitated and referenced). Example (FR): « Le RNCP 35419 est-il encore actif ? Jusqu'à quand ? »
check_habilitationIs a given SIRET (or SIREN) habilitated for a certification, and for which role: 'former' (train), 'evaluer' (organise assessment) or both? Also detects when the SIRET is the certifier itself. Habilitation is effective only if the certification is active AND the partner state is 'Actif'. Example (FR): « Le SIRET 80875076400025 est-il habilité sur le RNCP 35419 ? »
list_partenairesTraining organisms habilitated on a certification (name, SIRET, role former/evaluer/both, state, dates). Paginated; filter by SIRET/SIREN prefix. Example (FR): « Quels organismes sont habilités sur le RNCP 37674 ? »
compare_certificationsSide-by-side comparison of two certifications: level, status, certifiers, NSF/ROME overlap, number of blocs and lexical overlap of blocs (Jaccard on skill terms) and, for each bloc of A, the closest bloc of B (overlap coefficient). Example (FR): « Compare le RNCP 36490 et le RNCP 37873. »
changes_sinceCertifications created, updated, deactivated, reactivated or removed since a date (history starts at the first ingestion run). Filter by change type, register or NSF code. Example (FR): « Quelles fiches informatique (NSF 326) ont changé depuis le 1er juillet ? »
get_data_statusSource dataset date, ingestion run, counts (total/active/RNCP/RS/blocs/partners) and age of the data in days. Call this to tell the user how fresh the answers are. Example (FR): « De quand datent les données RNCP ? »