manufacturing_waste_heatmap
ActiveTool of @gapup/mcp-knowledge
Generates manufacturing waste heatmaps for COOs using EPA TRI and FAOSTAT data. Input manufacturing site identifiers or geographic regions to analyze waste streams, emissions, and resource inefficiencies. Outputs include waste intensity maps, circular economy opportunity rankings, and cost-saving potential. Ideal for sustainability strategy and operational efficiency improvements. Pass async:true to avoid timeout.
Parameters schema
{
"type": "object",
"required": [
"year"
],
"properties": {
"year": {
"type": "number",
"maximum": 2023,
"minimum": 2010,
"description": "Analysis year (2010-2023)"
},
"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."
},
"region": {
"type": "string",
"description": "Geographic region (country code or sub-national region) for aggregated analysis"
},
"site_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of manufacturing site identifiers (EPA TRI IDs or FAO facility codes)"
},
"waste_types": {
"type": "array",
"items": {
"type": "string"
},
"description": "Specific waste types to analyze (e.g., ['metals', 'chemicals', 'energy'])"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries