You're viewing a demo portfolio

Join the waitlist
PRSM

pricing_strategist

Active

Tool of gapup-mcp

declared in 0.2.0

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →