FS
FRED (St. Louis Fed)
/series
Series observations
Observations for a series id (e.g. CPIAUCSL, UNRATE, FEDFUNDS, GDP).
needs keyunknown
economicsinflationratesmacro
$0.0030
per call
plus $0.001 platform fee per run
Bring your own FRED (St. Louis Fed) key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run fred /series for me.
Input
| Field | Type | Description |
|---|---|---|
| series_id* | string | Series id |
| limit | number | Most recent N default 24 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"fred","endpoint":"/series","input":{"series_id":"...","limit":24}}'cli
npx cracked-ai run -p fred -e /series -i '{"series_id":"...","limit":24}'mcp
run_tool({ provider: "fred", endpoint: "/series", input: {"series_id":"...","limit":24} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.