CG
CurrencyGuard Guard Pricing
/get_forward_rate
Get Forward FX 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 pur
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 /get_forward_rate for me.
Input
| Field | Type | Description |
|---|---|---|
| base* | string | Base currency ISO code, e.g. GBP |
| quote* | string | Quote currency ISO code, e.g. USD |
| tenor* | string | Tenor period, e.g. 1W, 1M, 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":"/get_forward_rate","input":{"base":"...","quote":"...","tenor":"..."}}'cli
npx cracked-ai run -p mcp-com-currencyguard-guard-pricing -e /get_forward_rate -i '{"base":"...","quote":"...","tenor":"..."}'mcp
run_tool({ provider: "mcp-com-currencyguard-guard-pricing", endpoint: "/get_forward_rate", input: {"base":"...","quote":"...","tenor":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.