ma_deal_screener
ActiveTool of @gapup/mcp-knowledge
M&A Deal Screener — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Salesforce M&A targets — 12 cibles screened · fit score + valuation + integration risk. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"acquirer",
"criteria"
],
"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": 400
},
"acquirer": {
"type": "object",
"required": [
"name",
"sector",
"arrEur",
"strategicThesis"
],
"properties": {
"name": {
"type": "string"
},
"arrEur": {
"type": "number"
},
"sector": {
"type": "string"
},
"strategicThesis": {
"type": "string",
"maxLength": 500,
"minLength": 20
}
}
},
"criteria": {
"type": "object",
"required": [
"targetGeo",
"arrRangeMinEur",
"arrRangeMaxEur",
"preferredEntryMode"
],
"properties": {
"targetGeo": {
"type": "array",
"items": {
"type": "string"
}
},
"arrRangeMaxEur": {
"type": "number"
},
"arrRangeMinEur": {
"type": "number"
},
"preferredEntryMode": {
"enum": [
"acquihire",
"tuck-in",
"platform",
"transformative"
],
"type": "string"
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries