tax_optimization
ActiveTool of gapup-mcp
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries