privacy_compliance_audit
ActiveTool of @gapup/mcp-knowledge
Audit conformité vie privée — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Lemlist SAS — SaaS outreach B2B, transferts UE→US Schrems II, RGPD + CCPA + LGPD + UK GDPR. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"processingActivities",
"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",
"hasDpo"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"hasDpo": {
"type": "boolean"
},
"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",
"BR",
"other"
],
"type": "string"
},
"maxItems": 5,
"minItems": 1
},
"dpaNotifications": {
"type": "string",
"maxLength": 500
}
}
},
"presenterScript": {
"type": "array",
"items": {
"type": "object",
"required": [
"slideId",
"slideTitle",
"narration",
"durationSec"
],
"properties": {
"slideId": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"narration": {
"type": "string",
"maxLength": 1200,
"minLength": 80
},
"motionHint": {
"enum": [
"opening-confidence",
"explaining",
"pointing-at-chart",
"thoughtful-pause",
"emphatic-point",
"nodding-listening",
"hand-gesture-open",
"summary-pose",
"closing-confidence"
],
"type": "string"
},
"slideTitle": {
"type": "string",
"maxLength": 120,
"minLength": 3
},
"durationSec": {
"type": "number",
"maximum": 120,
"minimum": 15
},
"keyPointsToAcknowledge": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 5
}
}
},
"maxItems": 15,
"minItems": 6
},
"targetFrameworks": {
"type": "array",
"items": {
"enum": [
"RGPD",
"UK GDPR",
"CCPA-CPRA",
"LGPD",
"NIST Privacy Framework",
"ISO 27701"
],
"type": "string"
},
"maxItems": 6,
"minItems": 1
},
"processingActivities": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"description",
"dataCategories",
"dataSubjects",
"subProcessors",
"internationalTransfers"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"description": {
"type": "string",
"maxLength": 500
},
"dataSubjects": {
"type": "string",
"maxLength": 200
},
"subProcessors": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 10
},
"dataCategories": {
"type": "array",
"items": {
"enum": [
"identification",
"contact",
"financieres",
"comportementales",
"techniques",
"sensibles-art9",
"judiciaires-art10",
"professionnelles",
"localisation"
],
"type": "string"
},
"maxItems": 8,
"minItems": 1
},
"estimatedVolume": {
"type": "string",
"maxLength": 100
},
"internationalTransfers": {
"type": "boolean"
}
}
},
"maxItems": 30,
"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