Server Details
Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
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 |
Verify Ownership
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 verified, the connector will appear as claimed by you.
Last verification attempt failed.
getaddrinfo ENOTFOUND mcp.olyport.com
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
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!