BLS Employment & Wages
com.olyport/blsUnemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics
Tools · 4
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 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 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-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. …
Similar MCP servers embedding-nearest
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"
}
}
}