DaedalMap Historical FX Rates
DH
DaedalMap Historical FX Rates
/get_fx_rates

Get FX Rates

Free tool. Queries the currency pack using filters.region_ids plus filters.time.granularity to return daily, weekly, or monthly FX data.

liveverifiedunknown~5s typical
mcpprobeddaedalmaphistoricalfx
$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-daedalmap-currency /get_fx_rates for me.

Input

FieldTypeDescription
request_idstringOptional caller-supplied request id for tracing and idempotency.
metricsarrayOptional metric ids. Defaults to 'local_per_usd' for FX rate queries.
filters*objectStructured filters including region_ids with loc_id country codes, time range, and granula
sortstringOptional sort instructions for row-returning queries.
limitintegerMaximum number of rows to return for the requested granularity and time span.
outputobjectOptional output controls such as response format hints.

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-daedalmap-currency","endpoint":"/get_fx_rates","input":{"filters":{}}}'
cli
npx cracked-ai run -p mcp-com-daedalmap-currency -e /get_fx_rates -i '{"filters":{}}'
mcp
run_tool({ provider: "mcp-com-daedalmap-currency", endpoint: "/get_fx_rates", input: {"filters":{}} })

Try it

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