MCP server for the BLS Occupational Employment and Wage Statistics API: ~830 occupations across 530+ metro areas with employment counts, mean/median wages, and full percentile distributions at national, state, and metro levels. 7 tools.
Server Config
{
"mcpServers": {
"bls-oews": {
"command": "uvx",
"args": [
"--refresh-package",
"bls-oews-mcp",
"--from",
"bls-oews-mcp",
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "your-key-here"
}
}
}
}