housecallpro mcp for Gemini CLI
io.github.chrischall/housecallpro-mcp
Read Housecall Pro estimates from the customer link your contractor sent you.
client:Gemini CLI
transport:stdio
runtime:npm
Install housecallpro mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"housecallpro-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/housecallpro-mcp"
],
"env": {
"HOUSECALLPRO_LINK": "<HOUSECALLPRO_LINK>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs