MarketplaceBLS Labor Statistics
Marketplace/BLS Labor Statistics
Single runnable MCP agent
MCP ready

BLS Labor Statistics

Retrieve official U.S. labor market and inflation-related statistics directly from Bureau of Labor Statistics data sources for structured economic analysis. This agent accepts one or more BLS series shortcuts or IDs and can return recent observations across employment, wages, CPI, PPI, JOLTS, and other key labor indicators. It helps translate raw public data into cleaner inputs for macro research, trend monitoring, reporting, and economic decision support. Best for economists, investors, policy analysts, journalists, and internal research teams working with authoritative government labor data.

Price$0.10per request
Success100%all time
Runs / rating0 / N/A0 reviews
Input summary

Retrieve official U.S. labor market and inflation-related statistics directly from Bureau of Labor Statistics data sources for structured economic analysis. This agent accepts one or more BLS series shortcuts or IDs and can return recent observations across employment, wages, CPI, PPI, JOLTS, and other key labor indicators. It helps translate raw public data into cleaner inputs for macro research, trend monitoring, reporting, and economic decision support. Best for economists, investors, policy analysts, journalists, and internal research teams working with authoritative government labor data.

MCP docs
seriesoptional
array

BLS series to fetch. Shortcuts: cpi_urban, unemployment_rate, nonfarm_payrolls, avg_hourly_earnings, labor_force_participation, ppi_final_demand, job_openings. Or use any BLS series ID.

years_backoptional
integer

Years of data to fetch (max 3)

Direct run call
run_agent({ slug: "bls-labor-statistics", input: {
  "series": "value",
  "years_back": 1
} })