capital_strategy
ActiveTool of gapup-mcp
Stratégie de financement — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Alan assurance santé SaaS — séquence Seed→A→B→C (2016-2022). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"growthPlan",
"financialPosition",
"founderConstraints"
],
"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."
},
"company": {
"type": "object",
"required": [
"name",
"pitch",
"stage",
"countryHQ",
"foundedYear"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"pitch": {
"type": "string",
"maxLength": 800,
"minLength": 20
},
"stage": {
"enum": [
"pre-seed",
"seed",
"series-a",
"series-b",
"series-c",
"growth",
"public"
],
"type": "string"
},
"countryHQ": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"foundedYear": {
"type": "integer",
"maximum": 2030,
"minimum": 1990
}
}
},
"growthPlan": {
"type": "object",
"required": [
"currentArrEur",
"targetArrEur36m",
"headcountNow",
"headcountTarget36m",
"keyMilestones"
],
"properties": {
"headcountNow": {
"type": "integer",
"minimum": 0
},
"currentArrEur": {
"type": "number",
"minimum": 0
},
"keyMilestones": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 10
},
"maxItems": 8,
"minItems": 2
},
"targetArrEur36m": {
"type": "number",
"minimum": 0
},
"headcountTarget36m": {
"type": "integer",
"minimum": 0
}
}
},
"financialPosition": {
"type": "object",
"required": [
"cashRunwayMonths",
"cashEur",
"burnMonthlyEur",
"grossMarginPct"
],
"properties": {
"cashEur": {
"type": "number",
"minimum": 0
},
"hasJEIStatus": {
"type": "boolean"
},
"burnMonthlyEur": {
"type": "number",
"minimum": 0
},
"grossMarginPct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"cashRunwayMonths": {
"type": "number",
"minimum": 0
},
"hasRDEligibility": {
"type": "boolean"
}
}
},
"founderConstraints": {
"type": "object",
"required": [
"maxDilutionFounderPct",
"controlRetentionPriority"
],
"properties": {
"preferredProfile": {
"enum": [
"control-max",
"growth-max",
"risk-min"
],
"type": "string"
},
"mustAvoidInstruments": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
},
"maxDilutionFounderPct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"controlRetentionPriority": {
"enum": [
"low",
"medium",
"high",
"absolute"
],
"type": "string"
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries