Tools/Macro (FRED)

macro.series.search

1 crread-only

Search FRED for macro/economic time series by keyword; returns matching series IDs and titles.

Parameters#

ParameterTypeDescription
queryreqstringe.g. 'unemployment rate', '10 year treasury'

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "macro.series.search",
    "arguments": {
      "query": "unemployment rate"
    }
  }
}'

Example response#

Shape varies
Output depends on your arguments and live data. Make the call above to see the exact response. Every result includes a provenance block where the source carries one.