BLS (Bureau of Labor Statistics) MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BLS (Bureau of Labor Statistics) MCP Servercompare the unemployment rate and CPI from 2020 to 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BLS (Bureau of Labor Statistics) MCP Server
Access U.S. labor market data including employment, unemployment, wages, inflation (CPI), and industry statistics.
Data Available
Employment/Unemployment - National and state-level employment statistics
Consumer Price Index (CPI) - Inflation data by category
Wages - Average hourly/weekly earnings by industry
Quarterly Census of Employment and Wages (QCEW) - Employer-level data
Occupational Employment - Employment and wages by occupation
Related MCP server: FRED Economic MCP Server
Setup
Get a free API key at: https://data.bls.gov/registrationEngine/
Add to your MCP config:
{
"bls": {
"command": "node",
"args": ["/path/to/bls/dist/index.js"],
"env": {
"BLS_API_KEY": "your-api-key"
}
}
}Tools
query
Fetch BLS time series data for up to 50 series.
Parameter | Required | Description |
seriesIds | Yes | Array of series IDs (max 50) |
startYear | Yes | Start year (e.g., "2020") |
endYear | Yes | End year (e.g., "2024") |
calculations | No | Include percent changes (default: false) |
annualAverage | No | Include annual averages (default: false) |
Example: Get unemployment rate and CPI
seriesIds: ["LNS14000000", "CUUR0000SA0"]
startYear: "2020"
endYear: "2024"series_guide
Show common BLS series IDs and how to construct them.
Parameter | Required | Description |
category | No | "CPI", "UNEMPLOYMENT", "EMPLOYMENT", "QCEW", or "ALL" |
get_cpi
Shortcut for Consumer Price Index (inflation) data.
Parameter | Required | Description |
startYear | Yes | Start year |
endYear | Yes | End year |
items | No | "all", "food", "housing", "medical", "transport", or comma-separated |
Example: Get CPI for food and housing
startYear: "2020"
endYear: "2024"
items: "food,housing"get_unemployment
Shortcut for national unemployment rate.
Parameter | Required | Description |
startYear | Yes | Start year |
endYear | Yes | End year |
get_employment
Shortcut for employment by major industry sector.
Parameter | Required | Description |
startYear | Yes | Start year |
endYear | Yes | End year |
sector | No | "total", "private", "manufacturing", "retail", "healthcare", "all", etc. |
Example: Get healthcare employment
startYear: "2020"
endYear: "2024"
sector: "healthcare"Common Series IDs
Series ID | Description |
LNS14000000 | Unemployment Rate (Seasonally Adjusted) |
LNS11000000 | Civilian Labor Force |
CES0000000001 | Total Nonfarm Employment |
CUUR0000SA0 | CPI - All Urban Consumers |
CUUR0000SAF1 | CPI - Food |
CUUR0000SAH1 | CPI - Housing |
CUUR0000SAM | CPI - Medical Care |
Rate Limits
Without API key: 25 requests/day, 10 years of data
With API key: 500 requests/day, 20 years of data
Documentation
API Documentation: https://www.bls.gov/developers/
Series ID Finder: https://data.bls.gov/cgi-bin/surveymost
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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
- Alicense-qualityDmaintenanceProvides access to 800,000+ Federal Reserve Economic Data (FRED) time series, enabling users to search, retrieve, and analyze economic indicators like GDP, unemployment, inflation, and interest rates through natural language queries.Last updatedMIT
- Flicense-qualityDmaintenanceProvides access to over 800,000 economic time series from the Federal Reserve Bank of St. Louis, including data on GDP, inflation, and employment. It enables users to search for, retrieve, and analyze various economic indicators and state-level statistics.Last updated1
- 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
Related MCP Connectors
Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shawndrake2/mcp-bls'
If you have feedback or need assistance with the MCP directory API, please join our Discord server