vendor_esg_diversity_scanner
ActiveTool of @gapup/mcp-knowledge
For COOs: scans vendor ESG reports to identify suppliers lacking diversity disclosures in GRI or CDP filings. Input a supplier name or identifier to receive a structured assessment of gender, ethnicity, and board diversity metrics. Returns compliance gaps, missing data flags, and source references from CDP open data and GRI standards. Ideal for vendor risk assessment and ESG compliance tracking.
Parameters schema
{
"type": "object",
"required": [
"supplierName"
],
"properties": {
"year": {
"type": "number",
"description": "Reporting year to check (default: current year)"
},
"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."
},
"supplierId": {
"type": "string",
"description": "CDP or GRI identifier for the supplier (e.g., CDP company ID)"
},
"supplierName": {
"type": "string",
"description": "Exact or partial name of the supplier to scan"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries