io.github.cyanheads
bls-mcp-server
Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.
communityknowledge
Package Details
@cyanheads/bls-mcp-server
Transportstdio
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:stdioEnvironment Variables
BLS_API_KEY(str)
Optional — works without one (25 req/day). With key: 500 req/day + calculations and annual averages. Register free at bls.gov/developers.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/bls-mcp-server
TransportStreamable HTTP
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:httpEnvironment Variables
BLS_API_KEY(str)
Optional — works without one (25 req/day). With key: 500 req/day + calculations and annual averages. Register free at bls.gov/developers.
MCP_HTTP_HOST(str)
Default:
127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for the MCP server.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').