working_capital_esg_impact_rater
ActiveTool of gapup-mcp
As a CFO, assess how ESG factors (Environmental, Social, Governance) influence working capital efficiency using IMF SDR and BIS data. Inputs include company sector, geographic exposure, and ESG risk scores. Outputs provide a quantitative impact rating on working capital metrics like days sales outstanding (DSO) and inventory turnover, alongside IMF SDR-aligned liquidity risk indicators.
Parameters schema
{
"type": "object",
"required": [
"sector",
"region",
"esgRiskScore"
],
"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": "Primary geographic exposure (e.g., 'EU', 'APAC')"
},
"sector": {
"type": "string",
"description": "Industry sector (e.g., 'manufacturing', 'energy')"
},
"currency": {
"type": "string",
"description": "Reporting currency (ISO 4217 code, e.g., 'USD', 'EUR')"
},
"esgRiskScore": {
"type": "number",
"description": "Aggregate ESG risk score (0-100)"
},
"workingCapitalRatio": {
"type": "number",
"description": "Current working capital ratio (current assets / current liabilities)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries