CurrencyGuard Guard Pricing
CG
CurrencyGuard Guard Pricing
/price_guard

Price a 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 fi

liveverifiedunknown~5s typical
mcpprobedcurrencyguardguardpricing
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-currencyguard-guard-pricing /price_guard for me.

Input

FieldTypeDescription
guardCurrency*stringHome/base currency ISO code, e.g. GBP
foreignCurrency*stringForeign currency ISO code, e.g. USD
payReceive*stringPAY if paying foreign currency, RECEIVE if receiving it
foreignAmount*numberAmount in foreign currency to protect
settlementDate*stringSettlement date in ISO format YYYY-MM-DD
guardRatenumberOptional fixed guard rate (strike) — if set, prices at this rate instead of current market

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-currencyguard-guard-pricing","endpoint":"/price_guard","input":{"guardCurrency":"...","foreignCurrency":"...","payReceive":"...","foreignAmount":1,"settlementDate":"..."}}'
cli
npx cracked-ai run -p mcp-com-currencyguard-guard-pricing -e /price_guard -i '{"guardCurrency":"...","foreignCurrency":"...","payReceive":"...","foreignAmount":1,"settlementDate":"..."}'
mcp
run_tool({ provider: "mcp-com-currencyguard-guard-pricing", endpoint: "/price_guard", input: {"guardCurrency":"...","foreignCurrency":"...","payReceive":"...","foreignAmount":1,"settlementDate":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.