logistics_esg_incident_tracker
ActiveTool of gapup-mcp
Tracks real-time ESG incidents in logistics networks for COOs, including supply chain disruptions, regulatory violations, and sustainability risks. Inputs: geographic region, incident type (e.g., emissions, labor, deforestation), and time range. Outputs: structured incident data with severity, location, and source verification. Uses CDP open data and UNCTAD STAT for comprehensive coverage. Keywords: ESG, logistics, supply chain, sustainability, compliance, risk management.
Parameters schema
{
"type": "object",
"required": [
"region",
"incidentType"
],
"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."
},
"region": {
"type": "string",
"description": "Geographic region filter (e.g., 'Europe', 'Asia', 'Global')"
},
"endDate": {
"type": "string",
"format": "date",
"description": "End date for incident search (ISO 8601)"
},
"severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string",
"description": "Minimum severity level to include"
},
"startDate": {
"type": "string",
"format": "date",
"description": "Start date for incident search (ISO 8601)"
},
"incidentType": {
"enum": [
"emissions",
"labor",
"deforestation",
"water",
"waste",
"regulatory"
],
"type": "string",
"description": "Type of ESG incident to track"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries