FF
Frankfurter FX
/latest
Latest FX rates
Convert between 30+ currencies using ECB reference rates.
liveverifieddegraded · 334ms
currencyfxexchange rate
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run frankfurter /latest for me.
Input
| Field | Type | Description |
|---|---|---|
| from | string | Base currency default "USD" |
| to | string | Comma-separated targets, e.g. 'EUR,GBP' |
| amount | number | Amount default 1 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"frankfurter","endpoint":"/latest","input":{"from":"USD","amount":1}}'cli
npx cracked-ai run -p frankfurter -e /latest -i '{"from":"USD","amount":1}'mcp
run_tool({ provider: "frankfurter", endpoint: "/latest", input: {"from":"USD","amount":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.