Ara — audits d'accessibilité RGAA
About
Créer, remplir et publier des audits RGAA 4.1 sur Ara (plateforme de l'État). Non officiel.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ARA_AUTH_TOKEN ARA_USERNAME ARA_PASSWORD ARA_BASE_URLClaude Code
claude mcp add --env ARA_AUTH_TOKEN= --env ARA_USERNAME= --env ARA_PASSWORD= --env ARA_BASE_URL= ara-rgaa-mcp -- npx ara-rgaa-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ara-rgaa-mcp","command":"npx","args":["ara-rgaa-mcp"],"env":{"ARA_AUTH_TOKEN":"","ARA_USERNAME":"","ARA_PASSWORD":"","ARA_BASE_URL":""}}'
JSON
{
"mcpServers": {
"ara-rgaa-mcp": {
"command": "npx",
"args": [
"ara-rgaa-mcp"
],
"env": {
"ARA_AUTH_TOKEN": "",
"ARA_USERNAME": "",
"ARA_PASSWORD": "",
"ARA_BASE_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.