mcpbeat

CurrencyGuard Guard Pricing MCP Server

com.currencyguard/guard-pricing
answering

CurrencyGuard Guard Pricing is answering right now. Last checked 10 min ago. It exposes 8 tools.

FX protection for SMEs — price Guards, live spot/forward rates, settlement dates, and more.

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
198 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add guard-pricing --transport http https://api.currencyguard.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guard-pricing": {
      "url": "https://api.currencyguard.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.guard-pricing]
url = "https://api.currencyguard.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "guard-pricing": {
      "url": "https://api.currencyguard.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "guard-pricing": {
      "url": "https://api.currencyguard.com/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

price
price_guard
Price a Guard — CurrencyGuard's FX protection product for real future payments or receipts. If a tenor like '3 months' is given, call resolve_settlement_date first to get the exact date, then call this tool. Returns: guardType (Guard-Pay or Guard-Receive), guardRate, guardFee, guardFeePercent, effectiveRate, guardAmount (home currency equivalent), foreignAmount, spotRate, settlementDate, settlementWindowOpens, valid, errors. All quotes are indicative.
price_guard_extension
Get an indicative price for extending a Guard to a later settlement date. Estimates the additional cost using: (1) the guard fee difference between extended and original expiry, (2) the guard spread cost from the roll, and (3) the CurrencyGuard extension margin. Returns a breakdown: extensionCost = feeDifference + guardSpreadCost + extensionMargin. Both the original and extended quotes are priced at the same guard rate (the original quote's strike), so the fee difference reflects purely the longer tenor, not market movement. Use this when a customer asks 'how much would it cost to extend my Guard by X months?' Parameters match price_guard plus the two dates.
explain
explain_guard_product
Explain the Guard product using CurrencyGuard's approved product and FAQ content. Covers: what the Guard is, how it works, who it is for, how it compares to forwards or options, and legal, regulatory, accounting, or eligibility questions.
forward
get_forward_rate
Get an indicative forward FX rate for a currency pair at a specific tenor. Rates are derived from interest rate differentials, rounded, and for illustration purposes only — not for execution. Returns: forwardRate (indicative mid outright = spot + forward points), forwardPoints (in pips, e.g. -3.1 means the forward rate is 3.1 pips below spot), spotMid (indicative spot mid rate for comparison), settlementDate (the resolved business date for the tenor). Negative forward points mean the forward rate is below spot; positive means above. Example: base=GBP, quote=USD, tenor=3M returns the 3-month GBPUSD indicative forward rate.
historic
get_historic_best_worst
Analyze historic best/worst FX performance for a currency pair over a Guard's duration. Uses Bank of England historic rates. Returns a 'performances' array with 6 entries — BEST and WORST for each of three lookback periods (5, 10, 25 years). Each entry contains: type, lookbackYears, startDate/endDate, startRate/endRate, performancePercentage, startAmount, finalAmount, deltaAmount. For Guard-Pay: negative delta = cost decreased = BEST; positive delta = cost increased = WORST. For Guard-Receive: positive delta = receipt increased = BEST; negative delta = receipt decreased = WORST. Parameters must match the values used in the preceding price_guard call, including payReceive (PAY or RECEIVE).
resolve
resolve_settlement_date
Resolve a relative time period (tenor) to a valid business settlement date for a currency pair. Use this when a user says '3 months', '6 months', '1 year', etc. instead of an exact date. The tenor format is: 1D (days), 1W (weeks), 1M (months), 1Y (years). Examples: '3M' = 3 months, '6M' = 6 months, '1Y' = 1 year. The returned date accounts for weekends and public holidays in both currencies' financial centres. Use the returned settlementDate as the exact date parameter for price_guard.
spot
get_spot_rate
Get an indicative spot FX rate for a currency pair. Returns rounded bid, ask, and mid rates for illustration purposes only — not for execution. Example: base=GBP, quote=USD returns the GBPUSD rate.
supported
list_supported_currencies
List all supported currency pairs available for Guard pricing: GBPUSD, GBPEUR, and EURUSD.

Endpoints

URLTransportStateLatencyChecked
https://api.currencyguard.com/mcp streamable-http answering 189 ms 10 min ago

CurrencyGuard Guard Pricing — questions

Answers built from our own checks of this server.

What can CurrencyGuard Guard Pricing do?
It exposes 8 tools, read directly from the server on our last check. Among them: explain_guard_product, get_forward_rate, get_historic_best_worst, get_spot_rate, list_supported_currencies, price_guard and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is CurrencyGuard Guard Pricing working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 198 ms. The bar chart above shows every period we have measured.
How do I connect CurrencyGuard Guard Pricing?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does CurrencyGuard Guard Pricing need an API key?
No. CurrencyGuard Guard Pricing completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is CurrencyGuard Guard Pricing?
It answers our handshake in 198 ms on average, which is faster than 64% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.