insurance_coverage_analyzer
ActiveTool of gapup-mcp
Analyseur de couvertures d'assurance — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Gapup Hub — 3 polices · €24k prime · Score 58/100 · 3 gaps critiques · RFP template. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"companyName",
"arrEur",
"employeeCount",
"sector",
"jurisdiction",
"currentPolicies",
"riskProfile",
"objectives"
],
"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."
},
"arrEur": {
"type": "number"
},
"sector": {
"type": "string"
},
"objectives": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 4,
"minItems": 1
},
"companyName": {
"type": "string"
},
"riskProfile": {
"type": "object",
"required": [
"hasPersonalData",
"hasBoardOfDirectors",
"hasInternationalOps",
"hasPhysicalProducts",
"hasKeyPersonDependency",
"seriesStage"
],
"properties": {
"seriesStage": {
"type": "string"
},
"hasPersonalData": {
"type": "boolean"
},
"hasBoardOfDirectors": {
"type": "boolean"
},
"hasInternationalOps": {
"type": "boolean"
},
"hasPhysicalProducts": {
"type": "boolean"
},
"hasKeyPersonDependency": {
"type": "boolean"
}
}
},
"jurisdiction": {
"type": "string"
},
"employeeCount": {
"type": "number"
},
"currentPolicies": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"insurer",
"annualPremiumEur",
"coverageLimitEur",
"deductibleEur",
"expiryDate",
"keyExclusions"
],
"properties": {
"type": {
"enum": [
"do",
"cyber",
"rc-pro",
"eo",
"keyman",
"property",
"employment-practices",
"product-liability"
],
"type": "string"
},
"insurer": {
"type": "string"
},
"expiryDate": {
"type": "string"
},
"deductibleEur": {
"type": "number"
},
"keyExclusions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
},
"annualPremiumEur": {
"type": "number"
},
"coverageLimitEur": {
"type": "number"
}
}
},
"maxItems": 10,
"minItems": 1
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries