vendor_esg_blacklist_monitor
ActiveTool of @gapup/mcp-knowledge
As a COO, quickly check if a vendor is blacklisted for ESG non-compliance using CDP and GRI data. Input the vendor's legal name or identifier to receive their ESG risk score, blacklist status, and compliance violations. Returns structured data including CDP disclosure score, GRI alignment, and any regulatory flags. Ideal for vendor due diligence, risk assessment, and sustainability reporting. Keywords: ESG, vendor risk, compliance, CDP, GRI, sustainability, blacklist.
Parameters schema
{
"type": "object",
"required": [
"vendorName"
],
"properties": {
"year": {
"type": "number",
"default": 2026,
"description": "Reporting year (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."
},
"vendorId": {
"type": "string",
"description": "Optional identifier (e.g., LEI, DUNS)"
},
"vendorName": {
"type": "string",
"description": "Legal name of the vendor to check"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries