What is the BLS OEWS MCP server?
BLS Occupational Employment and Wage Statistics market wages. 7 tools.
How to install BLS OEWS
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
BLS_API_KEYOptional BLS API key from https://data.bls.gov/registrationEngine/ for v2 (500/day).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<YOUR_BLS_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<YOUR_BLS_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<YOUR_BLS_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bls-oews-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<YOUR_BLS_API_KEY>"
}
}
}
}Claude Code
claude mcp add bls-oews-mcp --env BLS_API_KEY=<YOUR_BLS_API_KEY> -- uvx bls-oews-mcpRelated MCP servers
eCFR
Maintained
Electronic Code of Federal Regulations including FAR and DFARS. 13 tools.
11
View repository →Python
MIT
Federal Register
Maintained
Federal Register proposed/final rules, notices, executive orders, FAR cases. 8 tools.
11
View repository →Python
MIT
GSA CALC+
Maintained
GSA CALC+ awarded labor ceiling rates from 230K+ MAS contracts. 8 tools.
11
View repository →Python
MIT
GSA Per Diem
Maintained
GSA Per Diem federal travel lodging and M&IE rates. 6 tools.
11
View repository →Python
MIT
Regulations.gov
Maintained
Regulations.gov rulemaking dockets, documents, public comments. 8 tools.
11
View repository →Python
MIT
SAM.gov
Maintained
SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools.
11
View repository →Python
MIT