market-intel-mcp
M
market-intel-mcp
/fx_timeseries

fx timeseries

Get a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis. Provide start and end as YYYY-MM-DD and one

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

Input

FieldTypeDescription
start*stringYYYY-MM-DD
end*stringYYYY-MM-DD
basestring3-letter base (default USD)
symbols*stringComma-separated targets, e.g. EUR,GBP

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_timeseries","input":{"start":"...","end":"...","symbols":"..."}}'
cli
npx cracked-ai run -p mcp-com-datakoot-market-intel-mcp -e /fx_timeseries -i '{"start":"...","end":"...","symbols":"..."}'
mcp
run_tool({ provider: "mcp-com-datakoot-market-intel-mcp", endpoint: "/fx_timeseries", input: {"start":"...","end":"...","symbols":"..."} })

Try it

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