CG
CurrencyGuard Guard Pricing
/price_guard_extension
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
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_extension for me.
Input
| Field | Type | Description |
|---|---|---|
| guardCurrency* | string | Home/base currency ISO code, e.g. GBP |
| foreignCurrency* | string | Foreign currency ISO code, e.g. USD |
| payReceive* | string | PAY if paying foreign currency, RECEIVE if receiving it |
| foreignAmount* | number | Amount in foreign currency to protect |
| originalSettlementDate* | string | Original settlement date in ISO format YYYY-MM-DD |
| extendedSettlementDate* | string | Extended (new) settlement date in ISO format YYYY-MM-DD |
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_extension","input":{"guardCurrency":"...","foreignCurrency":"...","payReceive":"...","foreignAmount":1,"originalSettlementDate":"...","extendedSettlementDate":"..."}}'cli
npx cracked-ai run -p mcp-com-currencyguard-guard-pricing -e /price_guard_extension -i '{"guardCurrency":"...","foreignCurrency":"...","payReceive":"...","foreignAmount":1,"originalSettlementDate":"...","extendedSettlementDate":"..."}'mcp
run_tool({ provider: "mcp-com-currencyguard-guard-pricing", endpoint: "/price_guard_extension", input: {"guardCurrency":"...","foreignCurrency":"...","payReceive":"...","foreignAmount":1,"originalSettlementDate":"...","extendedSettlementDate":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.