cap_table_strategist
ActiveTool of @gapup/mcp-knowledge
Stratège du cap table — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Aleph AI Series B — modèle dilution multi-rounds + simulations secondaires + hygiène equity · 5 scenarios. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"currentCapTable",
"founderObjectives",
"plannedRounds"
],
"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
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"foundedYear"
],
"properties": {
"name": {
"type": "string"
},
"arrEur": {
"type": "number",
"minimum": 0
},
"sector": {
"type": "string"
},
"foundedYear": {
"type": "integer"
}
}
},
"plannedRounds": {
"type": "array",
"items": {
"type": "object",
"required": [
"roundType",
"targetAmountEur",
"targetPreMoneyEur",
"expectedTimeline"
],
"properties": {
"roundType": {
"enum": [
"seed",
"series-a",
"series-b",
"series-c",
"series-d-plus",
"bridge",
"secondary"
],
"type": "string"
},
"targetAmountEur": {
"type": "number"
},
"expectedTimeline": {
"type": "string"
},
"targetPreMoneyEur": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 4,
"minItems": 1
},
"currentCapTable": {
"type": "object",
"required": [
"totalSharesOutstanding",
"holders",
"esopPoolUnallocatedShares"
],
"properties": {
"holders": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"type",
"shares"
],
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"founder",
"co-founder",
"early-employee",
"esop-pool",
"angel",
"vc-seed",
"vc-series-a",
"vc-series-b",
"vc-series-c",
"vc-later",
"advisor",
"secondary-buyer"
],
"type": "string"
},
"shares": {
"type": "number"
},
"vestingSchedule": {
"type": "string"
}
}
},
"maxItems": 20,
"minItems": 3
},
"totalSharesOutstanding": {
"type": "number"
},
"safeNotesOutstandingEur": {
"type": "number",
"minimum": 0
},
"esopPoolUnallocatedShares": {
"type": "number"
}
}
},
"founderObjectives": {
"type": "string",
"maxLength": 800,
"minLength": 20
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries