ai_governance_pilot
ActiveTool of @gapup/mcp-knowledge
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries