procurement_six_sigma_waste_hunter
ActiveTool of gapup-mcp
Analyzes procurement waste for COOs using Six Sigma DMAIC framework and EU TED tender data. Identifies non-value-added activities, overprocessing, and inefficiencies in procurement workflows. Inputs include procurement category, time period, and organizational unit. Outputs waste classification, cost impact estimates, and process improvement recommendations. — pass async:true REQUIRED to avoid x402 timeout.
Parameters schema
{
"type": "object",
"required": [
"procurement_category",
"time_period"
],
"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."
},
"time_period": {
"type": "string",
"description": "Time period for analysis (e.g., '2023-01-01/2023-12-31')"
},
"six_sigma_tool": {
"enum": [
"DMAIC",
"SIPOC",
"ValueStreamMapping"
],
"type": "string",
"default": "DMAIC"
},
"include_ted_data": {
"type": "boolean",
"default": true
},
"organizational_unit": {
"type": "string",
"description": "Specific business unit or department (e.g., 'EMEA', 'Global Operations')"
},
"procurement_category": {
"type": "string",
"description": "Specific procurement category to analyze (e.g., 'IT hardware', 'facilities')"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries