pricing_strategist
ActiveTool of @gapup/mcp-knowledge
Stratège de pricing — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Vercel Pricing 2026 — 4 tiers + usage metering · 3 scenarios pricing chiffrés · ARPU +28% target. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"currentPricing",
"competitors",
"valueProposition"
],
"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"
],
"properties": {
"name": {
"type": "string"
},
"arrEur": {
"type": "number",
"minimum": 0
},
"sector": {
"type": "string"
},
"currentArpu": {
"type": "number"
},
"customerCount": {
"type": "integer",
"minimum": 0
}
}
},
"competitors": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"pricingApproach"
],
"properties": {
"name": {
"type": "string"
},
"notes": {
"type": "string",
"maxLength": 300
},
"anchorPriceEur": {
"type": "number"
},
"pricingApproach": {
"enum": [
"cost-based",
"value-based",
"competitive-based",
"freemium",
"usage-based",
"tier-based",
"hybrid"
],
"type": "string"
}
}
},
"maxItems": 8,
"minItems": 2
},
"currentPricing": {
"type": "object",
"required": [
"approach",
"currentTiers",
"painPoints"
],
"properties": {
"approach": {
"enum": [
"cost-based",
"value-based",
"competitive-based",
"freemium",
"usage-based",
"tier-based",
"hybrid"
],
"type": "string"
},
"painPoints": {
"type": "string",
"maxLength": 500,
"minLength": 20
},
"currentTiers": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 1
}
}
},
"valueProposition": {
"type": "string",
"maxLength": 500,
"minLength": 20
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries