CG
CurrencyGuard Guard Pricing
/resolve_settlement_date
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.
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 /resolve_settlement_date for me.
Input
| Field | Type | Description |
|---|---|---|
| currencyPair* | string | Currency pair, e.g. GBPUSD |
| tenor* | string | Tenor string, e.g. 3M, 6M, 1Y |
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":"/resolve_settlement_date","input":{"currencyPair":"...","tenor":"..."}}'cli
npx cracked-ai run -p mcp-com-currencyguard-guard-pricing -e /resolve_settlement_date -i '{"currencyPair":"...","tenor":"..."}'mcp
run_tool({ provider: "mcp-com-currencyguard-guard-pricing", endpoint: "/resolve_settlement_date", input: {"currencyPair":"...","tenor":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.