# BLS JOLTS MCP for AI Agents MCP

> The BLS JOLTS MCP gives you access to the official US Job Openings and Labor Turnover Survey (JOLTS) data. You can track key labor market indicators like job openings, hiring levels, layoffs, and voluntary quits. It lets your AI agents monitor changes in labor supply and demand for macro-trading or economic forecasting.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Tags:** labor-market, economic-indicators, job-openings, turnover-rates, macro-economics, public-api

## Description

Understanding labor tightness is critical, whether you're predicting next quarter's wage inflation or running a high-stakes trade. This MCP connects directly to the Bureau of Labor Statistics (BLS) JOLTS data stream. It pulls four core metrics: job openings, total hires, layoffs/discharges, and voluntary quits. Your AI client can analyze these time series metrics instantly, building reports that track the 'Great Resignation' index or measure overall labor force health without you ever touching a raw government dashboard. Instead of manually pulling data into a spreadsheet to compare quits rates against layoff trends, your agent handles it all. You simply tell your agent what comparison you need, and it pulls the correct historical context directly from the BLS records. Accessing this deep-dive economic intelligence through Vinkius's catalog means your AI client can process complex labor market data streams in one place.

## Tools

### get_jolts_data
Retrieves the latest national job openings metrics from JOLTS, which is critical for assessing worker resignation trends.

### query_bls
Allows for generalized time series lookbacks across any specific BLS metric using known numerical codes. Up to 50 simultaneous queries are allowed.

## Prompt Examples

**Prompt:** 
```
What's the trend on job openings vs quit rates over the last year?
```

**Response:** 
```
**JOLTS Market Overview (Last 12 Months)**

| Metric | Start Qtr | Peak Value | Current Trend |
| :--- | :---: | :---: | :---: |
| Job Openings | 9.5M | 12.1M | $downarrow$ Declining |
| Voluntary Quits | 1.8% | 3.0% | $ightarrow$ Stable |

*Observation:* The current job openings count remains significantly above historical averages, suggesting persistent labor tightness despite a slowdown in quits.
```

**Prompt:** 
```
Compare hires and layoffs for the Information sector.
```

**Response:** 
```
**Sector Turnover Analysis (Information Tech)**

- **Hires:** Increased by 4% quarter over quarter.
- **Layoffs/Discharges:** Held steady at a low rate of 0.9%. 

This indicates that while layoffs are minimal, the sector is seeing consistent growth in hiring activity, suggesting strong investment confidence.
```

**Prompt:** 
```
Show me job openings for Q1 and Q2 of last year.
```

**Response:** 
```
**Job Openings (JOLTS) Comparison**

*Q1 Last Year:* 9.8 million open jobs.
*Q2 Last Year:* 10.5 million open jobs.

This shows a clear upward movement in job supply during the middle of last year, indicating increased hiring pressure across the national economy.
```

## Capabilities

### Track Job Openings and Labor Metrics
Get the national metrics for job openings, allowing you to gauge overall supply of available work.

### Query Historical BLS Data Time Series
Run flexible queries across various historical Bureau of Labor Statistics data points using explicit series IDs.

### Measure Worker Turnover Rates
Compare voluntary quits against total layoffs to determine the underlying strength or weakness of the labor market.

## Use Cases

### Modeling recession risks using JOLTS
A macro-trader needs to know if labor market cracks are forming. They prompt their agent: 'What's the latest reading on total job openings?' The agent uses `get_jolts_data` and reports a trend, allowing the trader to adjust risk models instantly.

### Comparing voluntary exits versus corporate cuts
An economist needs to measure worker conviction. They ask their agent to compare quits vs layoffs over the last quarter. The agent runs the necessary data comparison, highlighting that high quit rates signal strong employee negotiating power.

### Deep historical labor trend analysis
A consultant wants to see how job openings behaved during the 2008 crisis versus today. They use `query_bls` with specific BLS Series IDs, pulling years of data into a single comparison view.

### Sector-specific turnover summaries
A strategist needs to summarize labor movement for the Tech sector. The agent pulls and summarizes layoff trends combined with hiring slowdowns from multiple BLS sources in one report.

## Benefits

- Measure the 'Great Resignation' index by easily comparing quits levels against historical averages using `get_jolts_data`.
- Track job openings across different time periods. You can get current national metrics quickly with `get_jolts_data`, saving hours of manual data collection.
- Compare multiple economic variables in one go, such as running a generalized timeseries query with `query_bls` for deep historical context.
- Forecast wage pressure by analyzing the relationship between hiring levels and quit rates. This helps you predict corporate cost changes.
- Reduce reporting time from days to minutes. Instead of compiling reports on hires and layoffs manually, let your agent handle the entire data aggregation process.

## How It Works

The bottom line is you get immediate, comprehensive access to official US job market statistics without writing any complex API calls yourself.

1. Tell your AI agent exactly what data you need, for example, 'Show me job openings trends over the last six months.'
2. The MCP calls the necessary BLS tools to pull specific metrics—whether it's current national figures or a historical time series.
3. Your agent receives clean, structured data and presents the full picture of labor supply and demand.

## Frequently Asked Questions

**How can I use the BLS JOLTS MCP to forecast wage changes?**
The BLS JOLTS MCP helps by providing raw labor supply and demand data. By tracking quits rates relative to job openings, your agent lets you model potential wage inflation or deflation pressures before they happen.

**Is the BLS JOLTS MCP better than just using a web search for jobs?**
Yes. A web search gives current headlines; this MCP provides structured, historical time series data from the official source. You get clean numbers and multiple metrics like hires and layoffs in one place.

**What if I need job openings for a specific industry? Does BLS JOLTS support that?**
The MCP allows you to query data by sector or use the general `query_bls` tool with explicit series IDs. This lets your agent focus on the exact labor market segment you care about.

**Can I compare job openings across different years using this MCP?**
Absolutely. The underlying tools allow for generalized time series queries, letting you pull and align data from multiple quarters or even years to spot long-term trends.