You're viewing a demo portfolio

Join the waitlist
PRSM

africa_trade_finance_esg_rater

Active

Tool of gapup-mcp

declared in 0.2.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →