You're viewing a demo portfolio

Join the waitlist
PRSM

tax_optimization

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Optimisation fiscale — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Pennylane — Fiscalité optimisée · CIR €1.2M · IP Box France 10% · Économie totale €2.4M/an. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "financials",
    "jurisdictions",
    "activities"
  ],
  "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",
        "stage"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "stage": {
          "enum": [
            "pre-seed",
            "seed",
            "serie-a",
            "serie-b",
            "serie-c",
            "serie-d-plus",
            "profitable-sme",
            "enterprise"
          ],
          "type": "string"
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "legalForm": {
          "type": "string",
          "maxLength": 100
        }
      }
    },
    "ipAssets": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200
      },
      "maxItems": 5,
      "minItems": 0
    },
    "activities": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200,
        "minLength": 5
      },
      "maxItems": 6,
      "minItems": 1
    },
    "financials": {
      "type": "object",
      "required": [
        "annualRevenueEur",
        "ebitdaEur"
      ],
      "properties": {
        "ebitdaEur": {
          "type": "number"
        },
        "payrollEur": {
          "type": "number",
          "minimum": 0
        },
        "rdSpendEur": {
          "type": "number",
          "minimum": 0
        },
        "annualRevenueEur": {
          "type": "number",
          "minimum": 0
        },
        "currentTaxRateEffectivePct": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        }
      }
    },
    "jurisdictions": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 100,
        "minLength": 2
      },
      "maxItems": 5,
      "minItems": 1
    },
    "currentTaxOptimizations": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200,
        "minLength": 2
      },
      "maxItems": 5,
      "minItems": 0
    }
  },
  "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 →