africa_trade_finance_esg_rater
ActiveTool of @gapup/mcp-knowledge
As a COO, evaluate ESG compliance of African trade finance providers using World Bank WITS trade statistics and CDP climate disclosure data. Input the financial institution's name or identifier, and receive an ESG rating with breakdown across environmental, social, and governance dimensions. Ideal for due diligence on trade partners or portfolio risk assessment. Pass async:true to avoid timeout.
Parameters schema
{
"type": "object",
"required": [
"institutionName"
],
"properties": {
"year": {
"type": "number",
"maximum": 2023,
"minimum": 2018,
"description": "Assessment year (2018-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."
},
"countryCode": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"description": "ISO 2-letter country code (e.g., 'ZA' for South Africa)"
},
"institutionName": {
"type": "string",
"description": "Full name of the trade finance provider (e.g., 'Standard Bank Group')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries