CurrencyGuard Guard Pricing
CG
CurrencyGuard Guard Pricing
/get_spot_rate

Get Spot FX 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=GB

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_spot_rate for me.

Input

FieldTypeDescription
base*stringBase currency ISO code, e.g. GBP
quote*stringQuote currency ISO code, e.g. USD

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_spot_rate","input":{"base":"...","quote":"..."}}'
cli
npx cracked-ai run -p mcp-com-currencyguard-guard-pricing -e /get_spot_rate -i '{"base":"...","quote":"..."}'
mcp
run_tool({ provider: "mcp-com-currencyguard-guard-pricing", endpoint: "/get_spot_rate", input: {"base":"...","quote":"..."} })

Try it

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