housecall pro mcp for Gemini CLI
io.github.hcpapi/housecall-pro-mcp
Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.
client:Gemini CLI
transport:stdio
runtime:npm
Install housecall pro mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"housecall-pro-mcp": {
"command": "npx",
"args": [
"-y",
"housecall-pro-mcp"
],
"env": {
"HCP_API_KEY": "<HCP_API_KEY>",
"HCP_READ_ONLY": "<HCP_READ_ONLY>",
"HCP_TOOLSETS": "<HCP_TOOLSETS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs