whoislicensed — state license lookup for Gemini CLI
com.whoislicensed/lookup
Verify a contractor, real estate or cosmetology license in 12 US states from the boards' own files.
client:Gemini CLI
transport:streamable-http
tools:2
Install whoislicensed — state license lookup in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lookup": {
"httpUrl": "https://whoislicensed.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs