org.memoryapi/econ
Official7 toolsUS Macroeconomic Data
US macroeconomic data: inflation, jobs, GDP, energy, and Treasury yields
Access US macroeconomic data on inflation, jobs, GDP, energy, and Treasury yields.
Captured live from the server via tools/list.
get_inflation
Get U.S. CPI inflation data from the Bureau of Labor Statistics. Returns latest value, YoY change, and MoM change.
Parameters (2)
- seriesstring
all_items (default), core (ex food/energy), food, energy, shelter, medical
- monthsnumber
Months of history (default 13)
get_jobs
Get U.S. labor market data from BLS. Unemployment rate, nonfarm payrolls, job openings, and wages.
Parameters (2)
- seriesstring
unemployment_rate (default), nonfarm_payrolls, job_openings, avg_hourly_earnings, labor_force_participation
- monthsnumber
Months of history
get_macro
Get macroeconomic indicators from FRED (Federal Reserve). GDP, Fed funds rate, Treasury yields, housing starts, retail sales.
Parameters (2)
- seriesstring
gdp, fed_funds_rate (default), treasury_10y, treasury_2y, yield_curve, housing_starts, retail_sales, consumer_sentiment
- limitnumber
Data points to return
get_energy
Get energy prices from the U.S. Energy Information Administration. WTI crude, Brent crude, natural gas.
Parameters (2)
- seriesstring
wti_crude (default), brent_crude, natural_gas
- limitnumber
Weekly data points
get_treasury
Get U.S. national debt (daily, to the penny) and average interest rates on Treasury securities from the U.S. Treasury.
Parameters (2)
- seriesstring
debt (national debt, default) or interest_rates
- limitnumber
Number of records
get_demographics
Get U.S. Census demographic data by state or county. Population, median income, poverty rate, unemployment, home values, and education level.
Parameters (2)
- statestring
2-letter state code (CA, TX, NY). Omit for all states.
- levelstring
state (default) or county
get_business_patterns
U.S. County Business Patterns — number of businesses (establishments), employees, and payroll by industry (NAICS code) and state. Answers: How many tech companies in California? Total healthcare employees in Texas?
Parameters (3)
- naicsstring
NAICS industry code: 51=Tech/Info, 52=Finance, 53=Real Estate, 54=Professional Services, 62=Healthcare, 23=Construction, 44=Retail, 72=Food/Hospitality
- statestring
2-letter state code (CA, TX, NY). Omit for all states.
- yearstring
Data year (default: 2021)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"econ": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://econ.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.