You're viewing a demo portfolio

Join the waitlist
PRSM

ai_governance_full_report_async

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Audit EU AI Act complet (Règlement UE 2024/1689) — implémentation native audit-grade. Classifie le système IA selon les 4 tiers de risque (unacceptable/high_risk/limited_risk/minimal_risk/gpai) sur la base de l'Annexe III et de l'Article 5. Produit : (1) classification tier + justification + articles applicables, (2) checklist conformité Articles 9-15 + 50 + 53-55, (3) gaps documentation Annexe IV, (4) mapping ISO 42001, (5) deadlines EU AI Act 2025-2029, (6) estimation coût et effort, (7) top 10 recommandations P0/P1/P2. Retourne immédiatement (<300ms) un job_id. Poller avec ai_governance_full_report_result(job_id) après eta_seconds (~90s). Cache 7 jours pour inputs identiques. Async tool — register a webhook via `webhooks_manage(register, url, [job.completed])` to receive callbacks instead of polling. Faster + lighter. DISCLAIMER : non substitutif à un avis juridique professionnel.

Parameters schema

{
  "type": "object",
  "required": [
    "ai_system_description",
    "intended_purpose"
  ],
  "properties": {
    "company_size": {
      "enum": [
        "startup",
        "smb",
        "mid",
        "large",
        "enterprise"
      ],
      "type": "string",
      "description": "Taille entreprise : startup (≤50), smb (51-250), mid (251-1000), large (1001-5000), enterprise (>5000)"
    },
    "data_sources": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Sources de données utilisées par le système IA"
    },
    "affected_persons": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Catégories de personnes affectées par les décisions du système (ex: candidats, employés, clients)"
    },
    "geographic_scope": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Zones géographiques de déploiement (ex: 'EU', 'France', 'Global')"
    },
    "intended_purpose": {
      "type": "string",
      "maxLength": 500,
      "minLength": 5,
      "description": "Finalité prévue du système IA : à quoi sert-il concrètement"
    },
    "deployment_context": {
      "enum": [
        "internal",
        "public",
        "b2b",
        "b2c"
      ],
      "type": "string",
      "description": "Contexte de déploiement : interne (usage employés), public, B2B, B2C"
    },
    "ai_system_description": {
      "type": "string",
      "maxLength": 2000,
      "minLength": 10,
      "description": "Description détaillée du système IA : ce qu'il fait, comment il fonctionne, quelles décisions il prend"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
ai_governance_full_report_async — @gapup/mcp-knowledge — PRSM MCP