送信

Currencyguard Guard Pricing

@rudialexis

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 payable
  • price_guard_extension — extend an existing Guard to a later settlement date
  • get_spot_rate — live spot FX rates (GBPUSD, GBPEUR, EURUSD)
  • get_forward_rate — indicative forward rates for any tenor
  • get_historic_best_worst — 25 years of historic FX stress data
  • resolve_settlement_date — convert tenors to valid business dates
  • list_supported_currencies — supported currency pairs
  • explain_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"
      ]
    }
  }
}