You're viewing a demo portfolio

Join the waitlist
PRSM

ai_governance_pilot

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Pilotage de gouvernance IA — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: TalentScope SAS — scoring IA candidats RH (EU AI Act Annex III §4, high-risk). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "aiUseCases",
    "targetFrameworks"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "focus": {
      "type": "string",
      "maxLength": 500
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte",
        "revenueEur",
        "country",
        "jurisdictions"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 1
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "country": {
          "type": "string",
          "maxLength": 80,
          "minLength": 2
        },
        "revenueEur": {
          "type": "number",
          "minimum": 0
        },
        "jurisdictions": {
          "type": "array",
          "items": {
            "enum": [
              "FR",
              "EU",
              "UK",
              "US-CA",
              "other"
            ],
            "type": "string"
          },
          "maxItems": 5,
          "minItems": 1
        }
      }
    },
    "aiUseCases": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "description",
          "dataTypes",
          "impactedUsers"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "minLength": 2
          },
          "dataTypes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 10
          },
          "description": {
            "type": "string",
            "maxLength": 500
          },
          "impactedUsers": {
            "type": "string",
            "maxLength": 200
          }
        }
      },
      "maxItems": 20,
      "minItems": 1
    },
    "targetFrameworks": {
      "type": "array",
      "items": {
        "enum": [
          "EU AI Act",
          "ISO 42001",
          "NIST AI RMF",
          "GDPR Art.22",
          "HIPAA",
          "AGIRC-ARRCO",
          "UK AI Code"
        ],
        "type": "string"
      },
      "maxItems": 7,
      "minItems": 1
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

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