You're viewing a demo portfolio

Join the waitlist
PRSM

working_capital_esg_impact_rater

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →