Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

BLS Employment & Wages

com.olyport/bls

Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics

Uptime
11.1%
27 probes
Response
806ms
last probe
Tools
4
callable

Tools · 4

get_unemployment_rate

Get unemployment rate time series from BLS LAUS data. Returns monthly unemployment rates for a state or county. Data is returned in chronological order with year, period, and percentage value…

get_labor_force_data

Get labor force participation, employment, and unemployment counts for a state. Returns three time series: labor force size, employment count, and unemployment count. All values are in thousa…

get_cpi_data

Get national Consumer Price Index (CPI) data. Returns the CPI-U (All Urban Consumers, All Items) monthly time series. This is the headline CPI measure used for inflation tracking. Base pe…

get_county_employment

Get county-level unemployment rate, employment, and labor force data. Returns three time series for a specific county: unemployment rate (percent), employment count, and labor force size. …

Similar MCP servers embedding-nearest

BLS Labor Statistics
Retrieves U.S. Bureau of Labor Statistics data on employment, wages, inflation, and workplace safety.
0 tools
BLS Time Series Data
US Bureau of Labor Statistics time series data by series id (CPI, employment, wages) from the public v1 API, no key. Returns recent periods
0 tools · http
BLS OEWS
BLS Occupational Employment and Wage Statistics market wages. 7 tools.
0 tools
US Census Bureau Data
Query US Census ACS, decennial, and economic survey data.
0 tools · streamable-http
US Census Bureau Data
Query US Census Bureau data: demographics, economics, and housing statistics.
0 tools · streamable-http
US Macroeconomic Data
US macroeconomic data: inflation, jobs, GDP, energy, and Treasury yields
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bls_employment_&_wages": {
      "url": "https://mcp.olyport.com/bls/mcp",
      "transport": "streamable-http"
    }
  }
}