Sugra API
SA
Sugra API
/get_timeseries

get timeseries

Bounded timeseries for an entity: price, macro_series, or etf_flows. Returns points oldest-first with an explicit downsampling flag when the raw series exceede

liveunknown~5s typical
mcpsugraapi
$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-ai-sugra-api-mcp /get_timeseries for me.

Input

FieldTypeDescription
metric*string (price | macro_series | etf_flows)
entity*string
granularitystring default "1d"
max_pointsinteger default 500

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-ai-sugra-api-mcp","endpoint":"/get_timeseries","input":{"metric":"price","entity":"...","granularity":"1d","max_points":500}}'
cli
npx cracked-ai run -p mcp-ai-sugra-api-mcp -e /get_timeseries -i '{"metric":"price","entity":"...","granularity":"1d","max_points":500}'
mcp
run_tool({ provider: "mcp-ai-sugra-api-mcp", endpoint: "/get_timeseries", input: {"metric":"price","entity":"...","granularity":"1d","max_points":500} })

Try it

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