market_entry_strategist
ActiveTool of @gapup/mcp-knowledge
Stratégie d'entrée marché — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: OpenAI Inde 2026 — entrée marché 1.4Md utilisateurs · 5 forces Porter + 4 entry modes + 18-month roadmap + risk register. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"targetMarket",
"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
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"fte",
"homeMarket",
"productDescription"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"homeMarket": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"revenueEur": {
"type": "number",
"minimum": 0
},
"productDescription": {
"type": "string",
"maxLength": 400,
"minLength": 20
}
}
},
"preferences": {
"type": "object",
"required": [
"riskAppetite"
],
"properties": {
"riskAppetite": {
"enum": [
"conservative",
"moderate",
"aggressive"
],
"type": "string"
},
"excludedModes": {
"type": "array",
"items": {
"enum": [
"export",
"licensing",
"franchising",
"partnership",
"joint-venture",
"wholly-owned-subsidiary",
"acquisition"
],
"type": "string"
},
"maxItems": 4
},
"preferredModes": {
"type": "array",
"items": {
"enum": [
"export",
"licensing",
"franchising",
"partnership",
"joint-venture",
"wholly-owned-subsidiary",
"acquisition"
],
"type": "string"
},
"maxItems": 4
},
"successCriteria": {
"type": "string",
"maxLength": 400
}
}
},
"targetMarket": {
"type": "object",
"required": [
"country",
"rationale",
"preferredTimeline",
"investmentBudgetEur"
],
"properties": {
"country": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"rationale": {
"type": "string",
"maxLength": 400,
"minLength": 20
},
"preferredTimeline": {
"enum": [
"urgent",
"12-months",
"18-24-months",
"exploratory"
],
"type": "string"
},
"investmentBudgetEur": {
"type": "number",
"minimum": 0
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries