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
5.6%
54 probes
Response
806ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

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. …

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"
    }
  }
}