investor_list
ActiveTool of gapup-mcp
Liste d'investisseurs + warm intros — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Agicap Série D — 25 VCs matchés · Tier A: Balderton/Accel/Partech · Warm intro path chaque investisseur. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"round"
],
"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."
},
"round": {
"type": "object",
"required": [
"stage",
"ticketSizeMin",
"ticketSizeMax",
"geography",
"useCase"
],
"properties": {
"stage": {
"enum": [
"pre-seed",
"seed",
"series-a",
"series-b",
"series-c",
"growth",
"pre-ipo"
],
"type": "string"
},
"useCase": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"geography": {
"type": "array",
"items": {
"type": "string",
"maxLength": 50
},
"maxItems": 5,
"minItems": 1
},
"arrCurrent": {
"type": "number",
"minimum": 0
},
"ticketSizeMax": {
"type": "number",
"minimum": 0
},
"ticketSizeMin": {
"type": "number",
"minimum": 0
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"existingInvestors": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 5,
"minItems": 0
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries