M
mcp
/convert_currency
convert currency
Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.
liveverifiedunknown~5s typical
mcpprobedmcp
$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-agishub-mcp /convert_currency for me.
Input
| Field | Type | Description |
|---|---|---|
| amount* | number | The amount of money to convert. |
| from* | string | Source currency ISO 4217 code, e.g. 'USD', 'EUR'. |
| to* | string | Target currency ISO 4217 code, e.g. 'EUR', 'JPY'. |
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-agishub-mcp","endpoint":"/convert_currency","input":{"amount":1,"from":"...","to":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /convert_currency -i '{"amount":1,"from":"...","to":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/convert_currency", input: {"amount":1,"from":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.