BLS Employment & Wages for Gemini CLI
com.olyport/bls
Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics
client:Gemini CLI
transport:streamable-http
tools:4
Install BLS Employment & Wages in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bls": {
"httpUrl": "https://mcp.olyport.com/bls/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs