conformite-ia-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@conformite-ia-mcpClassify an AI system for resume screening under the AI Act"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
conformite_ia_mcp — Conformité IA (AI Act + RGPD)
Serveur MCP qui donne à un agent IA des outils de conformité réglementaire pour le marché français/européen, à partir des textes officiels (Règlement UE 2024/1689, RGPD, CNIL).
⚠️ Information et orientation réglementaire — ne constitue pas un conseil juridique.
Outils
Outil | Rôle |
| Classe un système d'IA (interdit / haut risque / limité / minimal) + obligations + échéance |
| Obligations par rôle (fournisseur/déployeur) et niveau de risque |
| Calendrier d'application de l'AI Act (filtrable) |
| Recherche d'articles AI Act / RGPD avec liens officiels |
| Obligations RGPD déclenchées par un traitement de données |
Related MCP server: Lextiva Compliance MCP Server
Lancer en local (STDIO)
pip install -r requirements.txt
python test_local.py # tests hors ligne
python server.py # STDIO (défaut)Inspecter avec l'inspecteur MCP :
npx @modelcontextprotocol/inspector python server.pyLancer en HTTP (production / MCP Hive)
MCP_TRANSPORT=streamable-http HOST=0.0.0.0 PORT=8000 python server.py
# Endpoint : http://<hôte>:8000/mcp (Streamable HTTP)Ou via Docker :
docker build -t conformite-ia-mcp .
docker run -p 8000:8000 conformite-ia-mcpDépôt sur MCP Hive
Voir HIVE_LISTING.md (nom, catégorie, description, liste d'outils, pricing suggéré). Hive attend un serveur Streamable HTTP + en-tête clé API.
Sources
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentIA1984-cmd/mcp-conformite-ia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server