supply_chain_fx_exposure_dashboard
ActiveTool of @gapup/mcp-knowledge
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries