MCP server for the Housecall Pro public API.
Manage customers, book jobs, schedule technicians, create estimates, track invoices and handle leads - all from natural language in Claude Code.
Server Config
{
"mcpServers": {
"housecallpro": {
"command": "npx",
"args": [
"-y",
"@toducthanh/housecallpro-mcp@latest"
],
"env": {
"HOUSECALL_AUTH_METHOD": "apikey",
"HOUSECALL_API_KEY": "your-api-key"
}
}
}
}