You're viewing a demo portfolio

Join the waitlist
PRSM

margin_doctor_finance

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Médecin des Marges — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Alan — ARR €60M · marge brute 68% → 79% · €3,2M fuites identifiées · Rule of 40 : 14→38. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "incomeStatement",
    "costBreakdown",
    "unitEconomics",
    "marginTargets"
  ],
  "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",
        "currentArrEur",
        "revenueLastYearEur",
        "teamSize",
        "businessModel"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "sector": {
          "type": "string"
        },
        "teamSize": {
          "type": "number"
        },
        "businessModel": {
          "enum": [
            "saas",
            "marketplace",
            "services",
            "hybrid"
          ],
          "type": "string"
        },
        "currentArrEur": {
          "type": "number"
        },
        "revenueLastYearEur": {
          "type": "number"
        }
      }
    },
    "costBreakdown": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "category",
          "amountEur",
          "percentOfRevenue",
          "trend",
          "controllable"
        ],
        "properties": {
          "trend": {
            "enum": [
              "growing",
              "stable",
              "declining"
            ],
            "type": "string"
          },
          "category": {
            "type": "string"
          },
          "amountEur": {
            "type": "number"
          },
          "controllable": {
            "type": "boolean"
          },
          "percentOfRevenue": {
            "type": "number"
          }
        }
      }
    },
    "marginTargets": {
      "type": "object",
      "required": [
        "targetGrossMarginPct",
        "targetEbitdaMarginPct",
        "targetTimeframeMonths"
      ],
      "properties": {
        "targetGrossMarginPct": {
          "type": "number"
        },
        "targetEbitdaMarginPct": {
          "type": "number"
        },
        "targetTimeframeMonths": {
          "type": "number"
        }
      }
    },
    "unitEconomics": {
      "type": "object",
      "properties": {
        "cacEur": {
          "type": "number"
        },
        "ltvEur": {
          "type": "number"
        },
        "paybackMonths": {
          "type": "number"
        },
        "avgContractValueEur": {
          "type": "number"
        },
        "grossMarginPerCustomerEur": {
          "type": "number"
        }
      }
    },
    "incomeStatement": {
      "type": "object",
      "required": [
        "grossRevenueEur",
        "cogsEur",
        "grossMarginPct",
        "researchAndDevEur",
        "salesAndMarketingEur",
        "generalAndAdminEur",
        "ebitdaEur",
        "ebitdaMarginPct"
      ],
      "properties": {
        "cogsEur": {
          "type": "number"
        },
        "ebitdaEur": {
          "type": "number"
        },
        "grossMarginPct": {
          "type": "number"
        },
        "ebitdaMarginPct": {
          "type": "number"
        },
        "grossRevenueEur": {
          "type": "number"
        },
        "researchAndDevEur": {
          "type": "number"
        },
        "generalAndAdminEur": {
          "type": "number"
        },
        "salesAndMarketingEur": {
          "type": "number"
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →