partnership_synergies
ActiveTool of @gapup/mcp-knowledge
Identify and rank strategic partnership opportunities for a company. Returns 5-12 high-fit partnership targets, each scored on revenue lift, time-to-impact, integration complexity and regulatory risk, with a rationale and a recommended first-step outreach playbook. When to use this tool: the user wants business-development or alliance ideas, or M&A target screening before deeper due diligence. Inputs: the user's own company and the strategic axis to unlock through partnership (e.g. enter a new market via distribution, add AI infrastructure without rebuilding). Delivered by Antoine, the AI CSO of the Gapup portfolio.
Parameters schema
{
"type": "object",
"required": [
"selfCompany",
"strategicAxis"
],
"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": 800
},
"constraints": {
"type": "object",
"properties": {
"timeWindow": {
"enum": [
"3mo",
"6mo",
"12mo",
"24mo"
],
"type": "string"
},
"budgetCeilingEur": {
"type": "number",
"minimum": 0
},
"mustNotCompeteWith": {
"type": "array",
"items": {
"type": "string"
}
},
"regulatoryHotZones": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"selfCompany": {
"type": "object",
"required": [
"name",
"pitch"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"pitch": {
"type": "string",
"maxLength": 600,
"minLength": 10
},
"stage": {
"enum": [
"pre-seed",
"seed",
"series-a",
"series-b",
"series-c",
"growth",
"public"
],
"type": "string"
},
"arrEur": {
"type": "number",
"minimum": 0
}
}
},
"strategicAxis": {
"type": "string",
"maxLength": 800,
"minLength": 20,
"description": "What strategic axis to unlock through partnership (e.g. 'enter US market via distribution', 'leverage AI infra without rebuild')"
},
"currentPartnerships": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20,
"description": "Existing alliances to factor in"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries