You're viewing a demo portfolio

Join the waitlist
PRSM

manufacturing_waste_heatmap

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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'])"
    }
  }
}

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 →
manufacturing_waste_heatmap — @gapup/mcp-knowledge — PRSM MCP