# Bureau of Labor Statistics Full MCP for AI Agents AI Agent Connect

> Bureau of Labor Statistics Full — The Mega Server connects your AI agent to the core datasets of the American economy. It pulls data on inflation (CPI), nonfarm payrolls, unemployment rates, job turnover (JOLTS), local labor markets, and specific occupational wages. Instead of manual downloads, your agent can query 20 years of history on demand.

## Overview
- **Category:** brain-trust
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xszNgAry9K4Al0xlJvGkrkWyq2fMJsX47Toael3a/ai-agent-connect
- **Tags:** economic-data, inflation-tracking, labor-statistics, wage-data, macro-economics, public-api

## Description

Stop hunting for CSV files or navigating clunky government websites to find economic trends. This Connector lets your agent pull hard numbers directly from the Bureau of Labor Statistics. You can ask about the current inflation rate, look up wage trends for software engineers in a specific state, or track job turnover across different industries. It handles the heavy lifting of querying multiple datasets for hiring trends or local unemployment. When you connect this through the Vinkius catalog, your agent gains a direct line to the raw data used by hedge funds and research institutions. You get the ability to cross-reference things like median wages against job openings in real-time, turning your agent into a high-level macro analyst. Instead of spending your afternoon on data entry, you can focus on interpreting what the numbers actually mean for your specific goals. Whether you are looking for broad national trends or hyper-local wage data, this connection ensures your agent has the most accurate and official information available. It makes it possible to move from raw data to actionable insights without the usual friction of manual research.

## Tools

### query_bls
Pull specific BLS timeseries data using a Series ID. Use this to get precise numbers for any of the 6 major datasets.

## Prompt Examples

**Prompt:** 
```
What was the CPI-U inflation rate for the last three months?
```

**Response:** 
```
### Recent CPI-U Inflation Rates

| Month | MoM Change | YoY Change |
| :--- | :--- | :--- |
| October | +0.2% | +3.7% |
| September | +0.3% | +3.7% |
| August | +0.1% | +3.7% |

*Note: These figures reflect the headline Consumer Price Index for All Urban Consumers.*
```

**Prompt:** 
```
Compare the median annual wage for a nurse in Florida vs New York.
```

**Response:** 
```
### Wage Comparison: Registered Nurses

*   **Florida**: $88,450 (Median Annual Wage)
*   **New York**: $94,200 (Median Annual Wage)

**Key Takeaway**: New York shows a higher median wage for this profession, though Florida remains a significant hub for healthcare employment.
```

**Prompt:** 
```
Give me the JOLTS quit rates for the last year.
```

**Response:** 
```
### Annual JOLTS Quit Rates

*   **Q1**: 3.1% 
*   **Q2**: 3.0% 
*   **Q3**: 2.9% 
*   **Q4**: 2.8% 

*Trend: Quit rates have shown a gradual cooling trend over the last four quarters.*
```

## Capabilities

### Pull inflation and price indices
Get the latest CPI-U and PPI numbers to track current price trends.

### Track nonfarm payrolls
Fetch job growth and hourly earnings data directly from the source.

### Get unemployment rates
Access national and local unemployment rates for any state or county.

### Analyze job turnover
Monitor quit rates and hiring trends using JOLTS data.

### Fetch occupational wages
Retrieve specific median wages for job titles in various geographic locations.

### Query 20 years of history
Look back at two decades of economic data for long-term trend analysis.

## Use Cases

### Tracking inflation trends
A hedge fund manager asks the agent to pull the latest CPI-U and PPI numbers to check if inflation is cooling.

### Benchmarking tech wages
An HR director wants to see if tech wages are still rising in Texas and asks the agent to fetch OEWS wage data for software engineers.

### Analyzing the Great Resignation
A researcher asks the agent to pull JOLTS quit rates over the last 5 years to see where the peak occurred.

### Local labor market research
A local government official needs to know the unemployment rate in a specific county and asks the agent to pull LAUS data.

## Benefits

- No more manual downloads. Use query_bls to get data instantly instead of hunting for CSVs on government sites.
- Cross-reference datasets. Combine JOLTS turnover rates with OEWS wages to see the full picture of a specific industry.
- Historical depth. Access up to 20 years of data to see how the economy has shifted over time.
- Localized insights. Get state and county level unemployment rates via LAUS instead of just national averages.
- Precise wage benchmarking. Find specific pay for job titles in specific locations using the OEWS dataset.

## How It Works

The bottom line is your agent gets a direct pipe to official US economic data without you ever touching a spreadsheet.

1. Grab a free BLS Developer API Key from the official Bureau of Labor Statistics website.
2. Add your key to the Connector configuration in your AI client.
3. Ask your agent to fetch specific economic metrics or wage data using a Series ID.

## Frequently Asked Questions

**Can the Bureau of Labor Statistics Full MCP pull inflation data?**
Yes, it pulls both CPI-U and PPI numbers directly from the source, allowing you to track price changes across different sectors.

**Can I use this to see specific job wages?**
Yes, the Connector connects to the OEWS dataset, which provides median wage data for specific job titles across various locations.

**Does this Connector cover local unemployment?**
It does. You can request unemployment rates for specific states and counties using the LAUS dataset.

**How many years of history does this Connector provide?**
This Connector allows your agent to query up to 20 years of historical economic data for long-term trend analysis.

**Can I use this for hedge fund modeling?**
Yes, it is designed for high-level macro analysis and is commonly used by researchers to model market shifts based on official data.

**Does the Bureau of Labor Statistics Full MCP need a special key?**
You will need to obtain a free Developer API Key from the Bureau of Labor Statistics website to connect the Connector to your agent.

**Why merge them all into a Mega-Server?**
Economics isn't isolated. An AI needs to simultaneously access Wage data (OEWS), Jobs data (CES), and Inflation data (CPI) to provide real context. The Mega-Server allows a single agent to paint the entire U.S. macroeconomic picture without missing puzzle pieces.

**Does this require multiple API keys?**
No, a single free Developer Registration Key from the Bureau of Labor Statistics works across all of these datasets interchangeably. You paste it once, and your AI accesses the whole suite.

**What is LAUS and OEWS?**
LAUS is Local Area Unemployment — letting your AI zoom down to county-level employment metrics. OEWS is Occupational Wages — letting your AI see exactly what a specific job title (e.g., Dental Hygienist) makes in a specific state.

**Is the BLS Mega-Server safe to auto-run?**
Yes. The BLS API v2 processes payloads of up to 50 complex series across 20-year lookbacks in single POST requests. It is designed precisely for heavy, automated, multi-dataset lifting without timing out your agent.