Available as MCP tool:
macro_indicator_search — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
macro_indicator_search returns the LLMQuant Data supported catalog of ~50 U.S. macro indicators — Inflation (CPI / PCE), Rates (Fed Funds, Treasury yields), Labor (UNRATE, payrolls), Growth (GDP), Housing, Liquidity (M2, Fed balance sheet), Financial Conditions, FX, and more. Use it as a catalog discovery step: when an agent needs to figure out which indicator alias or series_id to feed into macro_indicator_history / macro_indicator_snapshot, call this tool first to browse the catalog by category, frequency, or free-text keyword.
It does not expose every possible macro series — only the curated, attribution-cleared supported catalog. Call with no parameters to list everything.
Response
MacroIndicatorCatalogItem[]
required
Curated catalog entries. Each entry is one supported indicator.
number
Always
0 — catalog discovery is free.number
Credits left on your balance after this call.
200 OK · macro_indicator_search
Each catalog entry carries its own
attribution string (FRED source notice) under data — surface it when you display the data. The catalog uses the FRED® API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
macro_indicator_search — request parameters
macro_indicator_search — request parameters
string
Free-text keyword. Matches indicator alias, indicator title, and
series_id.string
Filter by theme. Values:
Growth, Consumption, Inflation, Labor, Housing, Rates, Inflation Expectations, Liquidity, Conditions, FX, Credit, Sentiment, Energy.string
Filter by release cadence. Values:
Daily, Weekly, Monthly, Quarterly, Annual.number
default:20
Max items returned. Range
1–100.Related
Macro Historical
Time-series observations for one indicator (Recent or Range mode).
Macro Snapshot
Latest print + previous value + delta for one indicator.