The first payment-contingent FX protection server on MCP. Price a Guard (invoice-linked FX protection for SME invoices and payables), get live spot and forward rates, model 25 years of historic FX stress scenarios, and resolve settlement dates — all via natural conversation. Public endpoint, no authentication required. Designed for PSPs, accounting platforms, and agentic cross-border payment workflows.
概览
CurrencyGuard Guard Pricing is the first payment-contingent FX protection server on MCP.
What is the Guard? The Guard is an invoice-linked FX protection instrument — not a derivative, not an FX forward, not a vanilla option. It is tied to a specific payable or receivable. If the underlying payment does not occur, the Guard lapses. No margin calls, no collateral, no credit lines, no open-ended obligations. The SME pays a known premium upfront and keeps the upside if the market moves in their favour.
Tools available:
price_guard— price protection for a specific invoice or payableprice_guard_extension— extend an existing Guard to a later settlement dateget_spot_rate— live spot FX rates (GBPUSD, GBPEUR, EURUSD)get_forward_rate— indicative forward rates for any tenorget_historic_best_worst— 25 years of historic FX stress dataresolve_settlement_date— convert tenors to valid business dateslist_supported_currencies— supported currency pairsexplain_guard_product— product FAQs and structure
Endpoint: https://api.currencyguard.com/mcp — public, unauthenticated, live now.
服务器配置
{
"mcpServers": {
"currencyguard": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.currencyguard.com/mcp"
]
}
}
}