geographic_expansion
ActiveTool of @gapup/mcp-knowledge
Expansion géographique — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Expansion 4 marchés (DE/UK/ES/NL) · €1.8M budget · ARR cible €3.2M Y2. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"product",
"targetMarkets"
],
"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",
"sector",
"currentMarkets"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"sector": {
"type": "string",
"maxLength": 100
},
"headcount": {
"type": "integer",
"minimum": 0
},
"currentMarkets": {
"type": "array",
"items": {
"type": "string",
"maxLength": 50
},
"maxItems": 10
}
}
},
"product": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"pricingModel": {
"type": "string",
"maxLength": 100
},
"avgDealValueEur": {
"type": "number",
"minimum": 0
}
}
},
"financials": {
"type": "object",
"required": [
"currentArrEur",
"expansionBudgetEur"
],
"properties": {
"currentArrEur": {
"type": "number",
"minimum": 0
},
"expansionBudgetEur": {
"type": "number",
"minimum": 0
},
"targetArrNewMarketsEur": {
"type": "number",
"minimum": 0
}
}
},
"constraints": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5
},
"targetMarkets": {
"type": "array",
"items": {
"type": "object",
"required": [
"country"
],
"properties": {
"region": {
"type": "string",
"maxLength": 80
},
"country": {
"type": "string",
"maxLength": 80
},
"languages": {
"type": "array",
"items": {
"type": "string",
"maxLength": 30
},
"maxItems": 5
},
"population": {
"type": "number",
"minimum": 0
},
"gdpPerCapitaUsd": {
"type": "number",
"minimum": 0
},
"regulatoryNotes": {
"type": "string",
"maxLength": 300
}
}
},
"maxItems": 8,
"minItems": 1
},
"preferredEntryMode": {
"enum": [
"direct-sales",
"partnership",
"acquisition",
"distributor",
"greenfield"
],
"type": "string"
},
"expansionHorizonMonths": {
"type": "integer",
"maximum": 60,
"minimum": 6
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries