BLS OEWS
Rank #33,530io.github.1102tools/bls-oews-mcp
BLS Occupational Employment and Wage Statistics market wages. 7 tools.
BLS OEWS is a Model Context Protocol (MCP) server published by 1102tools. It ranks #33,530 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. BLS OEWS is listed on Official MCP, with 1 tracked version. It was first listed on Apr 23, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 81,930 of 115,460 servers on MCP Toplist.
Use BLS OEWS
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bls-oews-mcp -e "BLS_API_KEY=<your BLS_API_KEY>" -- uvx bls-oews-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bls-oews-mcp]
command = "uvx"
args = ["bls-oews-mcp"]
[mcp_servers.bls-oews-mcp.env]
BLS_API_KEY = "<your BLS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bls-oews-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.1102tools%2Fbls-oews-mcp)<a href="https://mcptoplist.com/server/io.github.1102tools%2Fbls-oews-mcp"><img src="https://mcptoplist.com/badge/io.github.1102tools%2Fbls-oews-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
1102tools
Other servers by 1102tools
View all 1102tools servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.7 | Apr 25, 2026 |
Frequently asked questions
- Who maintains BLS OEWS?
- BLS OEWS is maintained by 1102tools, which publishes 20 MCP servers (8 total versions) tracked on MCP Toplist.
- Is BLS OEWS listed on the Official MCP Registry?
- Yes — BLS OEWS is listed on the Official MCP Registry.
- How many versions does BLS OEWS have?
- MCP Toplist tracks 1 version of BLS OEWS, most recently published on Apr 25, 2026.
- Where can I find the source code for BLS OEWS?
- The source code for BLS OEWS is hosted at github.com/1102tools/federal-contracting-mcps.