conformite-ia-mcp
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Regulatory intelligence for AI agents across jurisdictions
Provenance-backed EU and UK legislation for AI agents, addressable to the individual provision.
Register every AI agent, log every action, prove it. EU AI Act compliance built in.
Pre-action compliance for AI agents: allow, block or hold. 24 statutes, 13 jurisdictions.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides comprehensive GDPR compliance assessment tools for AI/ML systems, including lawful basis determination, DPIA generation, and data subject rights handling. It also crosswalks GDPR requirements to EU AI Act obligations with AI-specific considerations throughout.64 npm59 PyPIMIT
- FlicenseAqualityDmaintenanceProvides AI agents with access to a structured compliance dataset covering privacy and AI regulations across jurisdictions, enabling verifiable answers to regulatory questions via tools and resources.12-
- AlicenseAqualityDmaintenanceEnables EU AI Act compliance assessment by classifying AI systems, listing obligations, computing deadlines, and scanning repos for required documentation, all running locally.42MIT
- AlicenseAqualityDmaintenanceCompliance and guardrails infrastructure for AI agents, enabling safe operations within regulatory boundaries like GDPR and EU AI Act.6MIT