Crée, évalue, exporte et publie des audits RGAA 4.1 sur la plateforme Ara.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ara — audits d'accessibilité RGAA.
list_rgaa_criteriaList RGAA 4.1 criteria as an index: topic number, topic name, criterion number and wording. Tests are NOT included — call get_rgaa_criterion for those. Use this to know what an audit actually covers before evaluating anything. Filter to keep the answer small: - auditType FAST — the 25 criteria of a rapid audit - auditType COMPLEMENTARY — the 25 complementary criteria (disjoint from the rapid ones) - auditType FULL, or no filter — all 106 - topic — restrict to one of the 13 topics Source: the RGAA reference shipped with Ara, published by the DINUM under Licence Ouverte 2.0.
get_audit_methodReturn the work plan for an audit type: which criteria can be settled by reading the HTML source, and which ones require the rendered page, keyboard navigation, the accessibility tree, or editorial judgement. Call this BEFORE starting an audit. It tells you which tools you will actually need — a browser, a keyboard pass, a screen reader — instead of discovering halfway through that half the criteria cannot be answered from markup. Criteria that need more than the source cannot be marked COMPLIANT or NOT_COMPLIANT by update_audit_results without declaring the matching evidence. This classification is guidance from this server, not a prescription of the RGAA.
get_rgaa_criterionReturn the wording of a single RGAA 4.1 criterion AND its numbered tests — the checks an auditor actually performs to decide COMPLIANT / NOT_COMPLIANT / NOT_APPLICABLE. Call this before evaluating a criterion with update_audit_results: it is what turns "topic 6, criterium 1" into something you can actually assess. Also tells whether the criterion belongs to the rapid or complementary audit. The "verification" block says what is needed BEYOND the HTML source to settle the criterion — keyboard navigation, rendered page, accessibility tree, or editorial judgement — and how to go about it. When "sourceSuffit" is false, reading the markup is not enough: open the page. Source: the RGAA reference shipped with Ara, published by the DINUM under Licence Ouverte 2.0.
auth_refreshRe-authenticate against Ara using the credentials configured in this server's environment, and report the current authentication state. Takes no arguments on purpose: credentials must never be passed as tool arguments, because tool arguments transit through the model's context and are persisted in conversation transcripts. Configure them in the `env` block of your MCP client configuration: - ARA_AUTH_TOKEN — a pre-issued Bearer token (recommended) - ARA_USERNAME + ARA_PASSWORD — used to sign in automatically at startup Use this tool only when a call has failed with an expired-token error.
create_auditCreate a new RGAA accessibility audit in Ara. Returns the audit with its editUniqueId (for editing) and consultUniqueId (for viewing the report). Audit types: - FULL: all 106 RGAA criteria - FAST: 25 criteria (audit rapide) - COMPLEMENTARY: 25 criteria (audit complémentaire) — disjoint from the rapid ones, the two methodologies together covering 50 Call list_rgaa_criteria to see exactly which criteria a type covers.
get_auditRetrieve a full audit by its editUniqueId. Returns all metadata, pages, environments, and notes.
Ara — audits d'accessibilité RGAA MCP server permet de gérer des audits RGAA 4.1 dans Ara, la plateforme d'audit d'accessibilité de la DINUM. Le serveur couvre le cycle de vie d'un audit : création, duplication, lecture, mise à jour des métadonnées, saisie des résultats, génération du rapport, export CSV et publication.
Les audits peuvent être de type FULL, FAST ou COMPLEMENTARY. Un audit complet comprend 106 critères par page. Les modes rapide et complémentaire couvrent chacun 25 critères distincts. Le serveur fournit aussi les critères RGAA embarqués, leurs tests numérotés et les 13 thématiques, sans dépendre du réseau pour cette partie du référentiel.
Le projet est communautaire et non officiel. Il agit comme client tiers de l'API Ara et nécessite un compte sur la plateforme.
Avant de commencer, get_audit_method décrit le plan de vérification du type d'audit choisi. Il précise quels critères peuvent être tranchés dans le code source et lesquels demandent une page rendue, une navigation au clavier, l'arbre d'accessibilité ou un jugement éditorial.
Pour chaque critère, get_rgaa_criterion renvoie le libellé, les tests et les besoins de vérification. L'agent peut ensuite transmettre les évaluations avec update_audit_results, page par page ou par lots de thématiques. Les statuts possibles sont COMPLIANT, NOT_COMPLIANT, NOT_APPLICABLE et NOT_TESTED. Les non-conformités comprennent un titre, un commentaire, un impact utilisateur et une proposition de correction rapide.
Les outils de progression évitent de charger tous les résultats lorsque le besoin se limite aux critères restants. Ara refuse la publication tant qu'un critère est encore NOT_TESTED. La publication de l'audit et celle de la déclaration d'accessibilité rendent des informations publiques et ne peuvent pas être annulées depuis ce serveur. La suppression ne dépublie pas un rapport déjà publié.
Ara — audits d'accessibilité RGAA MCP server s'installe avec Node.js 18 ou une version ultérieure :
Une première connexion peut être lancée avec npx ara-rgaa-mcp login. Le navigateur local sert à saisir les identifiants ; le jeton est enregistré dans ~/.config/ara-rgaa-mcp/credentials.json avec des permissions restrictives, et le mot de passe n'est pas sauvegardé. Les commandes status et logout permettent respectivement de consulter l'état du compte et de supprimer le jeton local.
Pour les environnements automatisés ou sans navigateur, configurez ARA_AUTH_TOKEN, ou ARA_USERNAME et ARA_PASSWORD. ARA_BASE_URL permet de modifier l'URL de base de l'API et prend par défaut celle d'Ara. Les jetons durent 24 heures ; auth_refresh relance l'authentification après une expiration, mais uniquement après un échec lié au jeton.
Le serveur échappe les balises HTML dans les commentaires de critères, tandis que les notes sont interprétées comme du texte riche. Les mises à jour complètes remplacent les métadonnées existantes ; il faut donc récupérer l'audit avant de modifier ces champs. La mise à jour des notes et des résultats remplace également le contenu ciblé.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ara-audits-d-accessibilit-rgaa)<a href="https://allmcps.com/mcp/ara-audits-d-accessibilit-rgaa"><img src="https://allmcps.com/api/badge/ara-audits-d-accessibilit-rgaa?style=directory" alt="Ara — audits d'accessibilité RGAA on AllMCPs" /></a>