★ 1 stars
TypeScript
🌐 Browser/Web
Updated 3d ago
Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bls-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/bls-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add bls-mcp-server npx -y cyanheads/bls-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bls-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/bls-mcp-server"
]
}
}
}
Topics
blsbunbureau-of-labor-statisticscpieconomicsjoltslabor-marketmcpmcp-servermodel-context-protocolppistdiostreamable-httptime-seriestypescript