market-intel-mcp
M
market-intel-mcp
/fx_convert

fx convert

Convert an amount from one currency to another at the latest ECB reference rate. Returns the rate, the converted result, and the rate date.

liveverifiedunknown~5s typical
mcpprobedmarket-intel-mcp
$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-datakoot-market-intel-mcp /fx_convert for me.

Input

FieldTypeDescription
amount*numberAmount in the 'from' currency to convert. Send it as a number, not a string.
from*stringSource 3-letter currency
to*stringTarget 3-letter currency

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-datakoot-market-intel-mcp","endpoint":"/fx_convert","input":{"amount":1,"from":"...","to":"..."}}'
cli
npx cracked-ai run -p mcp-com-datakoot-market-intel-mcp -e /fx_convert -i '{"amount":1,"from":"...","to":"..."}'
mcp
run_tool({ provider: "mcp-com-datakoot-market-intel-mcp", endpoint: "/fx_convert", input: {"amount":1,"from":"...","to":"..."} })

Try it

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