procurement_spend_optim
ActiveTool of @gapup/mcp-knowledge
Optimisation des achats / Spend strategy — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Tech SaaS €60M ARR — 200 fournisseurs analysés · 20 leviers chiffrés · -€2.4M opex/an target. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"spendCategories",
"topSuppliers"
],
"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",
"fte",
"revenueEur",
"totalAnnualSpendEur"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string"
},
"sector": {
"type": "string"
},
"revenueEur": {
"type": "number"
},
"totalAnnualSpendEur": {
"type": "number"
}
}
},
"topSuppliers": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"category",
"annualSpendEur"
],
"properties": {
"name": {
"type": "string"
},
"notes": {
"type": "string",
"maxLength": 300
},
"category": {
"type": "string"
},
"contractEnd": {
"type": "string"
},
"annualSpendEur": {
"type": "number"
}
}
},
"maxItems": 50,
"minItems": 10
},
"spendCategories": {
"type": "array",
"items": {
"type": "object",
"required": [
"category",
"annualSpendEur",
"supplierCount"
],
"properties": {
"category": {
"type": "string"
},
"description": {
"type": "string",
"maxLength": 300
},
"supplierCount": {
"type": "integer"
},
"annualSpendEur": {
"type": "number"
}
}
},
"maxItems": 20,
"minItems": 5
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries