BLS Employment & Wages
Server Details
Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored.
There is significant overlap between tools, particularly get_county_employment, get_labor_force_data, and get_unemployment_rate, which all provide similar employment/unemployment metrics at different geographic levels. The descriptions help somewhat, but an agent could easily misselect between these tools when seeking employment data.
All tool names follow a consistent verb_noun pattern with 'get_' prefix and descriptive suffixes (e.g., get_county_employment, get_cpi_data). The naming is predictable and follows the same convention throughout the set.
With only 4 tools, the set feels thin for a BLS employment and wages server. While the tools cover key metrics, there are likely missing wage-related tools (e.g., get_wage_data, get_occupation_data) that would be expected from such a domain.
There are significant gaps in coverage for a BLS employment and wages server. The tools focus heavily on employment/unemployment metrics but completely omit wage data, industry breakdowns, occupation statistics, and other core BLS datasets that would be essential for comprehensive economic analysis.
Available Tools
4 toolsget_county_employmentInspect
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.
Args:
state: Two-letter US state abbreviation (e.g. 'WA', 'CA', 'NY').
county_fips: Three-digit county FIPS code as a string (e.g. '033' for King County, WA).
start_year: Start year for data (default 2020).
end_year: End year for data (default 2025).
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| end_year | No | ||
| start_year | No | ||
| county_fips | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_cpi_dataInspect
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 period: 1982-84=100.
Args:
start_year: Start year for data (default 2020).
end_year: End year for data (default 2025).
| Name | Required | Description | Default |
|---|---|---|---|
| end_year | No | ||
| start_year | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_labor_force_dataInspect
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 thousands of persons.
Args:
state: Two-letter US state abbreviation (e.g. 'WA', 'CA', 'NY').
start_year: Start year for data (default 2020).
end_year: End year for data (default 2025).
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| end_year | No | ||
| start_year | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_unemployment_rateInspect
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.
Args:
state: Two-letter US state abbreviation (e.g. 'WA', 'CA', 'NY').
county_fips: Optional 3-digit county FIPS code (e.g. '033' for King County).
If provided, returns county-level data; otherwise state-level.
start_year: Start year for data (default 2020, min 4-digit year).
end_year: End year for data (default 2025).
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| end_year | No | ||
| start_year | No | ||
| county_fips | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to U.S. labor market data including employment statistics, Consumer Price Index inflation rates, and wage information. Users can query specific time series data or use shortcuts for common economic indicators like unemployment and industry-specific employment.Last updated2
- AlicenseAqualityCmaintenanceEnables users to query U.S. labor statistics, including employment, CPI, and wages, directly from the Bureau of Labor Statistics Public Data API. It provides tools to retrieve real-time economic time series data, browse popular series, and access survey metadata through natural language.Last updated61MIT
- Flicense-qualityDmaintenanceEU economic statistics — GDP, inflation, unemployment, trade, populationLast updated
- AlicenseAqualityDmaintenanceEnables access to Bureau of Labor Statistics (BLS) economic data including Consumer Price Index, employment statistics, and other labor market indicators. Supports fetching data series, listing available datasets, and retrieving metadata through natural language queries.Last updated4MIT