investor_shortlist
ActiveTool of @gapup/mcp-knowledge
Shortlist d'investisseurs ciblés — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Aleph AI — Series B €30M · 60 investisseurs EU/US matchés par stage/thèse · fit score + warm intro path + first message angle. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"round",
"preferences"
],
"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
},
"round": {
"type": "object",
"required": [
"stage",
"targetAmountEur",
"minViableAmountEur",
"targetCloseDate",
"leadTicketSizeEur"
],
"properties": {
"stage": {
"enum": [
"pre-seed",
"seed",
"series-a",
"series-b",
"series-c",
"series-d",
"series-d-plus",
"series-e",
"follow-on",
"growth",
"private-equity"
],
"type": "string"
},
"targetAmountEur": {
"type": "number",
"minimum": 100000
},
"targetCloseDate": {
"type": "string"
},
"leadTicketSizeEur": {
"type": "number",
"minimum": 100000
},
"minViableAmountEur": {
"type": "number",
"minimum": 100000
},
"valuationTargetEur": {
"type": "number",
"minimum": 0
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"fte",
"hqCountry",
"foundedYear",
"description"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"hqCountry": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"keyMetrics": {
"type": "string",
"maxLength": 400
},
"description": {
"type": "string",
"maxLength": 500,
"minLength": 20
},
"foundedYear": {
"type": "integer",
"maximum": 2026,
"minimum": 2000
},
"arrCurrentEur": {
"type": "number",
"minimum": 0
},
"monthlyGrowthPct": {
"type": "number"
}
}
},
"preferences": {
"type": "object",
"required": [
"geography"
],
"properties": {
"geography": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 1
},
"avoidInvestors": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
"requireESGAlignment": {
"type": "boolean"
},
"preferStrategicValue": {
"type": "boolean"
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries