You're viewing a demo portfolio

Join the waitlist
PRSM

supply_chain_fx_exposure_dashboard

Active

Tool of gapup-mcp

declared in 0.2.0

Provides real-time foreign exchange exposure dashboard for supply chain monitoring. Designed for COO persona to track currency risk across suppliers and regions. Inputs include supplier IDs, base currency, and target currencies. Outputs structured FX exposure data with risk indicators, exchange rates, and supplier impact analysis sourced from World Bank LPI and live FX rate APIs.

Parameters schema

{
  "type": "object",
  "required": [
    "baseCurrency",
    "targetCurrencies"
  ],
  "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."
    },
    "supplierIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of supplier identifiers to analyze"
    },
    "baseCurrency": {
      "type": "string",
      "pattern": "^[A-Z]{3}$",
      "description": "Base currency code (ISO 4217) for exposure calculation"
    },
    "riskThreshold": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Percentage threshold for high-risk exposure flagging"
    },
    "targetCurrencies": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "description": "Target currency codes (ISO 4217) to compare against base"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

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

2/7 registries
View full server →